summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-12/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-271-12/+6
| |\
| | * drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32George Spelvin2014-05-161-12/+6
| | * lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2014-05-161-1/+1
* | | mmc: simplify SDHCI Kconfig dependenciesArnd Bergmann2014-06-121-5/+3
* | | mmc: omap: don't select TPS65010Arnd Bergmann2014-06-121-1/+1
* | | mmc: mvsdio: avoid compiler warningArnd Bergmann2014-06-121-1/+1
* | | mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann2014-06-121-0/+1
* | | mmc: sdhci-msm: Fix fallout from sdhci refactoringStephen Boyd2014-06-121-0/+4
* | | mmc: usdhi6rol0: fix compiler warningsGuennadi Liakhovetski2014-06-121-5/+5
* | | Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-1052-1408/+3934
|\ \ \
| * | | mmc: sdhci-s3c: use mmc_of_parse and remove the card_taskletJaehoon Chung2014-06-041-95/+4
| * | | mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controllerGuennadi Liakhovetski2014-06-023-0/+1854
| * | | mmc: sdhci-of-esdhc: Fixup compile errorUlf Hansson2014-05-231-3/+3
| * | | mmc: tegra: fix reporting of base clock frequencyAndrew Bresticker2014-05-231-3/+7
| * | | mmc: tegra: disable UHS modesAndrew Bresticker2014-05-231-7/+23
| * | | mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handlerSebastian Hesselbarth2014-05-231-69/+5
| * | | mmc: dove: fix missing MACH_DOVE dependencySebastian Hesselbarth2014-05-221-1/+1
| * | | mmc: sdhci: SD tuning is broken for some controllersAl Cooper2014-05-221-15/+9
| * | | mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issueAisheng Dong2014-05-221-0/+1
| * | | mmc: sdhci-pci-o2micro: Add SeaBird SeaEagle SD3 supportPeter Guo2014-05-222-1/+80
| * | | mmc: omap_hsmmc: split omap-dma header fileBalaji T K2014-05-221-1/+1
| * | | mmc: omap_hsmmc: fix cmd23 multiblock read/writeBalaji T K2014-05-221-2/+3
| * | | mmc: omap_hsmmc: use devm_ioremap_resourceBalaji T K2014-05-221-14/+5
| * | | mmc: omap_hsmmc: use devm_request_threaded_irqBalaji T K2014-05-221-6/+3
| * | | mmc: omap_hsmmc: use devm_request_irqBalaji T K2014-05-221-5/+2
| * | | mmc: omap_hsmmc: use devm_clk_getBalaji T K2014-05-221-11/+4
| * | | mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer2014-05-223-0/+1057
| * | | mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded valueAxel Lin2014-05-221-1/+1
| * | | mmc: omap: Use DIV_ROUND_UP instead of open codedAxel Lin2014-05-221-5/+5
| * | | mmc: dw_mmc: Don't print data errorsDoug Anderson2014-05-221-1/+1
| * | | mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King2014-05-221-18/+26
| * | | mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King2014-05-221-9/+7
| * | | mmc: sdhci: move regulator handling into sdhci_set_power()Russell King2014-05-221-37/+35
| * | | mmc: sdhci-tegra: get rid of special PRESENT_STATE register handlingRussell King2014-05-221-14/+0
| * | | mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2014-05-222-8/+0
| * | | mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King2014-05-221-19/+36
| * | | mmc: sdhci-esdhc-imx: remove emulation of uhs_modeRussell King2014-05-221-14/+3
| * | | mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King2014-05-221-16/+15
| * | | mmc: sdhci: cache timing information locallyRussell King2014-05-221-11/+12
| * | | mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-2218-20/+42
| * | | mmc: sdhci: set_uhs_signaling() need not return a valueRussell King2014-05-223-6/+4
| * | | mmc: sdhci-esdhc-imx: fix lockdep splat upon tuningRussell King2014-05-221-4/+2
| * | | mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()Russell King2014-05-221-0/+1
| * | | mmc: sdhci-esdhc-imx: avoid DMA to kernel stackRussell King2014-05-221-9/+16
| * | | mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-2218-19/+36
| * | | mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King2014-05-225-3/+12
| * | | mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King2014-05-225-17/+7
| * | | mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2014-05-222-19/+5
| * | | mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King2014-05-221-21/+22