aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-09mmc: sdhci: check 1.2v IO capability for SDHC hostChuanxiao.Dong1-1/+6
2014-09-09mmc: core: Fix sequence for I/O voltage in DDR mode for eMMCChuanxiao.Dong1-9/+25
2014-09-09mmc: pxamci: prepare and unprepare the clocksRobert Jarzmik1-2/+2
2014-09-09mmc: sdhci-acpi: add probe_slot method for emmc/sd/sdioGao, Yunpeng1-0/+58
2014-09-09mmc: sdhci-pci: enable runtime pm for Intel Merrifield platformGao, Yunpeng1-0/+1
2014-09-09mmc: sdhci: handle busy-end interrupt during commandChanho Min1-2/+15
2014-09-09sdhci: Make sdhci_disable_irq_wakeups() staticFabio Estevam1-2/+1
2014-09-09mmc: sdhci: move timeout_clk dynamically calculation code into common codeAisheng Dong1-11/+13
2014-09-09mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_hostAisheng Dong1-17/+17
2014-09-09mmc: sdhci-esdhc-imx: set the correct max timeout value for uSDHCAisheng Dong1-0/+11
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong2-5/+16
2014-09-09mmc: sdhci-esdhc-imx: fix incorrect max timeout cout for uSDHCAisheng Dong1-0/+9
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong2-2/+8
2014-09-09mmc: tmio-mmc: Add support for SDHI on new R-Car Gen2 SoCsGeert Uytterhoeven1-0/+3
2014-09-09mmc: dw_mmc: Pass back errors from mmc_of_parse()Doug Anderson1-4/+6
2014-09-09mmc: sdhci-sirf: fix 8bit width enable by overwriting set_bus_widthMinda Chen1-1/+23
2014-09-09mmc: dw_mmc: Support voltage changesDoug Anderson2-10/+132
2014-09-09mmc: dw_mmc: use mmc_regulator_get_supply to handle regulatorsYuvaraj CD1-37/+35
2014-09-09mmc: core: resolve divded by zero panicChuanxiao Dong1-2/+3
2014-09-09mmc: sunxi: Declare ERASE capabilityChen-Yu Tsai1-1/+2
2014-09-09mmc: sdhci: Add PCI IDs for Intel BraswellAlan Cox2-0/+26
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: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas1-3/+11
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer5-0/+45
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