aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-2/+3
|\
| * mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-10-021-2/+3
* | merge opensource jb u5codeworkx2012-09-221-0/+35
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-4/+2
|\ \ | |/
| * mmc: sd: Fix SDR12 timing regressionAlexander Elbs2012-01-251-2/+1
| * mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu2012-01-251-2/+1
* | samsung opensource update4codeworkx2012-08-031-3/+8
* | samsung update 1codeworkx2012-06-021-42/+191
|/
* mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu2011-08-291-3/+0
* mmc: sdhci: Auto-CMD23 fixes.Andrei Warkentin2011-05-251-2/+2
* mmc: sdhci: Auto-CMD23 support.Andrei Warkentin2011-05-251-1/+16
* mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin2011-05-251-16/+47
* mmc: sdhci: add hooks for setting UHS in platform specific codePhilip Rakity2011-05-241-15/+18
* mmc: sdhci: add support for retuning mode 1Arindam Nath2011-05-241-2/+107
* mmc: sdhci: add support for programmable clock modeArindam Nath2011-05-241-15/+66
* mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-241-0/+32
* mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-241-1/+167
* mmc: sd: set current limit for uhs cardsArindam Nath2011-05-241-0/+10
* mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-241-3/+37
* mmc: sdhci: reset sdclk before setting high speed enableArindam Nath2011-05-241-3/+24
* mmc: sd: add support for driver type selectionArindam Nath2011-05-241-0/+27
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-241-13/+179
* mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai2011-05-241-4/+24
* mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity2011-05-241-0/+6
* mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown2011-05-241-3/+4
* mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2011-05-241-5/+25
* mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin2011-05-241-16/+26
* mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball2011-04-271-0/+7
* mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks2011-04-271-1/+1
* mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson2011-01-081-3/+7
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-081-1/+6
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-081-5/+18
* mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity2011-01-081-1/+4
* mmc: sdhci: 8-bit bus width changesPhilip Rakity2010-11-221-11/+33
* mmc: sdhci: Properly enable SDIO IRQ wakeupsDaniel Drake2010-11-071-0/+10
* mmc: sdhci: introduce get_ro private write-protect hookWolfram Sang2010-10-231-6/+9
* mmc: sdhci: allow for eMMC 74 clock generation by controllerPhilip Rakity2010-10-231-0/+3
* mmc: sdhci: highspeed: check for mmc as well as sd cardsPhilip Rakity2010-10-231-2/+3
* mmc: sdhci: fix "pwr may be used uninitialized" warningGiuseppe Cavallaro2010-10-231-4/+2
* mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable caseJaehoon Chung2010-10-231-1/+2
* mmc: sdhci: print out controller name for register debugPhilip Rakity2010-10-231-1/+2
* mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro2010-10-231-1/+1
* mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao2010-10-231-1/+1
* mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao2010-10-231-3/+5
* mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao2010-10-231-2/+7
* mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao2010-10-231-5/+20
* mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis2010-10-231-1/+1
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-4/+3
* sdhci: add no hi-speed bit quirk supportKyungmin Park2010-08-201-1/+2
* sdhci: add auto CMD12 support for eSDHC driverJerry Huang2010-08-111-2/+12