summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791Kuninori Morimoto2014-02-221-0/+1
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7790Kuninori Morimoto2014-02-221-1/+9
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7779Kuninori Morimoto2014-02-221-1/+1
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7778Kuninori Morimoto2014-02-221-1/+8
* mmc: sdhi: tidyup sh_mobile_sdhi_of_match positionKuninori Morimoto2014-02-221-13/+13
* mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2014-02-132-6/+1
* mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2014-02-132-39/+1
* mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson2014-02-131-3/+0
* mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson2014-02-131-2/+1
* mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2014-02-132-18/+7
* mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-134-76/+2
* mmc: tmio: Adapt to proper PM configs for exported functionsUlf Hansson2014-02-132-7/+7
* mmc: tmio_mmc: Convert from legacy to modern PM opsUlf Hansson2014-02-131-14/+16
* mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacksUlf Hansson2014-02-131-4/+4
* Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-2629-337/+1249
|\
| * mmc: sdhci-pci: Fix possibility of chip->fixes being nullAdrian Hunter2014-01-231-1/+2
| * mmc: sdhci-pci: Fix BYT sd card getting stuck in runtime suspendAdrian Hunter2014-01-202-0/+11
| * mmc: sdhci: Allow for long command timeoutsAdrian Hunter2014-01-201-1/+6
| * mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao2014-01-172-0/+19
| * mmc: sdhci: fix lockdep error in tuning routineAisheng Dong2014-01-171-13/+7
| * mmc: dw_mmc: k3: remove clk_tableZhangfei Gao2014-01-171-39/+2
| * mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao2014-01-171-3/+9
| * mmc: dw_mmc: fix sparse non static symbol warningWei Yongjun2014-01-131-1/+1
| * mmc: sdhci-esdhc-imx: fix warning during module remove functionDong Aisheng2014-01-131-3/+5
| * mmc: sdhci-esdhc-imx: fix access hardirq-unsafe lock in atomic contextDong Aisheng2014-01-131-7/+5
| * mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang2014-01-131-15/+22
| * mmc: atmel-mci: add vmmc-supply supportAlexandre Belloni2014-01-131-0/+7
| * mmc: sdhci-pci: add broken HS200 quirk for Intel MerrifieldDavid Cohen2014-01-131-0/+1
| * mmc: sdhci: add quirk for broken HS200 supportDavid Cohen2014-01-131-1/+2
| * mmc: arasan: Add driver for Arasan SDHCISoren Brinkmann2014-01-133-0/+237
| * mmc: dw_mmc: add dw_mmc-k3 for k3 platformZhangfei Gao2014-01-133-0/+143
| * mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao2014-01-131-13/+35
| * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hostsAdam Lee2014-01-134-60/+439
| * mmc: sdhci-pci: break out definitions to header fileAdam Lee2014-01-132-73/+78
| * mmc: tmio: fixup compile errorKuninori Morimoto2014-01-131-1/+1
| * mmc: sh_mmcif: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-131-1/+2
| * mmc: sdhi: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-131-1/+2
| * mmc: tegra: add support for Tegra124Stephen Warren2014-01-131-0/+1
| * mmc: sh_mmcif: Fix compilation warning on 64-bit platformsLaurent Pinchart2014-01-131-1/+1
| * mmc: sh_mmcif: Factorize DMA channel request and configuration codeLaurent Pinchart2014-01-131-49/+51
| * mmc: SDHI: add SoC specific workaround via HW versionKuninori Morimoto2014-01-131-0/+11
| * mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto2014-01-132-10/+5
| * mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto2014-01-135-13/+25
| * mmc: tmio: use -EPROBE_DEFER if driver can't find regulatorKuninori Morimoto2014-01-131-5/+16
| * mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer2014-01-131-26/+11
| * mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer2014-01-131-23/+11
| * mmc: mxs: use standard flag for cd invertedSascha Hauer2014-01-131-4/+10
| * mmc: mxs: use standard flag for broken card detectionSascha Hauer2014-01-131-4/+3
| * mmc: mxs: use standard flag for non-removable statusSascha Hauer2014-01-131-4/+2
| * mmc: Do not call get_cd for non removable cardsSascha Hauer2014-01-131-1/+2