[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2cig3eu5b6noqdtx7jjken4larht3ch7rlmfizw7kzpm7aqx22@qm7etmdulru6>
Date: Mon, 20 Jan 2025 22:56:38 +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.14-rc1
Hello Linus,
the following changes since commit edc19bd0e571c732cd01c8da62f904e6d2a29a48:
pwm: stm32: Fix complementary output in round_waveform_tohw() (2024-12-18 11:08:36 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-6.14-rc1
for you to fetch changes up to e8c59791ebb60790c74b2c3ab520f04a8a57219a:
pwm: stm32: Add check for clk_enable() (2025-01-17 10:41:56 +0100)
This gives you very little changes compared to earlier pull requests.
The topmost commit is simple and very similar to its grand parent. The
other patches were all exposed to next since 2025-01-09.
Initially I thought to base my PR on v6.13-rc2 to prevent conflicts with
the module namespace conversion that were done just after v6.13-rc1, but
it merges just fine on top of the fixes PR from last cycle as there is
no conflicting change.
Thanks for pulling this for v6.14-rc1.
Best regards from Germany,
Uwe
----------------------------------------------------------------
pwm: Changes for v6.14-rc1
This time there are very little changes for pwm. There is nothing new,
just a few maintenance cleanups.
The contributors this time around were Krzysztof Kozlowski, Mingwei
Zheng, Philipp Stanner, and Stanislav Jakubek. Thanks!
----------------------------------------------------------------
Krzysztof Kozlowski (1):
dt-bindings: pwm: Correct indentation and style in DTS example
Mingwei Zheng (2):
pwm: stm32-lp: Add check for clk_enable()
pwm: stm32: Add check for clk_enable()
Philipp Stanner (1):
pwm: Replace deprecated PCI functions
Stanislav Jakubek (1):
dt-bindings: pwm: sprd,ums512-pwm: convert to YAML
Uwe Kleine-König (1):
dt-bindings: pwm: marvell,berlin-pwm: Convert from txt to yaml
.../devicetree/bindings/pwm/adi,axi-pwmgen.yaml | 8 +--
.../devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml | 8 +--
.../devicetree/bindings/pwm/brcm,kona-pwm.yaml | 8 +--
.../bindings/pwm/marvell,berlin-pwm.yaml | 44 +++++++++++++++
.../devicetree/bindings/pwm/pwm-berlin.txt | 17 ------
Documentation/devicetree/bindings/pwm/pwm-sprd.txt | 40 -------------
.../devicetree/bindings/pwm/sprd,ums512-pwm.yaml | 66 ++++++++++++++++++++++
drivers/pwm/pwm-dwc.c | 14 ++---
drivers/pwm/pwm-lpss-pci.c | 9 +--
drivers/pwm/pwm-stm32-lp.c | 8 ++-
drivers/pwm/pwm-stm32.c | 7 ++-
11 files changed, 143 insertions(+), 86 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pwm/marvell,berlin-pwm.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-berlin.txt
delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-sprd.txt
create mode 100644 Documentation/devicetree/bindings/pwm/sprd,ums512-pwm.yaml
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists