Re: [PATCH v2 2/4] pwm: stm32: add driver to support pwm with timer

2025-03-12 Thread Patrice CHOTARD
On 3/11/25 15:30, Cheick Traore wrote: > Add driver to support pwm on STM32MP1X SoCs. The PWM signal is generated > using a multifuntion timer which provide a pwm feature. Clock rate and > addresses are retrieved from the multifunction timer driver. > > Signed-off-by: Cheick Traore > --- > >

Re: [PATCH v2 2/4] pwm: stm32: add driver to support pwm with timer

2025-03-12 Thread Patrice CHOTARD
On 3/11/25 15:30, Cheick Traore wrote: > Add driver to support pwm on STM32MP1X SoCs. The PWM signal is generated > using a multifuntion timer which provide a pwm feature. Clock rate and > addresses are retrieved from the multifunction timer driver. > > Signed-off-by: Cheick Traore > --- > >

[PATCH v2 2/4] pwm: stm32: add driver to support pwm with timer

2025-03-11 Thread Cheick Traore
Add driver to support pwm on STM32MP1X SoCs. The PWM signal is generated using a multifuntion timer which provide a pwm feature. Clock rate and addresses are retrieved from the multifunction timer driver. Signed-off-by: Cheick Traore --- Changes in v2: - add the check of duty_ns and period_ns pa

Re: [PATCH v2 2/4] pwm: stm32: add driver to support pwm with timer

2025-03-11 Thread Fabrice Gasnier
On 3/11/25 15:30, Cheick Traore wrote: > Add driver to support pwm on STM32MP1X SoCs. The PWM signal is generated > using a multifuntion timer which provide a pwm feature. Clock rate and > addresses are retrieved from the multifunction timer driver. > > Signed-off-by: Cheick Traore > --- > > Cha