Re: [PATCH v3 2/3] clk: stm32mp13: introduce STM32MP13 RCC driver

2022-11-24 Thread Gabriel FERNANDEZ
On 11/24/22 05:28, Sean Anderson wrote: On 11/22/22 03:05, Gabriel Fernandez wrote: STM32MP13 RCC driver uses Common Clock Framework and also a 'clk-stm32-core' API. Then STM32MPx RCC driver will contain only data configuration (gates, mux, dividers and the way to check security) or some speci

Re: [PATCH v3 2/3] clk: stm32mp13: introduce STM32MP13 RCC driver

2022-11-23 Thread Sean Anderson
On 11/22/22 03:05, Gabriel Fernandez wrote: STM32MP13 RCC driver uses Common Clock Framework and also a 'clk-stm32-core' API. Then STM32MPx RCC driver will contain only data configuration (gates, mux, dividers and the way to check security) or some specific clocks. This API will be used by all ne

[PATCH v3 2/3] clk: stm32mp13: introduce STM32MP13 RCC driver

2022-11-22 Thread Gabriel Fernandez
STM32MP13 RCC driver uses Common Clock Framework and also a 'clk-stm32-core' API. Then STM32MPx RCC driver will contain only data configuration (gates, mux, dividers and the way to check security) or some specific clocks. This API will be used by all new other generations of ST Socs. Signed-off-by