summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+5
2013-08-26mmc: sdhci: get voltage from sdhc hostHaijun Zhang1-0/+3
2013-08-25mmc: sdhci: request irq after sdhci_init() is calledShawn Guo1-2/+2
2013-07-31mmc: sdhci: Indicate that regulators may be absentMark Brown1-2/+2
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt1-0/+4
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO1-4/+3
2013-06-27mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO1-5/+9
2013-06-27mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo1-2/+1
2013-05-26mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter1-1/+34
2013-03-22mmc: sdhci: Don't ignore regulator_enable() return valueChris Ball1-1/+6
2013-03-22mmc: sdhci: add get_cd() implementationKevin Liu1-0/+32
2013-02-24mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam1-4/+4
2013-02-24mmc: sdhci: check voltage range only on regulators aware of voltage valueMarek Szyprowski1-1/+5
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu1-40/+89
2013-02-24mmc: sdhci: update signal voltage switch codeKevin Liu1-114/+78
2013-02-24mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer1-4/+4
2013-02-11mmc: sdhci: introduce sdhci_update_clock helper to re-enable clockAndy Shevchenko1-14/+13
2013-02-11mmc: sdhci: add IRQ wake up supportKevin Liu1-18/+42
2013-02-11mmc: sdhci: disable interrupt before free_irqKevin Liu1-0/+3
2013-02-11mmc: sdhci: query card presence from cd-gpio before asking SDHCIShawn Guo1-13/+16
2012-12-07mmc: sdhci: implement the .card_event() methodGuennadi Liakhovetski1-21/+27
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang1-0/+2
2012-12-06mmc: sdhci: add quirk for lack of 1.8v supportDaniel Drake1-0/+4
2012-12-06mmc: sdhci: Use regulator min/max voltage range according to specKevin Liu1-10/+8
2012-12-06mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmcKevin Liu1-7/+8
2012-11-08mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball1-10/+13
2012-11-08mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu1-6/+12
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang1-0/+3
2012-10-08mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson1-9/+0
2012-09-19mmc: sdhci: Test cd-gpio instead of SDHCI presence when probingGuennadi Liakhovetski1-0/+8
2012-09-04mmc: sdhci: vmmc regulator should be explicitly enabled/disabledPhilip Rakity1-2/+5
2012-09-04mmc: sdhci: Add regulator support for vccq (voltage regualor)Philip Rakity1-65/+116
2012-07-22mmc: sd: Fix sd current limit settingAaron Lu1-28/+3
2012-07-22mmc: sdhci: When a UHS switch fails, cycle power if regulator is usedPhilip Rakity1-0/+4
2012-07-22mmc: sdhci: poll for card even when card is logically unremovableDaniel Drake1-1/+1
2012-07-22mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMERAaron Lu1-18/+12
2012-07-22mmc: sdhci: restore host settings when card is removedAaron Lu1-0/+12
2012-07-22mmc: sdhci: fix incorrect command used in tuningAaron Lu1-1/+7
2012-07-22mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()Mark Brown1-2/+8
2012-07-22mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPSPhilip Rakity1-3/+5
2012-07-21mmc: only support voltage (vdd) that regulator agrees withPhilip Rakity1-0/+17
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity1-1/+1
2012-07-21mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity1-6/+22
2012-06-06mmc: sdhci: Use DBG() instead of pr_warning() on large timeoutChris Ball1-2/+2
2012-04-22mmc: sdhci: Log what timeout was set if the timeout is too largeMark Brown1-2/+2
2012-04-21mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake1-1/+1
2012-04-06mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper1-2/+3
2012-03-27mmc: sdhci: check interrupt flags in ISR againAlexander Stein1-7/+12
2012-03-27mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter1-2/+11
2012-03-26mmc: sdhci: Add platform suspend/resume hooks.Chris Ball1-0/+6