summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorLines
2012-04-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-0/+3
2012-04-20mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung-1/+2
2012-04-20mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard-2/+1
2012-04-20mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake-1/+1
2012-04-20mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon-1/+3
2012-04-20mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak-2/+2
2012-04-20mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball-1/+1
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo-0/+3
2012-04-05mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark-0/+1
2012-04-05mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper-2/+3
2012-04-05Revert "mmc: sdhci-pci: Add MSI support"Chris Ball-6/+0
2012-04-05Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball-3/+1
2012-04-05mmc: omap_hsmmc: fix module re-insertionBalaji T K-3/+1
2012-04-05mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi-15/+1
2012-04-05mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi-4/+5
2012-04-05mmc: omap_hsmmc: trivial cleanupsFelipe Balbi-77/+70
2012-04-05mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K-2/+2
2012-04-05mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K-2/+1
2012-04-05mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersManuel Lauss-1/+3
2012-04-05mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman-7/+1
2012-04-05mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman-6/+6
2012-04-05mmc: sh_mmcif: double clock speedSimon Horman-1/+2
2012-04-05mmc: atmel-mci: add support for odd clock dividersLudovic Desroches-19/+30
2012-04-05mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches-0/+2
2012-04-05mmc: atmel-mci: correct data timeout computationLudovic Desroches-1/+8
2012-04-05mmc: sdhci-s3c: Enable runtime power managementMark Brown-0/+28
2012-04-05mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown-4/+7
2012-04-05mmc: sdhci-s3c: use devm_ functionsJulia Lawall-24/+3
2012-04-05mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham-2/+9
2012-04-05mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham-0/+8
2012-04-05mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham-4/+70
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds-6/+6
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-14/+26
2012-03-28Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-417/+931
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-6/+6
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-2/+1
2012-03-27mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplugGuennadi Liakhovetski-1/+10
2012-03-27mmc: sh_mobile_sdhi: add a callback for board specific init codeBastian Hecht-0/+13
2012-03-27mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() functionGuennadi Liakhovetski-4/+5
2012-03-27mmc: sh_mobile_sdhi: do not manage PM clocks manuallyGuennadi Liakhovetski-4/+0
2012-03-27mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski-3/+0
2012-03-27mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski-7/+9
2012-03-27mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMCGuennadi Liakhovetski-1/+2
2012-03-27mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski-42/+31
2012-03-27mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski-6/+7
2012-03-27mmc: sdhci-pci: allow 8-bit bus width for Intel PCHAlexander Stein-0/+33
2012-03-27mmc: sdhci: check interrupt flags in ISR againAlexander Stein-7/+12
2012-03-27mmc: sdhci-pci: Add MSI supportAlexander Stein-0/+6
2012-03-27mmc: davinci: Poll status for small size transfersIdo Yariv-1/+28
2012-03-27mmc: davinci: Eliminate spurious interruptsIdo Yariv-6/+27