From: Linus Torvalds Date: Sat, 22 Jun 2024 15:03:47 +0000 (-0700) Subject: Merge tag 'pwm/for-6.10-rc5-fixes-take2' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.10-rc5-pxa1908~44 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1f5c537182f52ce2609d677b21a7c30ffa318d33;p=linux.git Merge tag 'pwm/for-6.10-rc5-fixes-take2' of git://git.kernel.org/pub/scm/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 --- 1f5c537182f52ce2609d677b21a7c30ffa318d33