summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2014-09-09mmc: dw_mmc: move rockchip related code to a separate fileaddy ke4-57/+146
2014-09-09mmc: tmio: add actual clock support as optionShinobu Uehara2-2/+9
2014-09-09mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock()Kuninori Morimoto1-1/+0
2014-09-09mmc: tmio: remove Renesas specific #ifdefKuninori Morimoto2-4/+7
2014-09-09mmc: tmio: check ILL_FUNC instead of CBSYShinobu Uehara1-1/+12
2014-09-09mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara2-1/+11
2014-09-09mmc: tmio: control multiple block transfer modeShinobu Uehara2-0/+15
2014-09-09mmc: tmio: clear error IRQ statusShinobu Uehara1-0/+3
2014-09-09mmc: tmio: care about DMA tx/rx addr offsetKuninori Morimoto2-1/+4
2014-09-09mmc: tmio: Remove library functions for system PMUlf Hansson2-28/+0
2014-09-09mmc: tmio_mmc: Fixup system PM suspend lock-upUlf Hansson1-2/+2
2014-09-09mmc: sdhi: Fixup system PM suspend lock-upUlf Hansson1-1/+2
2014-09-09mmc: tmio_mmc: Enable runtime PM supportUlf Hansson1-0/+3
2014-09-09mmc: sdhi: Make runtime PM callbacks available for CONFIG_PMUlf Hansson1-1/+1
2014-09-09mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2-2/+2
2014-09-09mmc: tmio: Mask all IRQs when inactiveUlf Hansson1-0/+2
2014-09-09mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson2-5/+26
2014-09-09mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson2-67/+14
2014-09-09mmc: tmio: Extract bus_width modifications to a separate functionUlf Hansson1-10/+15
2014-09-09mmc: tmio: Keep host active while serving requestsUlf Hansson1-23/+32
2014-09-09mmc: tmio: Keep host active while SDIO IRQ is enabledUlf Hansson2-4/+16
2014-09-09mmc: atmel-mci: add 0x600 IP versionNicolas Ferre1-0/+1
2014-09-09mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differentlyPeter Griffin1-2/+1
2014-09-09mmc: sdhci-acpi.c: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacksPeter Griffin1-9/+2
2014-09-09mmc: sdhci-pci: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacksPeter Griffin1-9/+2
2014-09-09mmc: dw_mmc-pltfm: Remove superflous #else condition on CONFIG_PM_SLEEPPeter Griffin1-3/+0
2014-09-09mmc: dw_mmc-pci: Remove superflous #else condition on CONFIG_PM_SLEEPPeter Griffin1-3/+0
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin28-28/+0
2014-09-09mmc: dw_mmc: Add support for MIPSAndrew Bresticker1-1/+1
2014-09-09mmc: dw_mmc: Add dependency on DMAAndrew Bresticker1-1/+2
2014-09-09sdhci : recompute timeout_clk when neededMatthieu CASTET1-1/+7
2014-09-09sdhci : handle busy timeout irqMatthieu CASTET1-0/+5
2014-09-09mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 responseRoger Tseng1-0/+7
2014-09-09mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng1-0/+7
2014-09-09mmc: au1xmmc: fix error return code in au1xmmc_probe()Wei Yongjun1-1/+4
2014-09-09mmc: dw_mmc: Make sure we don't get stuck when we get an errorDoug Anderson1-0/+46
2014-09-09mmc: sdhci: fix the wrong type of currChuanxiao.Dong1-1/+1
2014-09-09mmc: jz4740: prepare next dma transfer in parallel with current transferApelete Seketeli1-22/+116
2014-09-09mmc: jz4740: add dma infrastructure for data transfersApelete Seketeli1-8/+166
2014-09-09mmc: dw_mmc: add support for RK3288Addy Ke1-2/+54
2014-09-09mmc: sdhci-pltfm: Do not use parent as the host's devicePawel Moll1-8/+2
2014-09-09mmc: mmci: Add qcom dml support to the driver.Srinivas Kandagatla5-1/+237
2014-09-08mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failureBartlomiej Zolnierkiewicz1-2/+2
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-08-14Merge tag 'mmc-v3.17-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds22-416/+891
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-11mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung1-2/+9
2014-08-11mmc: mmci: Reverse IRQ handling for the arm_variantUlf Hansson1-2/+10
2014-08-11mmc: mmci: Move all CMD irq handling to mmci_cmd_irq()Ulf Hansson1-10/+12
2014-08-11mmc: mmci: Remove redundant check of status for DATA irqUlf Hansson1-6/+5