zephyr/drivers/disk
Francois Ramu 2ed292e1be drivers: stm32: do not enable the HSI48 locally
The HSI48 is enabled by clock control driver.
It is no more done by each driver that requires this clock
However when using rng or sdmmc or bluetooth/ipm or usb,
the HSI48 clock must be present in the DTS.
Add a warning for this particular check but keep the deprecated
HSI48 clock enable : keeping for legacy but to remove later.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-12-07 10:03:11 +00:00
..
CMakeLists.txt
Kconfig
Kconfig.flash drivers: flashdisk: check partition constraints 2022-11-14 16:37:04 +01:00
Kconfig.ram
Kconfig.sdmmc drivers: disk: Default SDMMC Kconfig based on DT 2022-11-02 15:43:49 +09:00
flashdisk.c drivers: flashdisk: check partition constraints 2022-11-14 16:37:04 +01:00
ramdisk.c
sdmmc_sdhc.h
sdmmc_stm32.c drivers: stm32: do not enable the HSI48 locally 2022-12-07 10:03:11 +00:00
sdmmc_subsys.c