zephyr/drivers/sdhc
Pisit Sawangvonganan e7875de3f9 drivers: sdhc: set 'sdhc_driver_api' as 'static const'
This change marks each instance of the 'api' as 'static const'.
The rationale is that 'api' is used for declaring internal
module interfaces and is not intended to be modified at runtime.
By using 'static const', we ensure immutability, leading to usage of only
.rodata and a reduction in the .data area.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-01-24 21:25:06 +00:00
..
CMakeLists.txt drivers: sdhc: add cdns sdhc/combophy driver files 2023-12-18 15:00:38 +01:00
Kconfig drivers: sdhc: add cdns sdhc/combophy driver files 2023-12-18 15:00:38 +01:00
Kconfig.ifx_cat1
Kconfig.imx
Kconfig.intel
Kconfig.mcux_sdif
Kconfig.sam_hsmci
Kconfig.sdhc_cdns drivers: sdhc: add cdns sdhc/combophy driver files 2023-12-18 15:00:38 +01:00
Kconfig.spi
ifx_cat1_sdio.c
imx_usdhc.c
intel_emmc_host.c drivers: sdhc: intel_emmc_host: Fix return value 2023-12-19 08:52:00 +01:00
intel_emmc_host.h
mcux_sdif.c
sam_hsmci.c
sdhc_cdns.c drivers: sdhc: Cadence SDHC driver bug fixes and other improvements 2024-01-19 15:14:17 +00:00
sdhc_cdns_ll.c drivers: sdhc: Cadence SDHC driver bug fixes and other improvements 2024-01-19 15:14:17 +00:00
sdhc_cdns_ll.h drivers: sdhc: Cadence SDHC driver bug fixes and other improvements 2024-01-19 15:14:17 +00:00
sdhc_spi.c drivers: sdhc: set 'sdhc_driver_api' as 'static const' 2024-01-24 21:25:06 +00:00