summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mmc: sdhci: Remove unused ret variablesMarkus Pargmann1-4/+3
2014-07-09mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger1-61/+36
2014-07-09mmc: mmci: Add Qualcomm Id to amba id tableSrinivas Kandagatla1-0/+23
2014-07-09mmc: mmci: Add Qcom specific rx_fifocnt logic.Srinivas Kandagatla2-2/+29
2014-07-09mmc: mmci: add explicit clk controlSrinivas Kandagatla2-3/+28
2014-07-09mmc: mmci: add f_max to variant structureSrinivas Kandagatla1-2/+11
2014-07-09mmc: mmci: Add support to data commands via variant structure.Srinivas Kandagatla1-0/+5
2014-07-09mmc: mmci: add edge support to data and command out in variant data.Srinivas Kandagatla1-1/+5
2014-07-09mmc: mmci: add 8bit bus support in variant dataSrinivas Kandagatla1-1/+6
2014-07-09mmc: mmci: add ddrmode mask to variant dataSrinivas Kandagatla1-1/+4
2014-07-09mmc: mmci: Add Qcom datactrl register variantSrinivas Kandagatla1-0/+5
2014-07-09mmc: mmci: Add enough delay between writes to CMD register.Srinivas Kandagatla1-1/+1
2014-07-09mmc: mmci: Add Qualcomm specific register defines.Srinivas Kandagatla1-0/+17
2014-07-09mmc: mmci: use NSEC_PER_SEC macroSrinivas Kandagatla1-1/+1
2014-06-13Merge 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-11Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds41-1015/+3435
2014-06-08Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds3-0/+1057
2014-06-06Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+1463
2014-06-05mmc: sdhci-s3c: use mmc_of_parse and remove the card_taskletJaehoon Chung1-95/+4
2014-06-04mmc: 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.1...Lee Jones3-0/+1463
2014-06-03mmc: 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/linvil...John 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