[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aYmcqN2aAqhqqwxX@monoceros>
Date: Mon, 9 Feb 2026 09:46:41 +0100
From: Uwe Kleine-König <u.kleine-koenig@...libre.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-pwm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] pwm: Changes for 7.0-rc1
Hello Linus,
the following changes since commit 0a155a8a24ddc647aaf28ce7cdb14af7270c158f:
MAINTAINERS: Add myself as reviewer for PWM rust drivers (2026-01-20 09:53:18 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-7.0-rc1
for you to fetch changes up to 9321f9d27fbaf6c4f32772fc2620961a0c492135:
pwm: Remove redundant check in pwm_ops_check() (2026-01-30 11:04:44 +0100)
The commits are all in next since next-20260130, all but the top commit
are already in next-20260122. There is a change to MAINTAINERS, but
I didn't hear any complaints from Stephen and Mark about conflicts in
next, and there are no changes touching non-pwm files this time around,
so I expect everything will be smooth for you.
Thanks for pulling this into 7.20-rc1.
Best regards
Uwe
----------------------------------------------------------------
pwm: Changes for v7.0-rc1
There are a few patches adapting to changes in Rust land which seems to
be the norm since there is a pwm driver written in Rust. Other than that
just a few cleanups and a single fix for the tiehrpwm driver that came
in too late for making it into v6.19.
Thanks to Andy Shevchenko, Bartosz Golaszewski, Daniel Almeida and
Michal Wilczynski for reviews in this cycle, and to Alice Ryhl, Ben
Zong-You Xie, Gokul Praveen, Kari Argillander, Markus Probst, Raag
Jadav, Shankari Anand, Tamir Duberstein and Vladimir Zapolskiy for code
contributions.
----------------------------------------------------------------
Alice Ryhl (1):
rust: pwm: Add __rust_helper to helpers
Ben Zong-You Xie (1):
pwm: Remove redundant check in pwm_ops_check()
Gokul Praveen (1):
pwm: tiehrpwm: Enable pwmchip's parent device before setting configuration
Kari Argillander (2):
rust: pwm: Fix potential memory leak on init error
rust: pwm: Simplify to_result call sites and unsafe blocks
Markus Probst (1):
rust: pwm: Add UnregisteredChip wrapper around Chip
Raag Jadav (1):
pwm: dwc: Use size macro
Shankari Anand (1):
rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::aref
Tamir Duberstein (1):
pwm: th1520: Replace `kernel::c_str!` with C-Strings
Uwe Kleine-König (2):
pwm: Emit native configuration in /sys/kernel/debug/pwm
pwm: Update MAINTAINER entry
Vladimir Zapolskiy (1):
dt-bindings: pwm: nxp,lpc32xx-pwm: Specify clocks property as mandatory
.../devicetree/bindings/pwm/nxp,lpc3220-pwm.yaml | 4 +
MAINTAINERS | 6 +-
drivers/pwm/core.c | 30 +++--
drivers/pwm/pwm-dwc.c | 3 +-
drivers/pwm/pwm-tiehrpwm.c | 6 +-
drivers/pwm/pwm_th1520.rs | 5 +-
rust/helpers/pwm.c | 6 +-
rust/kernel/pwm.rs | 124 +++++++++++----------
8 files changed, 103 insertions(+), 81 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists