aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23mmc: sdhci-iproc: fix oops in sdhci_iproc_writewDmitry Torokhov1-1/+1
2015-03-23mmc: sdhci: fix card presence logic in sdhci_request functionScott Branden1-17/+3
2015-03-23mmc: sdhci-spear: Remove exported headerUlf Hansson1-26/+9
2015-03-23mmc: sdhci-spear: Simplify by adding build dependency to CONFIG_OFUlf Hansson2-16/+5
2015-03-23mmc: sdhci: Remove the sdhci exported header fileUlf Hansson2-2/+202
2015-03-23mmc: sdhci-pltfm: remove the unneeded check of disabled deviceKevin Hao1-28/+26
2015-03-23mmc: tegra: Optimize write_w path for tegra114 and laterRhyland Klein1-21/+26
2015-03-23mmc: sh_mmcif: Add exclusion between cmd and interruptKouichi Tomita1-1/+10
2015-03-23mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()Kouichi Tomita1-3/+3
2015-03-23mmc: Fix hardware dependencies for sdhci-pxav3Jean Delvare1-1/+1
2015-03-23mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot4-18/+26
2015-03-23mmc: sunxi: avoid invalid pointer calculationArnd Bergmann1-2/+3
2015-03-23mmc: kconfig: replace PPC_OF with PPCKevin Hao1-2/+2
2015-03-23mmc: sdhci-iproc: add IPROC SDHCI driverScott Branden3-0/+256
2015-03-23mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53Corneliu Doban1-1/+3
2015-03-23mmc: sdhci: add quirk for ACMD23 brokenScott Branden1-1/+2
2015-03-23mmc: sdhci-esdhc-imx: silence a false curly braces warningDan Carpenter1-1/+1
2015-03-23mmc: tmio: Remove bogus un-initialization in tmio_mmc_host_free()Geert Uytterhoeven1-2/+0
2015-03-23mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be staticWu Fengguang2-2/+2
2015-03-23mmc: omap_hsmmc: add hibernation supportRuss Dill1-7/+2
2015-03-23mmc: omap_hsmmc: use distinctive code paths for cover / card detect logicAndreas Fenkart1-18/+38
2015-03-23mmc: omap_hsmmc: use slot-gpio functions to manage read-only pin directlyAndreas Fenkart1-22/+1
2015-03-23mmc: omap_hsmmc: remove unused fields from struct omap_hsmmc_hostAndreas Fenkart1-4/+0
2015-03-23mmc: sunxi: Use devm_reset_control_get_optional() for reset controlChen-Yu Tsai1-1/+3
2015-03-23mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao9-56/+9
2015-03-23mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao7-39/+6
2015-03-23mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private structKevin Hao1-33/+13
2015-03-23mmc: sdhci-sirf: kill the "clk" member in driver private structKevin Hao1-19/+7
2015-03-23mmc: tegra: use devm help functions to get the clk and gpioKevin Hao1-10/+3
2015-03-23mmc: sdhci-dove: kill the driver specific private structKevin Hao1-21/+5
2015-03-23mmc: sdhci-dove: remove the unneeded error checkKevin Hao1-4/+2
2015-03-23mmc: sirf: update sdhci_sirf_execute_tuning procedureweijun yang1-3/+3
2015-03-23mmc: dw_mmc: Don't crash if we get an interrupt before slot has inittedDoug Anderson1-0/+4
2015-03-23mmc: dw_mmc: Only enable CD after setup and only if neededDoug Anderson1-3/+38
2015-03-23mmc: dw_mmc: Don't start commands while busyDoug Anderson1-0/+28
2015-03-23mmc: dw_mmc: Give a good reset after we give powerDoug Anderson1-9/+18
2015-03-23mmc: dw_mmc: Make sure we only adjust the clock when power is onDoug Anderson1-6/+10
2015-03-23mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errorsaddy ke1-2/+8
2015-03-23mmc: dw_mmc: rockchip: add support MMC_CAP_RUNTIME_RESUME capabilityaddy ke1-0/+8
2015-03-23mmc: dw_mmc: exynos: Support eMMC's HS400 modeSeungwon Jeon4-34/+188
2015-03-19mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida2-4/+4
2015-03-05mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_infoKuninori Morimoto1-26/+2
2015-03-05mmc: tmio: mmc: tmio: tmio_mmc_data has .chan_priv_?xKuninori Morimoto3-22/+30
2015-02-23mmc: tmio_mmc: remove slave_id settings for DMAEngineKuninori Morimoto3-8/+0
2015-02-23mmc: sh_mmcif: remove slave_id settings for DMAEngineKuninori Morimoto1-8/+5
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-15/+48
2015-02-04mmc: sdhci-s3c: solve problem with sleeping in atomic contextPaul Osmialowski1-0/+8
2015-02-04mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski4-1/+106
2015-02-04mmc: moxart: fix probe logicArnd Bergmann1-11/+9