aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2020-08-13mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen
2020-06-01mmc: sdhci: Refactor sdhci_set_timeout()Faiz Abbas
2020-06-01mmc: sdhci: Convert sdhci_set_timeout_irq() to non-staticFaiz Abbas
2020-04-16mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław
2020-02-24mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter
2020-02-24mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas
2020-02-24Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas
2019-11-09mmc: sdhci: Let drivers define their DMA maskAdrian Hunter
2019-11-09mmc: sdhci: improve ADMA error reportingRussell King
2019-10-05mmc: sdhci: Fix incorrect switch to HS modeAl Cooper
2019-09-16mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang
2019-06-07Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-28mmc: sdhci: Fix SDIO IRQ thread deadlockAdrian Hunter
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-04-15mmc: sdhci: Remove finish_taskletAdrian Hunter
2019-04-15mmc: sdhci: Call mmc_request_done() from IRQ handler if possibleAdrian Hunter
2019-04-15mmc: sdhci: Move some processing to __sdhci_finish_mrq()Adrian Hunter
2019-04-15mmc: sdhci: Move timer and has_requests functionsAdrian Hunter
2019-04-15mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()Adrian Hunter
2019-04-15mmc: sdhci: allow host to specify maximum tuning loopsSowjanya Komatineni
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-02-25mmc: sdhci: use WP GPIO in sdhci_check_ro()Thomas Petazzoni
2019-02-25mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni
2019-02-25mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN
2019-02-25mmc: sdhci: add delay after the last tuning commandBOUGH CHEN
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-17Merge branch 'fixes' into nextUlf Hansson
2018-12-17mmc: sdhci: Fix sdhci_do_enable_v4_modeSowjanya Komatineni
2018-12-17mmc: sdhci: Add quirk to disable LED controlAdrian Hunter
2018-12-17mmc: sdhci: Handle auto-command errorsAdrian Hunter
2018-12-17mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter
2018-12-17mmc: sdhci: Fix data command CRC error handlingAdrian Hunter
2018-12-17mmc: sdhci: Convert sdhci_allocate_bounce_buffer() to return voidChunyan Zhang
2018-12-06mmc: sdhci: fix the timeout check window for clock and resetAlek Du
2018-10-08mmc: sdhci: fix __sdhci_adma_write_descJisheng Zhang
2018-10-08mmc: sdhci: SDMA may use Auto-CMD23 in v4 modeChunyan Zhang
2018-10-08mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang
2018-10-08mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang
2018-10-08mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang
2018-10-08mmc: sdhci: Change SDMA address register for v4 modeChunyan Zhang
2018-10-08mmc: sdhci: Add sd host v4 modeChunyan Zhang
2018-10-08mmc: sdhci: Add version V4 definitionChunyan Zhang
2018-10-08mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsJisheng Zhang
2018-10-08mmc: sdhci: add adma_table_cnt member to struct sdhci_hostJisheng Zhang
2018-10-08mmc: sdhci: Export sdhci_request()Aapo Vienamo
2018-10-08mmc: sdhci: add tuning error codesYinbo Zhu
2018-07-30mmc: sdhci: Add support for O2 hardware tuningernest.zhang
2018-07-30mmc: sdhci: Export sdhci tuning function symbolernest.zhang
2018-07-16mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner