zephyr/drivers/disk
Mourad Kharrazi a85ffa8130 drivers: sdhc: allow bandwidth selection
The current implementation uses both, host and card capabilites to derive
the maximum bus width to be used. However, in cases where a MMC device is
not connected to the host via shdc using the full bus width of 8 lines,
device initialization fails. Introducing the `bus-width` property
circumvents this by reducing the host bus capabilites and forcing
communication with the MMC device using 1, 4 or 8 lines.

Signed-off-by: Mourad Kharrazi <mourad.kharrazi@ithinx.io>
2023-09-13 16:20:59 +02:00
..
nvme drivers: fix few mismatched CONTAINER_OF 2023-08-30 10:21:23 +02:00
CMakeLists.txt drivers/disk: Add NVMe controller support 2023-04-07 13:28:47 +02:00
flashdisk.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
Kconfig drivers/disk: Add NVMe controller support 2023-04-07 13:28:47 +02:00
Kconfig.flash drivers: flashdisk: check partition constraints 2022-11-14 16:37:04 +01:00
Kconfig.mmc drivers: disk: Decouple SDMMC and MMC Kconfigs 2023-02-08 10:18:13 +01:00
Kconfig.ram disk: move disk and sdmmc controller drivers to drivers/disk 2021-03-23 12:16:01 +01:00
Kconfig.sdmmc drivers: disk: Decouple SDMMC and MMC Kconfigs 2023-02-08 10:18:13 +01:00
mmc_subsys.c drivers: sdhc: allow bandwidth selection 2023-09-13 16:20:59 +02:00
ramdisk.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
sdmmc_sdhc.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
sdmmc_stm32.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
sdmmc_subsys.c drivers: disk: Framework for eMMC 2023-01-14 09:22:22 +01:00