summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08mmc: sdhci: Fix voltage switch delayAdrian Hunter1-7/+54
2022-12-08mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada1-5/+5
2021-12-01mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter1-3/+18
2021-11-02mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo1-0/+6
2021-07-19mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper1-0/+4
2021-05-11mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K1-29/+31
2020-11-05mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is trueJisheng Zhang1-2/+4
2020-07-22mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen1-1/+1
2020-04-17mmc: sdhci: Refactor sdhci_set_timeout()Faiz Abbas1-18/+20
2020-04-17mmc: sdhci: Convert sdhci_set_timeout_irq() to non-staticFaiz Abbas1-1/+2
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2019-12-31mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter1-0/+3
2019-12-31mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas1-2/+2
2019-12-31Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas1-3/+1
2019-09-27mmc: sdhci: Let drivers define their DMA maskAdrian Hunter1-8/+4
2019-09-27mmc: sdhci: improve ADMA error reportingRussell King1-5/+10
2019-09-11mmc: sdhci: Convert to use sdio_irq_claimed()Ulf Hansson1-6/+1
2019-09-11mmc: sdhci: Drop redundant code for SDIO IRQsUlf Hansson1-1/+1
2019-09-11mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()Ulf Hansson1-2/+1
2019-09-11mmc: sdhci: Fix incorrect switch to HS modeAl Cooper1-1/+3
2019-09-11mmc: sdhci: use lower/upper_32_bits() macros for DMA addressesMasahiro Yamada1-14/+13
2019-09-11mmc: sdhci: constify references of parameters to __sdhci_read_caps()Masahiro Yamada1-1/+2
2019-09-11mmc: sdhci: Export sdhci_abort_tuning function symbolBen Chuang1-1/+2
2019-09-11mmc: sdhci: Add PLL Enable support to internal clock setupBen Chuang1-0/+23
2019-09-11mmc: sdhci: Change timeout of loop for checking internal clock stableBen Chuang1-2/+2
2019-08-06mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang1-2/+2
2019-06-07Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds1-11/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-28mmc: sdhci: Fix SDIO IRQ thread deadlockAdrian Hunter1-11/+13
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-62/+102
2019-04-15mmc: sdhci: Remove finish_taskletAdrian Hunter1-16/+21
2019-04-15mmc: sdhci: Call mmc_request_done() from IRQ handler if possibleAdrian Hunter1-7/+41
2019-04-15mmc: sdhci: Move some processing to __sdhci_finish_mrq()Adrian Hunter1-5/+5
2019-04-15mmc: sdhci: Move timer and has_requests functionsAdrian Hunter1-22/+22
2019-04-15mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()Adrian Hunter1-14/+14
2019-04-15mmc: sdhci: allow host to specify maximum tuning loopsSowjanya Komatineni1-2/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-13/+0
2019-02-25mmc: sdhci: use WP GPIO in sdhci_check_ro()Thomas Petazzoni1-0/+2
2019-02-25mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni1-1/+8
2019-02-25mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN1-2/+7
2019-02-25mmc: sdhci: add delay after the last tuning commandBOUGH CHEN1-3/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+3
2018-12-17Merge branch 'fixes' into nextUlf Hansson1-2/+2
2018-12-17mmc: sdhci: Fix sdhci_do_enable_v4_modeSowjanya Komatineni1-2/+2
2018-12-17mmc: sdhci: Add quirk to disable LED controlAdrian Hunter1-0/+12
2018-12-17mmc: sdhci: Handle auto-command errorsAdrian Hunter1-0/+35
2018-12-17mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter1-2/+2
2018-12-17mmc: sdhci: Fix data command CRC error handlingAdrian Hunter1-25/+15
2018-12-17mmc: sdhci: Convert sdhci_allocate_bounce_buffer() to return voidChunyan Zhang1-10/+5
2018-12-06mmc: sdhci: fix the timeout check window for clock and resetAlek Du1-5/+13