Hello Linus, the following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-7.1-rc1 for you to fetch changes up to aa8f35172ab66c57d4355a8c4e28d05b44c938e3: pwm: th1520: fix `CLIPPY=1` warning (2026-03-29 09:37:13 +0200) Very few patches this time around. I think there are a few patches on the pwm mailing list that might be ready, but I didn't come around to review them in time for the merge window, so it's just these 5 commits. All changes are in next since next-20260330, I don't expect any complications. Thanks for pulling these into v7.1-rc1. Best regards Uwe ---------------------------------------------------------------- pwm: Changes for v7.1-rc1 Just two minor fixes, a device tree binding addition to support a few more SoCs (without the need for driver adaptions), a driver include cleanup and the addition of the #linux-pwm irc channel to MAINTAINERS. ---------------------------------------------------------------- Andy Shevchenko (1): pwm: jz4740: Drop unused include Miguel Ojeda (1): pwm: th1520: fix `CLIPPY=1` warning Uwe Kleine-König (1): MAINTAINERS: Add #linux-pwm irc channel to pwm entry Viorel Suman (OSS) (1): pwm: imx-tpm: Count the number of enabled channels in probe Xianwei Zhao (1): dt-bindings: pwm: amlogic: Document A4 A5 and T7 PWM Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml | 3 +++ MAINTAINERS | 1 + drivers/pwm/pwm-imx-tpm.c | 9 ++++++++- drivers/pwm/pwm-jz4740.c | 1 - drivers/pwm/pwm_th1520.rs | 5 +---- 5 files changed, 13 insertions(+), 6 deletions(-)