Re: [PATCH 2/5] mach-stm32: add multifunction timer driver support

2025-03-10 Thread Patrice CHOTARD
On 3/6/25 15:16, Patrice CHOTARD wrote: > > > On 3/6/25 11:56, Cheick Traore wrote: >> Add support for STM32MP timer multi-function driver. >> These timers can be use as counter, trigger or pwm generator. >> This driver will be used to manage the main resources of the timer to >> provide them

Re: [PATCH 2/5] mach-stm32: add multifunction timer driver support

2025-03-06 Thread Patrice CHOTARD
On 3/6/25 11:56, Cheick Traore wrote: > Add support for STM32MP timer multi-function driver. > These timers can be use as counter, trigger or pwm generator. > This driver will be used to manage the main resources of the timer to > provide them to the functionnalities which need these ones. > >

Re: [PATCH 2/5] mach-stm32: add multifunction timer driver support

2025-03-06 Thread Fabrice Gasnier
On 3/6/25 11:56, Cheick Traore wrote: > Add support for STM32MP timer multi-function driver. > These timers can be use as counter, trigger or pwm generator. > This driver will be used to manage the main resources of the timer to > provide them to the functionnalities which need these ones. > > Sig

[PATCH 2/5] mach-stm32: add multifunction timer driver support

2025-03-06 Thread Cheick Traore
Add support for STM32MP timer multi-function driver. These timers can be use as counter, trigger or pwm generator. This driver will be used to manage the main resources of the timer to provide them to the functionnalities which need these ones. Signed-off-by: Cheick Traore --- arch/arm/mach-stm