summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci_stm32_sdmmc.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-22mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson1-1/+2
2023-06-20mmc: mmci: stm32: add delay block support for STM32MP25Yann Gautier1-1/+65
2023-06-20mmc: mmci: stm32: prepare other delay block supportYann Gautier1-13/+55
2023-06-20mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier1-0/+13
2023-06-20mmc: mmci: add stm32_idmabsize_align parameterYann Gautier1-2/+2
2023-06-15mmc: mmci: stm32: set feedback clock when using delay blockYann Gautier1-11/+18
2022-04-26mmc: mmci: stm32: use a buffer for unaligned DMA requestsYann Gautier1-17/+71
2022-04-04mmc: mmci: stm32: correctly check all elements of sg listYann Gautier1-3/+3
2021-12-21mmc: mmci: add hs200 support for stm32 sdmmcYann Gautier1-2/+3
2021-12-21mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier1-0/+2
2021-08-04mmc: mmci: stm32: Check when the voltage switch procedure should be doneChristophe Kerello1-2/+5
2020-05-29mmc: mmci_sdmmc: fix DMA API warning max segment sizeLudovic Barre1-6/+5
2020-05-29mmc: mmci_sdmmc: fix DMA API warning overlapping mappingsLudovic Barre1-0/+3
2020-05-28mmc: mmci_sdmmc: fix power on issue due to pwr_reg initializationLudovic Barre1-0/+1
2020-03-26mmc: mmci_sdmmc: Fix clear busyd0end irq flagLudovic Barre1-2/+2
2020-03-24mmc: mmci_sdmmc: Implement signal voltage callbacksLudovic Barre1-0/+43
2020-03-24mmc: mmci_sdmmc: Add execute tuning with delay blockLudovic Barre1-0/+149
2020-03-24mmc: mmci_sdmmc: Rename sdmmc_priv struct to sdmmc_idmaLudovic Barre1-3/+3
2020-03-24mmc: mmci_sdmmc: Replace sg_dma_xxx macrosLudovic Barre1-3/+3
2019-11-13mmc: mmci: stm32: make sdmmc_idma_validate_data staticBen Dooks1-2/+2
2019-11-13mmc: mmci: sdmmc: add busy_complete callbackLudovic Barre1-0/+42
2019-04-15mmc: mmci: stm32: define get_dctrl_cfgLudovic Barre1-0/+18
2018-10-09mmc: mmci: add stm32 sdmmc variantLudovic Barre1-0/+282