aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-24mmc: sdhci: make max-frequency property in device tree workDong Aisheng1-2/+7
2015-07-24mmc: sdhci check parameters before call dma_free_coherentPeng Fan1-2/+5
2015-06-16mmc: sdhci: fix low memory corruptionJiri Slaby1-1/+1
2015-06-08mmc: sdhci: Restore behavior while creating OCR maskUlf Hansson1-4/+5
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter1-0/+13
2015-06-01mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()Petri Gynther1-0/+9
2015-06-01mmc: host: sdhci: Use BUG_ON()Fabio Estevam1-4/+2
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter1-99/+13
2015-03-23mmc: sdhci: fix card presence logic in sdhci_request functionScott Branden1-17/+3
2015-03-23mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53Corneliu Doban1-1/+3
2015-03-23mmc: sdhci: add quirk for ACMD23 brokenScott Branden1-1/+2
2015-01-29mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang1-1/+1
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang1-3/+5
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang1-0/+2
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang1-0/+4
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal1-1/+1
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter1-2/+2
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen1-12/+87
2015-01-19mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov1-4/+0
2015-01-14mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger1-0/+6
2015-01-12mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski1-2/+6
2015-01-12mmc: sdhci: Disable re-tuning for HS400Adrian Hunter1-0/+29
2015-01-12mmc: sdhci: Simplify use of tuning timerAdrian Hunter1-15/+8
2015-01-12mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter1-3/+2
2015-01-12mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter1-6/+3
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+2
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-5/+2
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter1-1/+12
2014-11-26mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter1-6/+7
2014-11-26mmc: sdhci: Fix vqmmc error settingAdrian Hunter1-1/+1
2014-11-26mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without dataVincent Wan1-2/+7
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter1-28/+81
2014-11-10mmc: sdhci: Define ADMA descriptor structureAdrian Hunter1-19/+11
2014-11-10mmc: sdhci: Define ADMA constantsAdrian Hunter1-10/+13
2014-11-10mmc: sdhci: Define maximum segmentsAdrian Hunter1-4/+4
2014-11-10mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter1-34/+34
2014-11-10mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter1-6/+6
2014-11-10mmc: sdhci: Add sdhci_adma_mark_end()Adrian Hunter1-1/+8
2014-11-10mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter1-15/+16
2014-11-10mmc: sdhci: Rename two ADMA-related functions for consistencyAdrian Hunter1-7/+7
2014-11-10mmc: sdhci: Fix ADMA table size warningAdrian Hunter1-1/+1
2014-11-10mmc: sdhci: Fix ADMA page boundary warningsAdrian Hunter1-2/+4
2014-11-10mmc: sdhci: Fix incorrect ADMA2 descriptor table sizeAdrian Hunter1-1/+7
2014-11-10mmc: sdhci: fix error conditions for controller resetAndrew Gabbasov1-3/+4
2014-11-10mmc: sdhci: Balance vmmc regulator_disable()Andrew Gabbasov1-3/+0
2014-10-03mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter1-0/+6
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter1-2/+6
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun1-3/+4
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-18/+16
2014-09-09mmc: sdhci: check 1.2v IO capability for SDHC hostChuanxiao.Dong1-1/+6