summaryrefslogtreecommitdiffstats
path: root/drivers/mci/stm32_sdmmc2.c
Commit message (Expand)AuthorAgeFilesLines
* mci: stm32_sdmmc2: correct usage of DMA APIAhmad Fatoum2023-12-151-22/+25
* mci: stm32_sdmmc2: enable eMMC 52MHz DDR modeAhmad Fatoum2023-11-231-2/+12
* dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-061-4/+4
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* mci: stm32_sdmmc2: add STM32MP131 AMBA primecell peripheral IDAhmad Fatoum2022-04-291-0/+5
* mci: stm32_sdmmc2: add support for SDMMC v2.0 as wellAhmad Fatoum2020-10-211-1/+6
* treewide: replace commas with semicolons where appropriateAhmad Fatoum2020-05-201-2/+2
* mci: stm32_sdmmc2: move command timeout errors to debug levelLucas Stach2020-05-121-1/+1
* mci: stm32_sdmmc2: don't retry commandsLucas Stach2020-05-121-14/+2
* Merge branch 'for-next/mmc'Sascha Hauer2020-02-181-0/+5
|\
| * mci: stm32_sdmmc2: add High-Speed (26 & 52 MHz) supportAhmad Fatoum2020-02-141-0/+5
* | Merge branch 'for-next/misc'Sascha Hauer2020-02-181-1/+1
|\ \ | |/ |/|
| * mci: stm32_sdmmc2: don't ignore reset_control_get errorsAhmad Fatoum2020-02-121-1/+1
* | mci: stm32_sdmmc2: fix typo in debug stringAhmad Fatoum2020-02-031-1/+1
* | mci: stm32_sdmmc2: compare ios ->bus_width with correct constantsAhmad Fatoum2020-02-031-7/+2
* | mci: stm32_sdmmc2: don't reset before retrying failed operationsAhmad Fatoum2020-02-031-2/+0
* | mci: stm32_sdmmc2: use correct card power cycle sequenceAhmad Fatoum2020-02-031-15/+14
|/
* mci: stm32_sdmmc2: parse generic MCI oftree propertiesAhmad Fatoum2019-11-061-0/+7
* mci: add support for stm32mp sd/mmc controllerOleksij Rempel2019-11-061-0/+665