aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-26mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S1-0/+9
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-47/+45
2011-10-26mmc: sdhci-pci: add runtime pm supportAdrian Hunter1-44/+211
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-26mmc: sdhci: add eMMC hardware reset supportAdrian Hunter1-0/+9
2011-08-13mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko1-5/+2
2011-08-13mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko1-19/+19
2011-08-13mmc: sdhci: check host->clock before using it as a denominatorAndy Shevchenko1-3/+5
2011-08-13mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"Andy Shevchenko1-4/+3
2011-08-13mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu1-3/+0
2011-07-20mmc: sdhci: specify maximum discard timeoutAdrian Hunter1-0/+5
2011-07-20mmc: sdhci: fix interrupt storm from card detectionShawn Guo1-4/+25
2011-05-25mmc: sdhci: Auto-CMD23 fixes.Andrei Warkentin1-2/+2
2011-05-25mmc: sdhci: Auto-CMD23 support.Andrei Warkentin1-1/+16
2011-05-25mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin1-16/+47
2011-05-24mmc: sdhci: add hooks for setting UHS in platform specific codePhilip Rakity1-15/+18
2011-05-24mmc: sdhci: add support for retuning mode 1Arindam Nath1-2/+107
2011-05-24mmc: sdhci: add support for programmable clock modeArindam Nath1-15/+66
2011-05-24mmc: sdhci: enable preset value after uhs initializationArindam Nath1-0/+32
2011-05-24mmc: sd: add support for tuning during uhs initializationArindam Nath1-1/+167
2011-05-24mmc: sd: set current limit for uhs cardsArindam Nath1-0/+10
2011-05-24mmc: sd: add support for uhs bus speed mode selectionArindam Nath1-3/+37
2011-05-24mmc: sdhci: reset sdclk before setting high speed enableArindam Nath1-3/+24
2011-05-24mmc: sd: add support for driver type selectionArindam Nath1-0/+27
2011-05-24mmc: sd: add support for signal voltage switch procedureArindam Nath1-13/+179
2011-05-24mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai1-4/+24
2011-05-24mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity1-0/+6
2011-05-24mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown1-3/+4
2011-05-24mmc: sdhci: work around broken dma boundary behaviorMikko Vinni1-5/+25
2011-05-24mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin1-16/+26
2011-04-27mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball1-0/+7
2011-04-27mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks1-1/+1
2011-01-08mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson1-3/+7
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee1-1/+6
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai1-5/+18
2011-01-08mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity1-1/+4
2010-11-22mmc: sdhci: 8-bit bus width changesPhilip Rakity1-11/+33
2010-11-07mmc: sdhci: Properly enable SDIO IRQ wakeupsDaniel Drake1-0/+10
2010-10-23mmc: sdhci: introduce get_ro private write-protect hookWolfram Sang1-6/+9
2010-10-23mmc: sdhci: allow for eMMC 74 clock generation by controllerPhilip Rakity1-0/+3
2010-10-23mmc: sdhci: highspeed: check for mmc as well as sd cardsPhilip Rakity1-2/+3
2010-10-23mmc: sdhci: fix "pwr may be used uninitialized" warningGiuseppe Cavallaro1-4/+2
2010-10-23mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable caseJaehoon Chung1-1/+2
2010-10-23mmc: sdhci: print out controller name for register debugPhilip Rakity1-1/+2
2010-10-23mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro1-1/+1
2010-10-23mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao1-1/+1
2010-10-23mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao1-3/+5
2010-10-23mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao1-2/+7
2010-10-23mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao1-5/+20
2010-10-23mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis1-1/+1