[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <gwhcc5df76untpl5ko4mqbt7vtxo3z4zdbqn4ehkenktt6untv@eng6ov2jmlwb>
Date: Mon, 24 Mar 2025 18:08:52 +0100
From: Uwe Kleine-König <ukleinek@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-pwm@...r.kernel.org
Subject: [GIT PULL] pwm: Changes for 6.15-rc1
Hello Linus,
warn: No match for commit 6df320abbb40654085d7258de33d78481e93ac8d found at uklko
warn: Are you sure you pushed 'pwm/for-6.15-rc1' there?
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-6.15-rc1
for you to fetch changes up to 6df320abbb40654085d7258de33d78481e93ac8d:
dt-bindings: pwm: imx: Add i.MX93, i.MX94 and i.MX95 support (2025-03-10 17:13:54 +0100)
I intended to include a few changes by a guy from salutedevices.com, but
given that there was no feedback to him and these changes were only in
next since mid of last week, I backed them out with the intention to
send them to you during the next cycle when they were exposed to next
considerably longer. The changes included here are in next since nearly
two weeks.
Thanks for pulling this for v6.15-rc1.
Best regards from Germany,
Uwe
----------------------------------------------------------------
pwm: Changes for v6.15-rc1
Here comes the usual mix of cleanups, new dt-bindings for existing
drivers and nexus nodes; and a new driver for the pwm subsystem.
Patches were contributed by Andy Shevchenko, Chen Wang, Chukun Pan,
Frank Li, Herve Codina, Kever Yang, and Nam Cao.
Patch feedback was provided by Andy Shevchenko, Conor Dooley, Daniel
Mack, Duje Mihanović, Heiko Stuebner, Herve Codina, Krzysztof Kozlowski,
Neil Armstrong, Rob Herring, and Zack Rusin.
Thanks to all of them.
----------------------------------------------------------------
Andy Shevchenko (1):
pwm: pca9685: Drop ACPI_PTR() and of_match_ptr()
Chen Wang (2):
dt-bindings: pwm: sophgo: add PWM controller for SG2042
pwm: sophgo: add driver for Sophgo SG2042 PWM
Chukun Pan (1):
dt-bindings: pwm: rockchip: Add rockchip,rk3528-pwm
Frank Li (1):
dt-bindings: pwm: imx: Add i.MX93, i.MX94 and i.MX95 support
Herve Codina (2):
dt-bindings: pwm: Add support for PWM nexus node
pwm: Add support for pwm nexus dt bindings
Kever Yang (1):
dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm
Nam Cao (1):
pwm: gpio: Switch to use hrtimer_setup()
Uwe Kleine-König (6):
pwm: lpss: Only include <linux/pwm.h> where needed
pwm: Add upgrade path to #pwm-cells = <3> for users of of_pwm_single_xlate()
pwm: clps711x: Drop of_match_ptr() usage for .of_match_table
pwm: Strengthen dependency for PWM_SIFIVE
pwm: Check for CONFIG_PWM using IS_REACHABLE() in main header
pwm: stmpe: Allow to compile as a module
.../devicetree/bindings/pwm/imx-tpm-pwm.yaml | 11 +-
.../devicetree/bindings/pwm/pwm-nexus-node.yaml | 65 +++++++
.../devicetree/bindings/pwm/pwm-rockchip.yaml | 2 +
.../devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml | 58 ++++++
drivers/pwm/Kconfig | 14 +-
drivers/pwm/Makefile | 1 +
drivers/pwm/core.c | 19 +-
drivers/pwm/pwm-clps711x.c | 4 +-
drivers/pwm/pwm-gpio.c | 5 +-
drivers/pwm/pwm-lpss.c | 1 +
drivers/pwm/pwm-lpss.h | 1 -
drivers/pwm/pwm-pca9685.c | 9 +-
drivers/pwm/pwm-sophgo-sg2042.c | 194 +++++++++++++++++++++
drivers/pwm/pwm-stmpe.c | 25 ++-
include/linux/pwm.h | 4 +-
15 files changed, 390 insertions(+), 23 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pwm/pwm-nexus-node.yaml
create mode 100644 Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml
create mode 100644 drivers/pwm/pwm-sophgo-sg2042.c
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists