external_zblue/drivers/disk
Daniel DeGrasse 54e395ff3c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME
Remove CONFIG_MMC_VOLUME_NAME, and set the disk name based on the
``disk-name`` property. This aligns with other disk drivers, and allows
for multiple instances of the mmc_subsys disk driver to be registered.

Add disk-name properties for all in tree definitions for the
mmc-subsys disk driver, and change all in tree usage of the disk name

Fixes #75004

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2026-04-20 17:55:23 +08:00
..
nvme drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2026-04-20 17:23:35 +08:00
CMakeLists.txt drivers: disk: add loopback disk driver 2026-04-20 17:11:58 +08:00
Kconfig drivers: disk: add loopback disk driver 2026-04-20 17:11:58 +08:00
Kconfig.flash disk: flashdisk: default enable if dts exists 2026-04-20 17:32:04 +08:00
Kconfig.loopback drivers: disk: add loopback disk driver 2026-04-20 17:11:58 +08:00
Kconfig.mmc drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2026-04-20 17:55:23 +08:00
Kconfig.ram disk: use standard DT kconfig dependencies 2026-04-20 17:32:03 +08:00
Kconfig.sdmmc drivers: disk: sdmmc_subsys: remove CONFIG_SDMMC_VOLUME_NAME 2026-04-20 17:55:23 +08:00
flashdisk.c disk: flashdisk: init in `POST_KERNEL` 2026-04-20 17:32:04 +08:00
loopback_disk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2026-04-20 17:23:35 +08:00
mmc_subsys.c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2026-04-20 17:55:23 +08:00
ramdisk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2026-04-20 17:23:35 +08:00
sdmmc_stm32.c drivers: disk: sdmmc_subsys: remove CONFIG_SDMMC_VOLUME_NAME 2026-04-20 17:55:23 +08:00
sdmmc_subsys.c drivers: disk: sdmmc_subsys: remove CONFIG_SDMMC_VOLUME_NAME 2026-04-20 17:55:23 +08:00