mbox series

[0/2] pwm: stm32: Two fixes

Message ID cover.1718788826.git.u.kleine-koenig@baylibre.com (mailing list archive)
Headers show
Series pwm: stm32: Two fixes | expand

Message

Uwe Kleine-König June 19, 2024, 9:26 a.m. UTC
Hello,

this series contains two fixes for the .apply() callback where bogous
periods were calculated.

I intend to send these to Linus before v6.10, so please if you have
concerns don't hesitate to express them.

Best regards
Uwe

Uwe Kleine-König (2):
  pwm: stm32: Refuse too small period requests
  pwm: stm32: Fix calculation of prescaler

 drivers/pwm/pwm-stm32.c | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0

Comments

Trevor Gamblin June 20, 2024, 3:49 p.m. UTC | #1
On 2024-06-19 5:26 a.m., Uwe Kleine-König wrote:
> Hello,
>
> this series contains two fixes for the .apply() callback where bogous
> periods were calculated.
>
> I intend to send these to Linus before v6.10, so please if you have
> concerns don't hesitate to express them.
Reviewed-by: Trevor Gamblin <tgamblin@baylibre.com>
>
> Best regards
> Uwe
>
> Uwe Kleine-König (2):
>    pwm: stm32: Refuse too small period requests
>    pwm: stm32: Fix calculation of prescaler
>
>   drivers/pwm/pwm-stm32.c | 19 ++++++++++++++-----
>   1 file changed, 14 insertions(+), 5 deletions(-)
>
> base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0