summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Allow for long command timeoutsAdrian Hunter2014-01-201-1/+6
* mmc: sdhci: fix lockdep error in tuning routineAisheng Dong2014-01-171-13/+7
* mmc: sdhci: add quirk for broken HS200 supportDavid Cohen2014-01-131-1/+2
* mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu2014-01-131-0/+7
* mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng2013-11-261-1/+6
* mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irqAlexey Neyman2013-11-081-0/+8
* mmc: sdhci: Move away from using deprecated APIsUlf Hansson2013-10-301-18/+2
* mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng2013-10-211-1/+2
* mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng2013-10-211-0/+1
* mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng2013-09-261-2/+2
* mmc: sdhci: add hooks for platform specific tuningDong Aisheng2013-09-261-0/+8
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-101-2/+5
|\
| * mmc: sdhci: get voltage from sdhc hostHaijun Zhang2013-08-261-0/+3
| * mmc: sdhci: request irq after sdhci_init() is calledShawn Guo2013-08-241-2/+2
* | mmc: sdhci: Indicate that regulators may be absentMark Brown2013-07-311-2/+2
|/
* mmc: sdhci: add card_event callback to sdhciChristian Daudt2013-07-051-0/+4
* mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO2013-07-051-4/+3
* mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO2013-06-271-5/+9
* mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo2013-06-271-2/+1
* mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter2013-05-261-1/+34
* 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/+78
* 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/+13
* 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/+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