summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: fix card presence logic in sdhci_request functionScott Branden2015-03-231-17/+3
* mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53Corneliu Doban2015-03-231-1/+3
* mmc: sdhci: add quirk for ACMD23 brokenScott Branden2015-03-231-1/+2
* mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang2015-01-291-1/+1
* mmc: sdhci: add a quirk for single block transactionsVincent Yang2015-01-201-3/+5
* mmc: sdhci: add a quirk for tuning work aroundVincent Yang2015-01-201-0/+2
* mmc: sdhci: add a voltage switch callback functionVincent Yang2015-01-201-0/+4
* mmc: host: sdhci: Added a space before (Mohammad Jamal2015-01-191-1/+1
* mmc: sdhci: Always init buf_ready_intAdrian Hunter2015-01-191-2/+2
* mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen2015-01-191-12/+87
* mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov2015-01-191-4/+0
* mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger2015-01-141-0/+6
* mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski2015-01-121-2/+6
* mmc: sdhci: Disable re-tuning for HS400Adrian Hunter2015-01-121-0/+29
* mmc: sdhci: Simplify use of tuning timerAdrian Hunter2015-01-121-15/+8
* mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter2015-01-121-3/+2
* mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter2015-01-121-6/+3
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-5/+2
|\
| * MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-5/+2
* | mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter2014-11-261-1/+12
* | mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter2014-11-261-6/+7
* | mmc: sdhci: Fix vqmmc error settingAdrian Hunter2014-11-261-1/+1
* | mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleare...Vincent Wan2014-11-261-2/+7
* | mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter2014-11-101-28/+81
* | mmc: sdhci: Define ADMA descriptor structureAdrian Hunter2014-11-101-19/+11
* | mmc: sdhci: Define ADMA constantsAdrian Hunter2014-11-101-10/+13
* | mmc: sdhci: Define maximum segmentsAdrian Hunter2014-11-101-4/+4
* | mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter2014-11-101-34/+34
* | mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter2014-11-101-6/+6
* | mmc: sdhci: Add sdhci_adma_mark_end()Adrian Hunter2014-11-101-1/+8
* | mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter2014-11-101-15/+16
* | mmc: sdhci: Rename two ADMA-related functions for consistencyAdrian Hunter2014-11-101-7/+7
* | mmc: sdhci: Fix ADMA table size warningAdrian Hunter2014-11-101-1/+1
* | mmc: sdhci: Fix ADMA page boundary warningsAdrian Hunter2014-11-101-2/+4
* | mmc: sdhci: Fix incorrect ADMA2 descriptor table sizeAdrian Hunter2014-11-101-1/+7
* | mmc: sdhci: fix error conditions for controller resetAndrew Gabbasov2014-11-101-3/+4
* | mmc: sdhci: Balance vmmc regulator_disable()Andrew Gabbasov2014-11-101-3/+0
|/
* mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter2014-10-031-0/+6
* mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter2014-10-031-2/+6
* mmc: sdhci: execute tuning when device is not busyYi Sun2014-09-241-3/+4
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-18/+16
* mmc: sdhci: check 1.2v IO capability for SDHC hostChuanxiao.Dong2014-09-091-1/+6
* mmc: sdhci: handle busy-end interrupt during commandChanho Min2014-09-091-2/+15
* sdhci: Make sdhci_disable_irq_wakeups() staticFabio Estevam2014-09-091-2/+1
* mmc: sdhci: move timeout_clk dynamically calculation code into common codeAisheng Dong2014-09-091-11/+13
* mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_hostAisheng Dong2014-09-091-17/+17
* mmc: sdhci: add platform set_timeout hookAisheng Dong2014-09-091-5/+14
* mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong2014-09-091-2/+7
* sdhci : recompute timeout_clk when neededMatthieu CASTET2014-09-091-1/+7
* sdhci : handle busy timeout irqMatthieu CASTET2014-09-091-0/+5