summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2015-01-29mmc: sdhci: Don't signal the sdio irq if it's not setupSjoerd Simons
2015-01-16mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski
2014-01-20mmc: sdhci: Allow for long command timeoutsAdrian Hunter
2014-01-17mmc: sdhci: fix lockdep error in tuning routineAisheng Dong
2014-01-13mmc: sdhci: add quirk for broken HS200 supportDavid Cohen
2014-01-13mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu
2013-11-26mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng
2013-11-08mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irqAlexey Neyman
2013-10-30mmc: sdhci: Move away from using deprecated APIsUlf Hansson
2013-10-21mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng
2013-10-21mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng
2013-09-26mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng
2013-09-26mmc: sdhci: add hooks for platform specific tuningDong Aisheng
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-26mmc: sdhci: get voltage from sdhc hostHaijun Zhang
2013-08-24mmc: sdhci: request irq after sdhci_init() is calledShawn Guo
2013-07-31mmc: sdhci: Indicate that regulators may be absentMark Brown
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO
2013-06-27mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO
2013-06-27mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo
2013-05-26mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter
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