Searched hist:"446 da993cb4b9f98a53fd938507162b23e09b7ce" (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | stm32_rtc.c | 446da993cb4b9f98a53fd938507162b23e09b7ce Fri Jun 27 13:48:47 UTC 2025 Clément Le Goffic <clement.legoffic@foss.st.com> drivers: stm32_rtc: add init configuration function
The init function aims to contains init configurations of the RTC peripheral such as prescalers, config or calibration registers. Add "CFG_STM32_HIGH_ACCURACY" (default to no) config to enable the high accuracy mode which allow the highest refresh rate of the subsecond register. Also merge the functions `stm32_rtc_wait_sync()` with `stm32_exit_init_mode()` as every stm32 exit init mode was followed by a wait sync.
Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
|
| /optee_os/core/arch/arm/plat-stm32mp2/ |
| H A D | conf.mk | 446da993cb4b9f98a53fd938507162b23e09b7ce Fri Jun 27 13:48:47 UTC 2025 Clément Le Goffic <clement.legoffic@foss.st.com> drivers: stm32_rtc: add init configuration function
The init function aims to contains init configurations of the RTC peripheral such as prescalers, config or calibration registers. Add "CFG_STM32_HIGH_ACCURACY" (default to no) config to enable the high accuracy mode which allow the highest refresh rate of the subsecond register. Also merge the functions `stm32_rtc_wait_sync()` with `stm32_exit_init_mode()` as every stm32 exit init mode was followed by a wait sync.
Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | conf.mk | 446da993cb4b9f98a53fd938507162b23e09b7ce Fri Jun 27 13:48:47 UTC 2025 Clément Le Goffic <clement.legoffic@foss.st.com> drivers: stm32_rtc: add init configuration function
The init function aims to contains init configurations of the RTC peripheral such as prescalers, config or calibration registers. Add "CFG_STM32_HIGH_ACCURACY" (default to no) config to enable the high accuracy mode which allow the highest refresh rate of the subsecond register. Also merge the functions `stm32_rtc_wait_sync()` with `stm32_exit_init_mode()` as every stm32 exit init mode was followed by a wait sync.
Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
|