zephyr/drivers/disk
Jordan Yates 3698507585 disk: sdmmc: support L4 series with shared DMA channel
Update the driver to support DMA operations on L4 series devices, with
a shared DMA channel. Split channels do not work on these chips, since
there is no dedicated TX and RX channels on the DMA, so configuring two
channels with SDMMC as the peripheral results in a non-functional
configuration.

Fixes #91216.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-07-28 16:44:33 -04:00
..
nvme drivers: disk: nvme: fix include guard typo 2025-06-06 09:08:33 -07:00
CMakeLists.txt
flashdisk.c disk: flashdisk: init in POST_KERNEL 2024-07-27 15:19:14 +03:00
Kconfig
Kconfig.flash disk: flashdisk: default enable if dts exists 2024-07-27 15:19:14 +03:00
Kconfig.loopback
Kconfig.mmc drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00
Kconfig.ram disk: use standard DT kconfig dependencies 2024-07-27 15:19:14 +03:00
Kconfig.sdmmc drivers: disk: stm32 sdmmc: add stm32n6 support 2025-04-03 11:07:33 +02:00
loopback_disk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
mmc_subsys.c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00
ramdisk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
sdmmc_stm32.c disk: sdmmc: support L4 series with shared DMA channel 2025-07-28 16:44:33 -04:00
sdmmc_subsys.c disk: sdmmc: runtime structure initialisation 2025-01-15 01:37:32 +01:00