summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* sdhci-pxav3: Fix runtime PM initializationDaniel Drake2013-06-271-4/+3
* mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-0/+2
* mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-1/+1
* mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson2013-06-271-5/+4
* mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson2013-06-271-0/+10
* mmc: core: Handle both poweroff notification types for eMMCUlf Hansson2013-06-271-5/+12
* mmc: core: Add shutdown callback for SD bus_opsUlf Hansson2013-06-271-0/+2
* mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2013-06-272-0/+10
* mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-273-2/+27
* mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2013-06-272-26/+19
* mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-274-28/+32
* mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson2013-06-273-21/+32
* mmc: core: Remove unnecessary check for the remove callbackUlf Hansson2013-06-271-8/+3
* mmc: jz4740: Use managed resourcesLars-Peter Clausen2013-06-271-31/+6
* mmc: jz4740: Use slot-gpio helpersLars-Peter Clausen2013-06-271-90/+23
* mmc: jz4740: Use SIMPLE_DEV_PM_OPSLars-Peter Clausen2013-06-271-8/+3
* mmc: jz4740: Fix handling of read errors.Paul Cercueil2013-06-271-0/+8
* mmc: jz4740: Remove duplicated code.Paul Cercueil2013-06-271-5/+0
* mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo2013-06-271-2/+1
* mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson2013-06-271-4/+13
* mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson2013-06-271-14/+20
* mmc: esdhc-imx: parse max-frequency from devicetreeLucas Stach2013-06-271-1/+17
* mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach2013-06-273-6/+15
* mmc: card: fixing an false identification of SANITIZE commandYaniv Gardi2013-06-271-1/+2
* mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre2013-06-271-2/+0
* mmc: dw_mmc-pci: convert to use pcim_* and devm_*Andy Shevchenko2013-06-271-35/+15
* mmc: dw_mmc: eliminate useless usage of retAndy Shevchenko2013-06-272-20/+5
* mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resourceAndy Shevchenko2013-06-271-5/+3
* mmc: reordered shutdown sequence in mmc_bld_remove_reqPaul Taysom2013-06-271-6/+8
* mmc: sirf: fix sdhci_pltfm_init sequenceArnd Bergmann2013-06-271-28/+23
* mmc: host: use platform_{get,set}_drvdata()Jingoo Han2013-06-273-5/+5
* mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()Wei Yongjun2013-06-271-1/+3
* mmc: sdhci-acpi: fix error return code in sdhci_acpi_add_own_cd()Wei Yongjun2013-06-271-1/+3
* mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung2013-06-272-3/+3
* mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam2013-06-271-8/+0
* mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D2013-06-271-1/+1
* mmc: sdhci-sirf: let device core setup the default pin configurationBarry Song2013-06-271-8/+0
* mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz2013-06-271-33/+40
* mmc: tegra: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-3/+6
* mmc: sdhci-pxav3: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-2/+5
* mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+3
* mmc: tmio-mmc: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+3
* mmc: sh_mmcif: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+6
* mmc: return mmc_of_parse() errors to callerSimon Baatz2013-06-271-5/+25
* mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen2013-06-271-2/+2
* mmc: tmio: reset the controller after power-upGuennadi Liakhovetski2013-06-061-1/+2
* mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski2013-06-062-12/+35
* mmc: sh_mmcif: don't clear masked interruptsGuennadi Liakhovetski2013-06-061-1/+2
* mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski2013-06-062-1/+6
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-3111-19/+29
OpenPOWER on IntegriCloud