zephyr/drivers/sdhc
Thomas Stranger 3652918f5e drivers: sdhc: fix infineon cat1 gpio initialization
Initialize the cyhal_sdio_config, such that the init
function won't do the pin configuration.
The gpios are setup using the zephyr pinctrl driver already.

Before the latest hal update the values were ignored and
the gpio configuration completely skipped.
But this is no longer the case and this commit
fixes that by setting the gpio pins to nc,

Also, explicitly set sdio_config.clock to NULL, to make
it clearer that the driver will check for that.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2025-01-29 07:08:58 +01:00
..
CMakeLists.txt drivers: sdhc: support SDHC driver on Renesas RA8 2024-12-25 06:33:12 +01:00
ifx_cat1_sdio.c drivers: sdhc: fix infineon cat1 gpio initialization 2025-01-29 07:08:58 +01:00
imx_usdhc.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
intel_emmc_host.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
intel_emmc_host.h
Kconfig drivers: sdhc: support SDHC driver on Renesas RA8 2024-12-25 06:33:12 +01:00
Kconfig.esp32
Kconfig.ifx_cat1
Kconfig.imx
Kconfig.intel
Kconfig.mcux_sdif
Kconfig.rcar
Kconfig.renesas_ra drivers: sdhc: support SDHC driver on Renesas RA8 2024-12-25 06:33:12 +01:00
Kconfig.sam_hsmci
Kconfig.sdhc_cdns
Kconfig.spi
mcux_sdif.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
rcar_mmc_registers.h
rcar_mmc.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
sam_hsmci.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
sdhc_cdns_ll.c
sdhc_cdns_ll.h
sdhc_cdns.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
sdhc_esp32.c drivers: sdhc: Place API into iterable section 2024-12-02 23:04:22 +01:00
sdhc_esp32.h
sdhc_renesas_ra.c drivers: sdhc: support SDHC driver on Renesas RA8 2024-12-25 06:33:12 +01:00
sdhc_renesas_ra.h drivers: sdhc: support SDHC driver on Renesas RA8 2024-12-25 06:33:12 +01:00
sdhc_spi.c sdhc: spi: wait for VDD stable before clocking 2024-12-11 07:58:17 +01:00