summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-242-16/+31
|\
| *-----. Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King2011-05-232-16/+31
| |\ \ \ \
| | | * | | ARM: 6858/1: mmci: force negative edge on clock bypass for ux500Linus Walleij2011-05-121-0/+2
| | | * | | ARM: 6785/1: mmci: separate out ST Micro register definesLinus Walleij2011-05-112-16/+29
| | |/ / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
| | |/ / | |/| |
* | | | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
| |/ / |/| |
* | | mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball2011-04-281-0/+7
* | | mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks2011-04-281-1/+1
* | | mmc: tmio: fix .set_ios(MMC_POWER_UP) handlingGuennadi Liakhovetski2011-04-281-5/+5
* | | mmc: omap: Fix possible NULL pointer derefMichael Buesch2011-04-281-1/+1
* | | mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()Chris Ball2011-04-281-0/+1
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-315-10/+10
* | 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