mbox series

[GIT,PULL] pwm: Changes for 6.15-rc1

Message ID gwhcc5df76untpl5ko4mqbt7vtxo3z4zdbqn4ehkenktt6untv@eng6ov2jmlwb
State Accepted
Headers show
Series [GIT,PULL] pwm: Changes for 6.15-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-6.15-rc1

Message

Uwe Kleine-König March 24, 2025, 5:08 p.m. UTC
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

Comments

Uwe Kleine-König March 24, 2025, 5:42 p.m. UTC | #1
Hello,

On Mon, Mar 24, 2025 at 06:08:52PM +0100, Uwe Kleine-König wrote:
> warn: No match for commit 6df320abbb40654085d7258de33d78481e93ac8d found at uklko
> warn: Are you sure you pushed 'pwm/for-6.15-rc1' there?

I only noticed this warning after sending. Probably I was too quick
calling git-request-pull after pushing that tag. I confirm that I want
you to pull the tag pointing to 6df320abbb40654085d7258de33d78481e93ac8d
and that pwm/for-6.15-rc1 is the right name:

$ git ls-remote uklko refs/tags/pwm/for-6.15-rc1\*
0a313207e23c1353c84de62dd60226ce920fe466	refs/tags/pwm/for-6.15-rc1
6df320abbb40654085d7258de33d78481e93ac8d	refs/tags/pwm/for-6.15-rc1^{}

So I think everything is fine now and you can ignore the warning. 

Best regards and sorry for the noise,
Uwe
pr-tracker-bot@kernel.org March 26, 2025, 3:59 a.m. UTC | #2
The pull request you sent on Mon, 24 Mar 2025 18:08:52 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-6.15-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e0c2cc4c35283e2ae7a0602d1fe85acf8ae6ccc

Thank you!