3.16.0-stm32mp-r2.2
The following changes since commit b8750c4:
plat-stm32mp1: pm: enable backup ram regulator at boot time (2023-07-28 14:39:20 +0200)
are available in the Git repository at:
https://gerrit.st.com/mpu/oe/optee/optee_os 3.16.0-stm32mp-r2.2
for you to fetch changes up to 7839e30:
plat-stm32mp1: change tamp config from service_init to driver_init_late (2024-07-26 13:18:31 +0530)
Amit Mittal (1):
plat-stm32mp1: change tamp config from service_init to driver_init_late
Gatien Chevallier (3):
drivers: stm32_rtc: add stm32_rtc_driver_is_initialized()
drivers: stm32_tamp: add dependency on stm32_rtc driver
drivers: stm32_tamp: manage dependency on the RNG
Yann Gautier (1):
drivers: stm32_rng: put max noise freq in compat data
core/arch/arm/plat-stm32mp1/main.c | 2 +-
core/drivers/stm32_rng.c | 14 ++++++++++----
core/drivers/stm32_rtc.c | 8 ++++++++
core/drivers/stm32_tamp.c | 10 ++++++++++
core/include/drivers/stm32_rtc.h | 3 +++
5 files changed, 32 insertions(+), 5 deletions(-)