mirror of https://lore.kernel.org/lkml/
 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.3-rc1
Date: Mon, 17 Aug 2026 00:33:28 +0200	[thread overview]
Message-ID: <aoI4RihmFwccNTL3@monoceros> (raw)

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

Hello Linus,

the following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b4e94b0418ad6dbe62b6ca53369159ed3d9f0d8c:

  pwm: th1520: use vertical import style (2026-08-11 06:58:59 +0200)

Most patches were in next for for quite some time, for the two topmost
Rust patches I failed to apply them earlier after they got Michal's
blessing so these were in next only roughly a week.

I don't expect any merge issues, there were no conflicts found in next
and the branch merges fine into your master branch.

Thanks for pulling pwm/for-7.3-rc1 for 7.3-rc1.

Best regards
Uwe

----------------------------------------------------------------
pwm: Changes for v7.3-rc1

A bunch of cleanups---in C and Rust---and  a devicetree and driver
extension for a new SoC variant.

Thanks for Biju Das, Francis Laniel, Guru Das Srinagesh, Markus Elfring,
Mikko Perttunen, Thierry Reding, and Yi-Wei Wang for their changes and
further Alexandre Courbot, Benno Lossin, Chen Wang, Geert Uytterhoeven,
Jon Hunter, Laurent Pinchart, Michal Wilczynski, Mikko Perttunen, and
Rob Herring for valuable review feedback.

----------------------------------------------------------------
Biju Das (1):
      pwm: rzg2l-gpt: Drop unused rzg2l_gpt_chip parameter from rzg2l_gpt_calculate_prescale()

Francis Laniel (1):
      rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`

Guru Das Srinagesh (1):
      pwm: th1520: use vertical import style

Markus Elfring (1):
      pwm: Use seq_putc() calls in pwm_dbg_show()

Mikko Perttunen (4):
      pwm: tegra: Prefix driver-local macros and functions
      pwm: tegra: Modify read/write accessors for multi-register channel
      pwm: tegra: Parametrize duty and scale field widths
      pwm: tegra: Add support for Tegra264

Thierry Reding (1):
      dt-bindings: pwm: Document Tegra264 controller

Uwe Kleine-König (The Capable Hub) (8):
      pwm: mc33xs2410: Initialize spi_device_id arrays using member names
      pwm: Use named initializers for platform_device_id arrays
      pwm: pxa: Depend on OF and simplify accordingly
      pwm: pca9685: Drop unused assignment of acpi_device_id driver data
      pwm: Use named initializers for arrays of acpi_device_id
      pwm: Unify coding style of acpi_device_id arrays
      pwm: Unify coding style of of_device_id arrays
      pwm: lpss-pci: Unify coding style of pci_device_id array

Yi-Wei Wang (1):
      pwm: tegra: Avoid hard-coded max clock frequency

 .../bindings/pwm/nvidia,tegra20-pwm.yaml           |   1 +
 drivers/pwm/Kconfig                                |   2 +-
 drivers/pwm/core.c                                 |   6 +-
 drivers/pwm/pwm-adp5585.c                          |   4 +-
 drivers/pwm/pwm-apple.c                            |   2 +-
 drivers/pwm/pwm-argon-fan-hat.c                    |   2 +-
 drivers/pwm/pwm-atmel-hlcdc.c                      |  15 +-
 drivers/pwm/pwm-atmel-tcb.c                        |   6 +-
 drivers/pwm/pwm-atmel.c                            |   3 +-
 drivers/pwm/pwm-bcm-iproc.c                        |   2 +-
 drivers/pwm/pwm-bcm-kona.c                         |   2 +-
 drivers/pwm/pwm-bcm2835.c                          |   2 +-
 drivers/pwm/pwm-berlin.c                           |   2 +-
 drivers/pwm/pwm-brcmstb.c                          |   2 +-
 drivers/pwm/pwm-clk.c                              |   2 +-
 drivers/pwm/pwm-clps711x.c                         |   2 +-
 drivers/pwm/pwm-cros-ec.c                          |   2 +-
 drivers/pwm/pwm-hibvt.c                            |   2 +-
 drivers/pwm/pwm-imx-tpm.c                          |   2 +-
 drivers/pwm/pwm-imx1.c                             |   2 +-
 drivers/pwm/pwm-imx27.c                            |   2 +-
 drivers/pwm/pwm-ipq.c                              |   4 +-
 drivers/pwm/pwm-jz4740.c                           |   2 +-
 drivers/pwm/pwm-loongson.c                         |   2 +-
 drivers/pwm/pwm-lp3943.c                           |   2 +-
 drivers/pwm/pwm-lpc18xx-sct.c                      |   2 +-
 drivers/pwm/pwm-lpc32xx.c                          |   2 +-
 drivers/pwm/pwm-lpss-pci.c                         |   2 +-
 drivers/pwm/pwm-lpss-platform.c                    |  10 +-
 drivers/pwm/pwm-mc33xs2410.c                       |   2 +-
 drivers/pwm/pwm-mediatek.c                         |   2 +-
 drivers/pwm/pwm-meson.c                            |   9 +-
 drivers/pwm/pwm-mtk-disp.c                         |   8 +-
 drivers/pwm/pwm-mxs.c                              |   2 +-
 drivers/pwm/pwm-omap-dmtimer.c                     |   4 +-
 drivers/pwm/pwm-pca9685.c                          |   6 +-
 drivers/pwm/pwm-pxa.c                              |  30 ++--
 drivers/pwm/pwm-raspberrypi-poe.c                  |   2 +-
 drivers/pwm/pwm-rcar.c                             |   4 +-
 drivers/pwm/pwm-renesas-tpu.c                      |  10 +-
 drivers/pwm/pwm-rockchip.c                         |   8 +-
 drivers/pwm/pwm-rzg2l-gpt.c                        |   7 +-
 drivers/pwm/pwm-samsung.c                          |   2 +-
 drivers/pwm/pwm-sifive.c                           |   2 +-
 drivers/pwm/pwm-sl28cpld.c                         |   2 +-
 drivers/pwm/pwm-sophgo-sg2042.c                    |   7 +-
 drivers/pwm/pwm-sprd.c                             |   4 +-
 drivers/pwm/pwm-sti.c                              |   2 +-
 drivers/pwm/pwm-stm32-lp.c                         |   4 +-
 drivers/pwm/pwm-stm32.c                            |   6 +-
 drivers/pwm/pwm-sun4i.c                            |   2 +-
 drivers/pwm/pwm-sunplus.c                          |   4 +-
 drivers/pwm/pwm-tegra.c                            | 160 ++++++++++++++-------
 drivers/pwm/pwm-tiecap.c                           |   6 +-
 drivers/pwm/pwm-tiehrpwm.c                         |   2 +-
 drivers/pwm/pwm-twl-led.c                          |   2 +-
 drivers/pwm/pwm-twl.c                              |   2 +-
 drivers/pwm/pwm-visconti.c                         |   2 +-
 drivers/pwm/pwm-vt8500.c                           |   2 +-
 drivers/pwm/pwm-xilinx.c                           |   4 +-
 drivers/pwm/pwm_th1520.rs                          |  12 +-
 rust/kernel/pwm.rs                                 |   4 +-
 62 files changed, 232 insertions(+), 184 deletions(-)

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

                 reply	other threads:[~2026-08-16 22:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=aoI4RihmFwccNTL3@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

all inboxes | Powered by JetHome®