Hello Linus, the following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-7.2-rc1 for you to fetch changes up to 6f9b73071c15001530e6697491b6db1bf639f4c7: pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup (2026-06-05 14:03:00 +0200) Apart from the topmost patch the changes were in next since end of May, the last patch only for a week without reported issues. The patch stack starts with a few fixes that I considered sending for the last cycle already, but then didn't deem them important enough. Thanks for pulling this tag for 7.2-rc1. Best regards Uwe ---------------------------------------------------------------- pwm: Changes for v7.2-rc1 The usual mixture of minor fixes, a few cleanups, a new driver and dt updates for the pwm subsystem. Thanks to Chen Ni, Devi Priya, Manish Baing, Maurice Hieronymus, Ronaldo Nunez, Rosen Penev, Shiji Yang and Yixun Lan for the actual changes and Bjorn Andersson, Conor Dooley, Frank Li, Michal Wilczynski and Rob Herring for reviews and acks. ---------------------------------------------------------------- Chen Ni (1): pwm: atmel-tcb: Remove unneeded semicolon Devi Priya (1): pwm: Driver for qualcomm ipq6018 pwm block Manish Baing (1): dt-bindings: pwm: stmpe: Drop legacy binding Maurice Hieronymus (1): pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup Ronaldo Nunez (1): pwm: imx27: Fix variable truncation in .apply() Rosen Penev (1): pwm: ipq: Add missing module description Shiji Yang (2): pwm: mediatek: set mt7628 pwm45_fixup flag to false pwm: mediatek: correct mt7628 clock source setting Uwe Kleine-König (1): pwm: stm32: Make use of mul_u64_u64_div_u64_roundup() Uwe Kleine-König (The Capable Hub) (2): pwm: Consistently define pci_device_ids using named initializers pwm: pca9685: Use named initializers for struct i2c_device_id Yixun Lan (2): dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support pwm: pxa: Add optional bus clock .../devicetree/bindings/pwm/marvell,pxa-pwm.yaml | 41 +++- .../devicetree/bindings/pwm/st,stmpe-pwm.txt | 18 -- drivers/pwm/Kconfig | 12 + drivers/pwm/Makefile | 1 + drivers/pwm/pwm-atmel-tcb.c | 2 +- drivers/pwm/pwm-dwc.c | 4 +- drivers/pwm/pwm-imx27.c | 8 +- drivers/pwm/pwm-ipq.c | 264 +++++++++++++++++++++ drivers/pwm/pwm-lpss-pci.c | 18 +- drivers/pwm/pwm-mediatek.c | 25 +- drivers/pwm/pwm-pca9685.c | 2 +- drivers/pwm/pwm-pxa.c | 8 +- drivers/pwm/pwm-stm32.c | 27 +-- drivers/pwm/pwm_th1520.rs | 16 +- 14 files changed, 375 insertions(+), 71 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/st,stmpe-pwm.txt create mode 100644 drivers/pwm/pwm-ipq.c