summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds17-1290/+1650
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-28mmc: SDHI should depend on SUPERH || ARCH_SHMOBILEGuennadi Liakhovetski1-0/+1
2011-03-26mmc: tmio_mmc: Move some defines into a shared headerSimon Horman3-46/+6
2011-03-25mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski1-9/+8
2011-03-25mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski1-5/+5
2011-03-25mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski1-21/+2
2011-03-25mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski1-6/+19
2011-03-25mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski4-4/+185
2011-03-25mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski6-1285/+1409
2011-03-25mmc: tmio: use PIO for short transfersGuennadi Liakhovetski1-10/+23
2011-03-25mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski1-29/+34
2011-03-25mmc: sdhci-esdhc: enable esdhc on imx53Richard Zhu1-0/+42
2011-03-25mmc: sdhci-esdhc: use writel/readl as general APIsRichard Zhu2-8/+38
2011-03-25mmc: sdhci: add the abort CMDTYPE bits definitionRichard Zhu1-0/+1
2011-03-25mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhcRichard Zhu2-3/+3
2011-03-25mmc: of_mmc_spi: Need to include irq.h and of_irq.hDavid Miller1-0/+2
2011-03-25mmc: mmci: Add ARM variant with extended FIFOPawel Moll1-1/+12
2011-03-25mmc: dw_mmc: set fixed burst in BMOD registerJaehoon Chung1-2/+2
2011-03-25mmc: use pci_dev->revisionSergei Shtylyov2-7/+4
2011-03-23tmio: Silence warnings introduced by mfd changesAndres Salomon1-4/+4
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon1-17/+9
2011-03-23mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon1-12/+12
2011-03-22drivers/mmc/host/omap_hsmmc.c: use resource_size()Chris Ball1-4/+3
2011-03-22drivers/mmc/host/omap.c: use resource_size()Chris Ball1-3/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds18-215/+1286
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+24
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+27
2011-03-17Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-1/+40
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2-47/+316
2011-03-17Merge remote-tracking branch 'origin' into spi/nextGrant Likely1-6/+9
2011-03-17mmc: dw_mmc: support mmc power control with regulatorJaehoon Chung1-0/+25
2011-03-17mmc: dw_mmc: fix suspend/resume operationJaehoon Chung1-2/+20
2011-03-17mmc: dw_mmc: add quirks for unreliable card detect, and capabilitiesJaehoon Chung1-2/+8
2011-03-17mmc: tmio: fix address in kunmap_atomic() callsGuennadi Liakhovetski1-5/+5
2011-03-17mmc: dw_mmc: Remove set-but-unused variable.Chris Ball1-5/+1
2011-03-17mmc: sdhci-esdhc-imx: add card detect on custom GPIO for mx25/35Wolfram Sang1-0/+79
2011-03-17mmc: sdhci-esdhc: broken card detection is not a default quirkWolfram Sang3-3/+4
2011-03-17mmc: sdhci-esdhc-imx: add write protect on custom GPIO on mx25/35Wolfram Sang1-11/+41
2011-03-17mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()Linus Walleij1-8/+0
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King7-161/+398
2011-03-16Merge remote branch 'rmk/for-linus' into for-linusDavid Brown6-91/+67
2011-03-16mmc: sh_mmcif: support aggressive clock gatingGuennadi Liakhovetski1-5/+5
2011-03-15mmc: dw_mmc: support DDR modeJaehoon Chung2-1/+9
2011-03-15mmc: via-sdmmc: Remove set-but-unused variable.Chris Ball1-3/+0
2011-03-15mmc: cb710: Return err value in cb710_wait_while_busy()Chris Ball1-1/+1
2011-03-15mmc: sdhci-pci: Remove set-but-unused variable.Chris Ball1-4/+0
2011-03-15mmc: mxs-mmc: add mmc host driver for i.MX23/28Shawn Guo3-0/+884
2011-03-15mmc: sdhci-tegra: free irq on error and removeWolfram Sang1-1/+5
2011-03-15mmc: mxcmmc: use dmaengine APISascha Hauer1-77/+104