aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+6
2014-06-12mmc: simplify SDHCI Kconfig dependenciesArnd Bergmann1-5/+3
2014-06-12mmc: omap: don't select TPS65010Arnd Bergmann1-1/+1
2014-06-12mmc: mvsdio: avoid compiler warningArnd Bergmann1-1/+1
2014-06-12mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann1-0/+1
2014-06-12mmc: sdhci-msm: Fix fallout from sdhci refactoringStephen Boyd1-0/+4
2014-06-12mmc: usdhi6rol0: fix compiler warningsGuennadi Liakhovetski1-5/+5
2014-06-10Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds52-1408/+3934
2014-06-07Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/linux into nextLinus Torvalds3-0/+1057
2014-06-06Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextLinus Torvalds3-0/+1463
2014-06-04mmc: sdhci-s3c: use mmc_of_parse and remove the card_taskletJaehoon Chung1-95/+4
2014-06-03mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer3-0/+1057
2014-06-03Merge branches 'ib-from-asoc-3.16', 'ib-from-pm-3.16', 'ib-from-regulator-3.16', 'ib-mfd-gpio-3.16' and 'ib-mfd-mmc-memstick-3.16', tags 'ib-mfd-extcon-3.16', 'ib-mfd-omap-3.16' and 'ib-mfd-regulator-3.16' into ibs-for-mfd-mergedLee Jones3-0/+1463
2014-06-02mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controllerGuennadi Liakhovetski3-0/+1854
2014-06-02Merge tag 'mmc-v3.16-1' of git://git.linaro.org/people/ulf.hansson/mmc into nextLinus Torvalds2-244/+94
2014-06-02mmc: mmci: Enforce DMA configuration through DTUlf Hansson1-23/+1
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-12/+6
2014-05-23mmc: sdhci-of-esdhc: Fixup compile errorUlf Hansson1-3/+3
2014-05-23mmc: tegra: fix reporting of base clock frequencyAndrew Bresticker1-3/+7
2014-05-23mmc: tegra: disable UHS modesAndrew Bresticker1-7/+23
2014-05-23mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handlerSebastian Hesselbarth1-69/+5
2014-05-22mmc: dove: fix missing MACH_DOVE dependencySebastian Hesselbarth1-1/+1
2014-05-22mmc: sdhci: SD tuning is broken for some controllersAl Cooper1-15/+9
2014-05-22mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issueAisheng Dong1-0/+1
2014-05-22mmc: sdhci-pci-o2micro: Add SeaBird SeaEagle SD3 supportPeter Guo2-1/+80
2014-05-22mmc: omap_hsmmc: split omap-dma header fileBalaji T K1-1/+1
2014-05-22mmc: omap_hsmmc: fix cmd23 multiblock read/writeBalaji T K1-2/+3
2014-05-22mmc: omap_hsmmc: use devm_ioremap_resourceBalaji T K1-14/+5
2014-05-22mmc: omap_hsmmc: use devm_request_threaded_irqBalaji T K1-6/+3
2014-05-22mmc: omap_hsmmc: use devm_request_irqBalaji T K1-5/+2
2014-05-22mmc: omap_hsmmc: use devm_clk_getBalaji T K1-11/+4
2014-05-22mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer3-0/+1057
2014-05-22mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded valueAxel Lin1-1/+1
2014-05-22mmc: omap: Use DIV_ROUND_UP instead of open codedAxel Lin1-5/+5
2014-05-22mmc: dw_mmc: Don't print data errorsDoug Anderson1-1/+1
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King1-18/+26
2014-05-22mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King1-9/+7
2014-05-22mmc: sdhci: move regulator handling into sdhci_set_power()Russell King1-37/+35
2014-05-22mmc: sdhci-tegra: get rid of special PRESENT_STATE register handlingRussell King1-14/+0
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2-8/+0
2014-05-22mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King1-19/+36
2014-05-22mmc: sdhci-esdhc-imx: remove emulation of uhs_modeRussell King1-14/+3
2014-05-22mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King1-16/+15
2014-05-22mmc: sdhci: cache timing information locallyRussell King1-11/+12
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King18-20/+42
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King3-6/+4
2014-05-22mmc: sdhci-esdhc-imx: fix lockdep splat upon tuningRussell King1-4/+2
2014-05-22mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()Russell King1-0/+1
2014-05-22mmc: sdhci-esdhc-imx: avoid DMA to kernel stackRussell King1-9/+16
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King18-19/+36