public inbox for linux-pwm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] pwm: Changes for 7.0-rc1
Date: Mon, 9 Feb 2026 09:46:41 +0100	[thread overview]
Message-ID: <aYmcqN2aAqhqqwxX@monoceros> (raw)

[-- Attachment #1: Type: text/plain, Size: 3112 bytes --]

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(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2026-02-09  8:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09  8:46 Uwe Kleine-König [this message]
2026-02-11 20:28 ` [GIT PULL] pwm: Changes for 7.0-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aYmcqN2aAqhqqwxX@monoceros \
    --to=u.kleine-koenig@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox