summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang2015-08-271-1/+3
* mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2015-08-271-42/+25
* mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com2015-08-241-9/+20
* mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is setIvan T. Ivanov2015-08-171-2/+1
* mmc: sdhci: don't use card state polling when CD GPIO is definedIvan T. Ivanov2015-08-171-1/+2
* mmc: sdhci: let GPIO based card detection have higher precedenceIvan T. Ivanov2015-08-171-4/+10
* mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati2015-08-171-0/+3
* mmc: sdhci: make max-frequency property in device tree workDong Aisheng2015-07-241-2/+7
* mmc: sdhci check parameters before call dma_free_coherentPeng Fan2015-07-241-2/+5
* mmc: sdhci: fix low memory corruptionJiri Slaby2015-06-161-1/+1
* mmc: sdhci: Restore behavior while creating OCR maskUlf Hansson2015-06-081-4/+5
* mmc: sdhci: Add a callback to select drive strengthAdrian Hunter2015-06-011-0/+13
* mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()Petri Gynther2015-06-011-0/+9
* mmc: host: sdhci: Use BUG_ON()Fabio Estevam2015-06-011-4/+2
* mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter2015-06-011-99/+13
* 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