summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2015-01-27mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski
2013-03-22mmc: sdhci: Don't ignore regulator_enable() return valueChris Ball
2013-03-22mmc: sdhci: add get_cd() implementationKevin Liu
2013-02-24mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam
2013-02-24mmc: sdhci: check voltage range only on regulators aware of voltage valueMarek Szyprowski
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu
2013-02-24mmc: sdhci: update signal voltage switch codeKevin Liu
2013-02-24mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer
2013-02-11mmc: sdhci: introduce sdhci_update_clock helper to re-enable clockAndy Shevchenko
2013-02-11mmc: sdhci: add IRQ wake up supportKevin Liu
2013-02-11mmc: sdhci: disable interrupt before free_irqKevin Liu
2013-02-11mmc: sdhci: query card presence from cd-gpio before asking SDHCIShawn Guo
2012-12-07mmc: sdhci: implement the .card_event() methodGuennadi Liakhovetski
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang
2012-12-06mmc: sdhci: add quirk for lack of 1.8v supportDaniel Drake
2012-12-06mmc: sdhci: Use regulator min/max voltage range according to specKevin Liu
2012-12-06mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmcKevin Liu
2012-11-07mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball
2012-11-07mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson
2012-09-19mmc: sdhci: Test cd-gpio instead of SDHCI presence when probingGuennadi Liakhovetski
2012-09-04mmc: sdhci: vmmc regulator should be explicitly enabled/disabledPhilip Rakity
2012-09-04mmc: sdhci: Add regulator support for vccq (voltage regualor)Philip Rakity
2012-07-22mmc: sd: Fix sd current limit settingAaron Lu
2012-07-22mmc: sdhci: When a UHS switch fails, cycle power if regulator is usedPhilip Rakity
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