zephyr/drivers/disk
Ryan McClelland 05db1563c5 drivers: disk: nvme: fix warnings
There are warnings generated within NVMe. `prp` is a `void *` which
is 32bits wide on 32bit systems. This adds a cast to first cast it
to a `uintptr_t` and then casts it to a `uint64_t` to supress the
warning.

This also fix an issue where `int n_prp` is defined under a case
statement. This adds the { } around the block underneath it.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2025-04-24 20:27:50 +02:00
..
nvme drivers: disk: nvme: fix warnings 2025-04-24 20:27:50 +02: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
mmc_subsys.c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00
ramdisk.c
sdmmc_stm32.c drivers: disk: sdmmc_subsys: stm32_sdmmc driver custom disk name support 2025-01-21 19:29:36 +01:00
sdmmc_subsys.c disk: sdmmc: runtime structure initialisation 2025-01-15 01:37:32 +01:00