summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2021-11-02mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo
2021-07-20mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper
2020-05-10mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter
2020-05-10mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław
2020-01-04mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas
2020-01-04Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas
2019-10-05mmc: sdhci: Fix incorrect switch to HS modeAl Cooper
2017-03-30mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter
2017-02-09mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter
2016-10-28mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen
2016-09-15mmc: sdhci: Do not BUG on invalid vddAdrian Hunter
2016-09-15mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter
2016-04-12mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter
2016-04-12mmc: sdhci: fix data timeout (part 2)Russell King
2016-04-12mmc: sdhci: fix data timeout (part 1)Russell King
2016-03-03mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter
2016-03-03mmc: sdhci: Allow override of mmc host operationsAdrian Hunter
2016-03-03mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter
2016-03-03mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter
2015-10-26mmc: sdhci: enable tuning for DDR50Weijun Yang
2015-10-26mmc: sdhci: call sdhci_init() before request irqHaibo Chen
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com
2015-08-27mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen
2015-08-24mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com
2015-08-17mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is setIvan T. Ivanov
2015-08-17mmc: sdhci: don't use card state polling when CD GPIO is definedIvan T. Ivanov
2015-08-17mmc: sdhci: let GPIO based card detection have higher precedenceIvan T. Ivanov
2015-08-17mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati
2015-07-24mmc: sdhci: make max-frequency property in device tree workDong Aisheng
2015-07-24mmc: sdhci check parameters before call dma_free_coherentPeng Fan
2015-06-16mmc: sdhci: fix low memory corruptionJiri Slaby
2015-06-08mmc: sdhci: Restore behavior while creating OCR maskUlf Hansson
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter
2015-06-01mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()Petri Gynther
2015-06-01mmc: host: sdhci: Use BUG_ON()Fabio Estevam
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter
2015-03-23mmc: sdhci: fix card presence logic in sdhci_request functionScott Branden
2015-03-23mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53Corneliu Doban
2015-03-23mmc: sdhci: add quirk for ACMD23 brokenScott Branden
2015-01-29mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen
2015-01-19mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov