aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2012-07-22mmc: sdhci: poll for card even when card is logically unremovableDaniel Drake
2012-07-22mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMERAaron Lu
2012-07-22mmc: sdhci: restore host settings when card is removedAaron Lu
2012-07-22mmc: sdhci: fix incorrect command used in tuningAaron Lu
2012-07-22mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()Mark Brown
2012-07-22mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPSPhilip Rakity
2012-07-21mmc: only support voltage (vdd) that regulator agrees withPhilip Rakity
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity
2012-07-21mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity
2012-06-06mmc: sdhci: Use DBG() instead of pr_warning() on large timeoutChris Ball
2012-04-22mmc: sdhci: Log what timeout was set if the timeout is too largeMark Brown
2012-04-20mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake
2012-04-05mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper
2012-03-27mmc: sdhci: check interrupt flags in ISR againAlexander Stein
2012-03-27mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter
2012-03-25mmc: sdhci: Add platform suspend/resume hooks.Chris Ball
2012-01-12mmc: sdhci: restore the enabled dma when do reset allShaohui Xie
2012-01-12mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S
2012-01-12mmc: sdhci: Deal with failure case in sdhci_suspend_hostAaron Lu
2012-01-12mmc: sd: Fix SDR12 timing regressionAlexander Elbs
2012-01-12mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu
2012-01-11mmc: sdhci: Always pass clock request value zero to set_clock host opTodd Poynor
2012-01-11mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter
2012-01-11mmc: sdhci: prevent card detection activity for non-removable cardsAdrian Hunter
2012-01-11mmc: sdhci: fix vmmc handlingAdrian Hunter
2012-01-11mmc: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-11mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss
2011-10-26mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: sdhci-pci: add runtime pm supportAdrian Hunter
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker
2011-10-26mmc: sdhci: add eMMC hardware reset supportAdrian Hunter
2011-08-13mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko
2011-08-13mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko
2011-08-13mmc: sdhci: check host->clock before using it as a denominatorAndy Shevchenko
2011-08-13mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"Andy Shevchenko
2011-08-13mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu
2011-07-20mmc: sdhci: specify maximum discard timeoutAdrian Hunter
2011-07-20mmc: sdhci: fix interrupt storm from card detectionShawn Guo
2011-05-25mmc: sdhci: Auto-CMD23 fixes.Andrei Warkentin
2011-05-25mmc: sdhci: Auto-CMD23 support.Andrei Warkentin
2011-05-25mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin
2011-05-24mmc: sdhci: add hooks for setting UHS in platform specific codePhilip Rakity
2011-05-24mmc: sdhci: add support for retuning mode 1Arindam Nath
2011-05-24mmc: sdhci: add support for programmable clock modeArindam Nath
2011-05-24mmc: sdhci: enable preset value after uhs initializationArindam Nath
2011-05-24mmc: sd: add support for tuning during uhs initializationArindam Nath
2011-05-24mmc: sd: set current limit for uhs cardsArindam Nath
2011-05-24mmc: sd: add support for uhs bus speed mode selectionArindam Nath