From: Thierry Reding <thierry.reding@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Lee Jones" <lee.jones@linaro.org>,
linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] pwm: Changes for v5.20-rc1
Date: Fri, 29 Jul 2022 18:20:50 +0200 [thread overview]
Message-ID: <20220729162050.2866901-1-thierry.reding@gmail.com> (raw)
Hi Linus,
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.20-rc1
for you to fetch changes up to 8933d30c5f468d6cc1e4bf9bb535149da35f202e:
pwm: lpc18xx: Fix period handling (2022-07-29 13:41:18 +0200)
Thanks,
Thierry
----------------------------------------------------------------
pwm: Changes for v5.20-rc1
After v5.19 had all drivers converted to the new atomic API and nobody
has reported any breakage, this set of changes starts by dropping the
legacy support.
Some existing drivers get improvements and broader chip support and a
new driver is added that emulates a PWM controller using a clock output.
Other than that there's the usual bits of cleanups and minor fixes.
----------------------------------------------------------------
Fabien Parent (3):
dt-bindings: pwm: Add MT8365 SoC binding
pwm: mediatek: Add MT8365 support
dt-bindings: pwm: mediatek: Add compatible string for MT8195
Julia Lawall (1):
pwm: atmel-tcb: Fix typo in comment
Lee Jones (1):
MAINTAINERS: Remove myself as PWM maintainer
Lukas Bulwahn (1):
MAINTAINERS: Add include/dt-bindings/pwm to PWM SUBSYSTEM
Nikita Travkin (2):
dt-bindings: pwm: Document clk based PWM controller
pwm: Add clock based PWM output driver
Uwe Kleine-König (13):
pwm: Drop support for legacy drivers
pwm: Reorder header file to get rid of struct pwm_capture forward declaration
pwm: Drop unused forward declaration from pwm.h
pwm: sifive: Simplify offset calculation for PWMCMP registers
pwm: sifive: Fold pwm_sifive_enable() into its only caller
pwm: sifive: Reduce time the controller lock is held
pwm: sifive: Enable clk only after period check in .apply()
pwm: sifive: Simplify clk handling
pwm: sifive: Ensure the clk is enabled exactly once per running PWM
pwm: sifive: Shut down hardware only after pwmchip_remove() completed
pwm: twl-led: Document some limitations and link to the reference manual
pwm: lpc18xx: Convert to use dev_err_probe()
pwm: lpc18xx: Fix period handling
Documentation/devicetree/bindings/pwm/clk-pwm.yaml | 46 +++++++
.../devicetree/bindings/pwm/pwm-mediatek.txt | 3 +
MAINTAINERS | 2 +-
drivers/pwm/Kconfig | 10 ++
drivers/pwm/Makefile | 1 +
drivers/pwm/core.c | 82 +-----------
drivers/pwm/pwm-atmel-tcb.c | 2 +-
drivers/pwm/pwm-clk.c | 148 +++++++++++++++++++++
drivers/pwm/pwm-lpc18xx-sct.c | 67 ++++++----
drivers/pwm/pwm-mediatek.c | 7 +
drivers/pwm/pwm-sifive.c | 117 ++++++++--------
drivers/pwm/pwm-twl-led.c | 16 +++
include/linux/pwm.h | 35 ++---
13 files changed, 349 insertions(+), 187 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pwm/clk-pwm.yaml
create mode 100644 drivers/pwm/pwm-clk.c
next reply other threads:[~2022-07-29 16:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-29 16:20 Thierry Reding [this message]
2022-08-02 18:34 ` 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=20220729162050.2866901-1-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=u.kleine-koenig@pengutronix.de \
/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®