summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Don't ignore regulator_enable() return valueChris Ball2013-03-221-1/+6
* mmc: sdhci: add get_cd() implementationKevin Liu2013-03-221-0/+32
* mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam2013-02-241-4/+4
* mmc: sdhci: check voltage range only on regulators aware of voltage valueMarek Szyprowski2013-02-241-1/+5
* mmc: sdhci: enhance preset value functionKevin Liu2013-02-241-40/+89
* mmc: sdhci: update signal voltage switch codeKevin Liu2013-02-241-114/+78Star
* mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer2013-02-241-4/+4
* mmc: sdhci: introduce sdhci_update_clock helper to re-enable clockAndy Shevchenko2013-02-111-14/+13Star
* mmc: sdhci: add IRQ wake up supportKevin Liu2013-02-111-18/+42
* mmc: sdhci: disable interrupt before free_irqKevin Liu2013-02-111-0/+3
* 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/+8Star
* 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/+0Star
* 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/+3Star
* 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/+12Star
* 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-211-1/+1
* mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-04-061-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-261-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/+1Star
* mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu2012-01-121-2/+1Star
* mmc: sdhci: Always pass clock request value zero to set_clock host opTodd Poynor2012-01-121-1/+1
* mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter2012-01-121-1/+0Star
* mmc: sdhci: prevent card detection activity for non-removable cardsAdrian Hunter2012-01-121-4/+3Star
* mmc: sdhci: fix vmmc handlingAdrian Hunter2012-01-121-22/+21Star