summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06mmc: sdhci: Use DBG() instead of pr_warning() on large timeoutChris Ball1-2/+2
2012-04-22mmc: sdhci: Log what timeout was set if the timeout is too largeMark Brown1-2/+2
2012-04-21mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake1-1/+1
2012-04-06mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper1-2/+3
2012-03-27mmc: sdhci: check interrupt flags in ISR againAlexander Stein1-7/+12
2012-03-27mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter1-2/+11
2012-03-26mmc: sdhci: Add platform suspend/resume hooks.Chris Ball1-0/+6
2012-01-13mmc: sdhci: restore the enabled dma when do reset allShaohui Xie1-0/+5
2012-01-13mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S1-15/+42
2012-01-13mmc: sdhci: Deal with failure case in sdhci_suspend_hostAaron Lu1-3/+14
2012-01-13mmc: sd: Fix SDR12 timing regressionAlexander Elbs1-2/+1
2012-01-13mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu1-2/+1
2012-01-12mmc: sdhci: Always pass clock request value zero to set_clock host opTodd Poynor1-1/+1
2012-01-12mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter1-1/+0
2012-01-12mmc: sdhci: prevent card detection activity for non-removable cardsAdrian Hunter1-4/+3
2012-01-12mmc: sdhci: fix vmmc handlingAdrian Hunter1-22/+21
2012-01-12mmc: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-12mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO1-0/+10
2011-12-20mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-1/+1
2011-10-27mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S1-0/+9
2011-10-27mmc: replace printk with appropriate display macroGirish K S1-47/+45
2011-10-27mmc: sdhci-pci: add runtime pm supportAdrian Hunter1-44/+211
2011-10-27mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-27mmc: 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-21mmc: sdhci: specify maximum discard timeoutAdrian Hunter1-0/+5
2011-07-21mmc: sdhci: fix interrupt storm from card detectionShawn Guo1-4/+25
2011-05-26mmc: sdhci: Auto-CMD23 fixes.Andrei Warkentin1-2/+2
2011-05-26mmc: sdhci: Auto-CMD23 support.Andrei Warkentin1-1/+16
2011-05-26mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin1-16/+47
2011-05-25mmc: sdhci: add hooks for setting UHS in platform specific codePhilip Rakity1-15/+18
2011-05-25mmc: sdhci: add support for retuning mode 1Arindam Nath1-2/+107
2011-05-25mmc: sdhci: add support for programmable clock modeArindam Nath1-15/+66
2011-05-25mmc: sdhci: enable preset value after uhs initializationArindam Nath1-0/+32
2011-05-25mmc: sd: add support for tuning during uhs initializationArindam Nath1-1/+167
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 Nath1-3/+37
2011-05-25mmc: sdhci: reset sdclk before setting high speed enableArindam Nath1-3/+24
2011-05-25mmc: sd: add support for driver type selectionArindam Nath1-0/+27
2011-05-25mmc: sd: add support for signal voltage switch procedureArindam Nath1-13/+179
2011-05-25mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai1-4/+24
2011-05-25mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity1-0/+6
2011-05-25mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown1-3/+4
2011-05-25mmc: sdhci: work around broken dma boundary behaviorMikko Vinni1-5/+25
2011-05-25mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin1-16/+26
2011-04-28mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball1-0/+7