summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: sdhci: fix the wrong type of currChuanxiao.Dong2014-09-091-1/+1
* mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer2014-07-091-15/+15
* mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King2014-07-091-3/+0
* mmc: sdhci: Remove blank lineUlf Hansson2014-07-091-1/+0
* mmc: sdhci: Improve external VDD regulator supportTim Kryger2014-07-091-7/+9
* mmc: sdhci: Remove unused ret variablesMarkus Pargmann2014-07-091-4/+3
* mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger2014-07-091-61/+36
* mmc: sdhci: SD tuning is broken for some controllersAl Cooper2014-05-221-15/+9
* mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King2014-05-221-18/+26
* mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King2014-05-221-9/+7
* mmc: sdhci: move regulator handling into sdhci_set_power()Russell King2014-05-221-37/+35
* mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2014-05-221-6/+0
* mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King2014-05-221-16/+15
* mmc: sdhci: cache timing information locallyRussell King2014-05-221-11/+12
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-20/+24
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-11/+6
* mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King2014-05-221-2/+2
* mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King2014-05-221-5/+4
* mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2014-05-221-16/+5