summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci_stm32_sdmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmci: stm32: fix DMA API overlapping mappings warningChristophe Kerello2024-02-141-0/+24
* mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson2023-06-221-1/+2
* mmc: mmci: stm32: add delay block support for STM32MP25Yann Gautier2023-06-201-1/+65
* mmc: mmci: stm32: prepare other delay block supportYann Gautier2023-06-201-13/+55
* mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier2023-06-201-0/+13
* mmc: mmci: add stm32_idmabsize_align parameterYann Gautier2023-06-201-2/+2
* mmc: mmci: stm32: set feedback clock when using delay blockYann Gautier2023-06-151-11/+18
* mmc: mmci: stm32: use a buffer for unaligned DMA requestsYann Gautier2022-04-261-17/+71
* mmc: mmci: stm32: correctly check all elements of sg listYann Gautier2022-04-041-3/+3
* mmc: mmci: add hs200 support for stm32 sdmmcYann Gautier2021-12-211-2/+3
* mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier2021-12-211-0/+2
* mmc: mmci: stm32: Check when the voltage switch procedure should be doneChristophe Kerello2021-08-041-2/+5
* mmc: mmci_sdmmc: fix DMA API warning max segment sizeLudovic Barre2020-05-291-6/+5
* mmc: mmci_sdmmc: fix DMA API warning overlapping mappingsLudovic Barre2020-05-291-0/+3
* mmc: mmci_sdmmc: fix power on issue due to pwr_reg initializationLudovic Barre2020-05-281-0/+1
* mmc: mmci_sdmmc: Fix clear busyd0end irq flagLudovic Barre2020-03-261-2/+2
* mmc: mmci_sdmmc: Implement signal voltage callbacksLudovic Barre2020-03-241-0/+43
* mmc: mmci_sdmmc: Add execute tuning with delay blockLudovic Barre2020-03-241-0/+149
* mmc: mmci_sdmmc: Rename sdmmc_priv struct to sdmmc_idmaLudovic Barre2020-03-241-3/+3
* mmc: mmci_sdmmc: Replace sg_dma_xxx macrosLudovic Barre2020-03-241-3/+3
* mmc: mmci: stm32: make sdmmc_idma_validate_data staticBen Dooks2019-11-131-2/+2
* mmc: mmci: sdmmc: add busy_complete callbackLudovic Barre2019-11-131-0/+42
* mmc: mmci: stm32: define get_dctrl_cfgLudovic Barre2019-04-151-0/+18
* mmc: mmci: add stm32 sdmmc variantLudovic Barre2018-10-091-0/+282