summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-2917-1290/+1650
|\
| * mmc: SDHI should depend on SUPERH || ARCH_SHMOBILEGuennadi Liakhovetski2011-03-281-0/+1
| * mmc: tmio_mmc: Move some defines into a shared headerSimon Horman2011-03-263-46/+6Star
| * mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski2011-03-251-9/+8Star
| * mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski2011-03-251-5/+5
| * mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski2011-03-251-21/+2Star
| * mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski2011-03-251-6/+19
| * mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski2011-03-254-4/+185
| * mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-256-1285/+1409
| * mmc: tmio: use PIO for short transfersGuennadi Liakhovetski2011-03-251-10/+23
| * mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski2011-03-251-29/+34
| * mmc: sdhci-esdhc: enable esdhc on imx53Richard Zhu2011-03-251-0/+42
| * mmc: sdhci-esdhc: use writel/readl as general APIsRichard Zhu2011-03-252-8/+38
| * mmc: sdhci: add the abort CMDTYPE bits definitionRichard Zhu2011-03-251-0/+1
| * mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhcRichard Zhu2011-03-252-3/+3
| * mmc: of_mmc_spi: Need to include irq.h and of_irq.hDavid Miller2011-03-251-0/+2
| * mmc: mmci: Add ARM variant with extended FIFOPawel Moll2011-03-251-1/+12
| * mmc: dw_mmc: set fixed burst in BMOD registerJaehoon Chung2011-03-251-2/+2
| * mmc: use pci_dev->revisionSergei Shtylyov2011-03-252-7/+4Star
* | drivers: Final irq namespace conversionThomas Gleixner2011-03-291-1/+1
|/
* tmio: Silence warnings introduced by mfd changesAndres Salomon2011-03-231-4/+4
* mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon2011-03-231-17/+9Star
* mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon2011-03-231-12/+12
* drivers/mmc/host/omap_hsmmc.c: use resource_size()Chris Ball2011-03-231-4/+3Star
* drivers/mmc/host/omap.c: use resource_size()Chris Ball2011-03-231-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-1918-215/+1286
|\
| * mmc: dw_mmc: support mmc power control with regulatorJaehoon Chung2011-03-171-0/+25
| * mmc: dw_mmc: fix suspend/resume operationJaehoon Chung2011-03-171-2/+20
| * mmc: dw_mmc: add quirks for unreliable card detect, and capabilitiesJaehoon Chung2011-03-171-2/+8
| * mmc: tmio: fix address in kunmap_atomic() callsGuennadi Liakhovetski2011-03-171-5/+5
| * mmc: dw_mmc: Remove set-but-unused variable.Chris Ball2011-03-171-5/+1Star
| * mmc: sdhci-esdhc-imx: add card detect on custom GPIO for mx25/35Wolfram Sang2011-03-171-0/+79
| * mmc: sdhci-esdhc: broken card detection is not a default quirkWolfram Sang2011-03-173-3/+4
| * mmc: sdhci-esdhc-imx: add write protect on custom GPIO on mx25/35Wolfram Sang2011-03-171-11/+41
| * mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()Linus Walleij2011-03-171-8/+0Star
| * mmc: sh_mmcif: support aggressive clock gatingGuennadi Liakhovetski2011-03-161-5/+5
| * mmc: dw_mmc: support DDR modeJaehoon Chung2011-03-152-1/+9
| * mmc: via-sdmmc: Remove set-but-unused variable.Chris Ball2011-03-151-3/+0Star
| * mmc: cb710: Return err value in cb710_wait_while_busy()Chris Ball2011-03-151-1/+1
| * mmc: sdhci-pci: Remove set-but-unused variable.Chris Ball2011-03-151-4/+0Star
| * mmc: mxs-mmc: add mmc host driver for i.MX23/28Shawn Guo2011-03-153-0/+884
| * mmc: sdhci-tegra: free irq on error and removeWolfram Sang2011-03-151-1/+5
| * mmc: mxcmmc: use dmaengine APISascha Hauer2011-03-151-77/+104
| * mmc: dw_mmc: support 8-bit buswidthJaehoon Chung2011-03-151-0/+3
| * mmc: tmio_mmc: use dmaengine helpers, drop submit checkLinus Walleij2011-03-151-13/+4Star
| * mmc: tmio_mmc: drop dma_sglen state variableLinus Walleij2011-03-151-7/+2Star
| * mmc: tmio_mmc: unmap with the proper sglenLinus Walleij2011-03-151-2/+2
| * mmc: tmio_mmc: map DMA buffers on the DMA engine deviceLinus Walleij2011-03-151-4/+6
| * mmc: sh_mmcif: use dmaengine helpers, drop submit checkLinus Walleij2011-03-151-16/+6Star
| * mmc: sh_mmcif: rename and retype activity variableLinus Walleij2011-03-151-9/+9