summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2015-01-14mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger
2015-01-12mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski
2015-01-12mmc: sdhci: Disable re-tuning for HS400Adrian Hunter
2015-01-12mmc: sdhci: Simplify use of tuning timerAdrian Hunter
2015-01-12mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter
2015-01-12mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter
2014-11-26mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter
2014-11-26mmc: sdhci: Fix vqmmc error settingAdrian Hunter
2014-11-26mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleare...Vincent Wan
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter
2014-11-10mmc: sdhci: Define ADMA descriptor structureAdrian Hunter
2014-11-10mmc: sdhci: Define ADMA constantsAdrian Hunter
2014-11-10mmc: sdhci: Define maximum segmentsAdrian Hunter
2014-11-10mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter
2014-11-10mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter
2014-11-10mmc: sdhci: Add sdhci_adma_mark_end()Adrian Hunter
2014-11-10mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter
2014-11-10mmc: sdhci: Rename two ADMA-related functions for consistencyAdrian Hunter
2014-11-10mmc: sdhci: Fix ADMA table size warningAdrian Hunter
2014-11-10mmc: sdhci: Fix ADMA page boundary warningsAdrian Hunter
2014-11-10mmc: sdhci: Fix incorrect ADMA2 descriptor table sizeAdrian Hunter
2014-11-10mmc: sdhci: fix error conditions for controller resetAndrew Gabbasov
2014-11-10mmc: sdhci: Balance vmmc regulator_disable()Andrew Gabbasov
2014-10-03mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: sdhci: check 1.2v IO capability for SDHC hostChuanxiao.Dong
2014-09-09mmc: sdhci: handle busy-end interrupt during commandChanho Min
2014-09-09sdhci: Make sdhci_disable_irq_wakeups() staticFabio Estevam
2014-09-09mmc: sdhci: move timeout_clk dynamically calculation code into common codeAisheng Dong
2014-09-09mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_hostAisheng Dong
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong
2014-09-09sdhci : recompute timeout_clk when neededMatthieu CASTET
2014-09-09sdhci : handle busy timeout irqMatthieu CASTET
2014-09-09mmc: sdhci: fix the wrong type of currChuanxiao.Dong
2014-07-09mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer
2014-07-09mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King
2014-07-09mmc: sdhci: Remove blank lineUlf Hansson
2014-07-09mmc: sdhci: Improve external VDD regulator supportTim Kryger
2014-07-09mmc: sdhci: Remove unused ret variablesMarkus Pargmann
2014-07-09mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger
2014-05-22mmc: sdhci: SD tuning is broken for some controllersAl Cooper
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King
2014-05-22mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King
2014-05-22mmc: sdhci: move regulator handling into sdhci_set_power()Russell King