Merge tag 'pwm/for-6.10-rc5-fixes-take2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Jun 2024 15:03:47 +0000 (08:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Jun 2024 15:03:47 +0000 (08:03 -0700)
commit1f5c537182f52ce2609d677b21a7c30ffa318d33
tree520a4a2d7c080b93fece2bef13e98ddd6a461ac4
parent56bf733415b1660afb11e5aaf4a9ba353e45998e
parentf01af3022d4a46362c5dda3d35dea939f3246d10
Merge tag 'pwm/for-6.10-rc5-fixes-take2' of git://git./linux/kernel/git/ukleinek/linux

Pull pwm fixes from Uwe Kleine-König:
 "Three fixes for the pwm-stm32 driver.

  The first patch prevents an integer wrap-around for small periods. In
  the second patch the calculation of the prescaler is fixed which
  resulted in values for the ARR register that don't fit into the
  corresponding register bit field. The last commit improves an error
  message that was wrongly copied from another error path"

* tag 'pwm/for-6.10-rc5-fixes-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux:
  pwm: stm32: Fix error message to not describe the previous error path
  pwm: stm32: Fix calculation of prescaler
  pwm: stm32: Refuse too small period requests