summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: query card presence from cd-gpio before asking SDHCIShawn Guo2013-02-111-13/+16
* mmc: sdhci: implement the .card_event() methodGuennadi Liakhovetski2012-12-071-21/+27
* mmc: eSDHC: Recover from ADMA errorsHaijun Zhang2012-12-061-0/+2
* mmc: sdhci: add quirk for lack of 1.8v supportDaniel Drake2012-12-061-0/+4
* mmc: sdhci: Use regulator min/max voltage range according to specKevin Liu2012-12-061-10/+8
* mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmcKevin Liu2012-12-061-7/+8
* mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball2012-11-071-10/+13
* mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu2012-11-071-6/+12
* mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-071-0/+3
* mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson2012-10-071-9/+0
* mmc: sdhci: Test cd-gpio instead of SDHCI presence when probingGuennadi Liakhovetski2012-09-191-0/+8
* mmc: sdhci: vmmc regulator should be explicitly enabled/disabledPhilip Rakity2012-09-041-2/+5
* mmc: sdhci: Add regulator support for vccq (voltage regualor)Philip Rakity2012-09-041-65/+116
* mmc: sd: Fix sd current limit settingAaron Lu2012-07-221-28/+3
* mmc: sdhci: When a UHS switch fails, cycle power if regulator is usedPhilip Rakity2012-07-221-0/+4
* mmc: sdhci: poll for card even when card is logically unremovableDaniel Drake2012-07-221-1/+1
* mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMERAaron Lu2012-07-221-18/+12
* mmc: sdhci: restore host settings when card is removedAaron Lu2012-07-221-0/+12
* mmc: sdhci: fix incorrect command used in tuningAaron Lu2012-07-221-1/+7
* mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()Mark Brown2012-07-221-2/+8
* mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPSPhilip Rakity2012-07-221-3/+5
* mmc: only support voltage (vdd) that regulator agrees withPhilip Rakity2012-07-211-0/+17
* mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity2012-07-211-1/+1
* mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity2012-07-211-6/+22
* mmc: sdhci: Use DBG() instead of pr_warning() on large timeoutChris Ball2012-06-061-2/+2
* mmc: sdhci: Log what timeout was set if the timeout is too largeMark Brown2012-04-221-2/+2
* mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake2012-04-201-1/+1
* mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-04-051-2/+3
* mmc: sdhci: check interrupt flags in ISR againAlexander Stein2012-03-271-7/+12
* mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter2012-03-271-2/+11
* mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2012-03-251-0/+6
* mmc: sdhci: restore the enabled dma when do reset allShaohui Xie2012-01-121-0/+5
* mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S2012-01-121-15/+42
* mmc: sdhci: Deal with failure case in sdhci_suspend_hostAaron Lu2012-01-121-3/+14
* mmc: sd: Fix SDR12 timing regressionAlexander Elbs2012-01-121-2/+1
* mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu2012-01-121-2/+1
* mmc: sdhci: Always pass clock request value zero to set_clock host opTodd Poynor2012-01-111-1/+1
* mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter2012-01-111-1/+0
* mmc: sdhci: prevent card detection activity for non-removable cardsAdrian Hunter2012-01-111-4/+3
* mmc: sdhci: fix vmmc handlingAdrian Hunter2012-01-111-22/+21
* mmc: remove the second argument of k[un]map_atomic()Cong Wang2012-01-111-2/+2
* mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO2012-01-111-0/+10
* mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss2011-12-191-1/+1
* mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S2011-10-261-0/+9
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-47/+45
* mmc: sdhci-pci: add runtime pm supportAdrian Hunter2011-10-261-44/+211
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* mmc: sdhci: add eMMC hardware reset supportAdrian Hunter2011-10-261-0/+9
* mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko2011-08-131-5/+2
* mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko2011-08-131-19/+19
OpenPOWER on IntegriCloud