summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mmc: sdhi: allow powering down controller with no card insertedGuennadi Liakhovetski1-0/+6
2011-05-25mmc: tmio: runtime suspend the controller, where possibleGuennadi Liakhovetski2-6/+61
2011-05-25mmc: sdhi: support up to 3 interrupt sourcesMagnus Damm1-11/+28
2011-05-25mmc: sdhi: print physical base address and clock rateMagnus Damm1-2/+4
2011-05-25mmc: sdhi: no need for special interrupt flagsMagnus Damm1-2/+1
2011-05-25mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm4-21/+37
2011-05-25mmc: protect the tmio_mmc driver against a theoretical raceGuennadi Liakhovetski2-6/+57
2011-05-25mmc: add runtime and system power-management support to the MMCIF driverGuennadi Liakhovetski1-9/+69
2011-05-25mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski5-19/+86
2011-05-25mmc: sh_mmcif: protect against a theoretical raceGuennadi Liakhovetski1-8/+42
2011-05-25mmc: sdhci: add support for retuning mode 1Arindam Nath2-3/+112
2011-05-25mmc: sdhci: add support for programmable clock modeArindam Nath2-15/+69
2011-05-25mmc: sdhci: enable preset value after uhs initializationArindam Nath1-0/+32
2011-05-25mmc: sd: add support for tuning during uhs initializationArindam Nath2-1/+170
2011-05-25mmc: sd: set current limit for uhs cardsArindam Nath1-0/+10
2011-05-25mmc: sd: add support for uhs bus speed mode selectionArindam Nath2-3/+43
2011-05-25mmc: sdhci: reset sdclk before setting high speed enableArindam Nath1-3/+24
2011-05-25mmc: sd: add support for driver type selectionArindam Nath2-1/+37
2011-05-25mmc: sd: add support for signal voltage switch procedureArindam Nath2-15/+195
2011-05-25mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai2-4/+29
2011-05-25mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity2-0/+8
2011-05-25mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown1-3/+4
2011-05-25mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2-5/+31
2011-05-25mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin1-16/+26
2011-05-25mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande1-23/+21
2011-05-25mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'Shawn Guo1-1/+1
2011-05-25mmc: tegra: add pm_flagsVenkat Rao1-0/+2
2011-04-28mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball1-0/+7
2011-04-28mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks1-1/+1
2011-04-28mmc: tmio: fix .set_ios(MMC_POWER_UP) handlingGuennadi Liakhovetski1-5/+5
2011-04-28mmc: omap: Fix possible NULL pointer derefMichael Buesch1-1/+1
2011-04-28mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()Chris Ball1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi5-10/+10
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