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.2-rc1
Date: Mon, 15 Jun 2026 07:46:40 +0200 [thread overview]
Message-ID: <ai-PyEf2c2Ce63FQ@monoceros> (raw)
[-- Attachment #1: Type: text/plain, Size: 3349 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next reply other threads:[~2026-06-15 5:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-15 5:46 Uwe Kleine-König [this message]
2026-06-16 2:11 ` [GIT PULL] pwm: Changes for 7.2-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=ai-PyEf2c2Ce63FQ@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.