From: Thierry Reding <thierry.reding@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] pwm: Changes for v6.2-rc1
Date: Wed, 21 Dec 2022 10:52:58 +0100 [thread overview]
Message-ID: <20221221095258.952766-1-thierry.reding@gmail.com> (raw)
Hi Linus,
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -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-6.2-rc1
for you to fetch changes up to 8fa22f4b88e877c0811d2a0e506cf56755add554:
pwm: pca9685: Convert to i2c's .probe_new() (2022-12-06 12:46:31 +0100)
Thanks,
Thierry
----------------------------------------------------------------
pwm: Changes for v6.2-rc1
Various changes across the board, mostly improvements and cleanups.
----------------------------------------------------------------
Andre Przywara (1):
pwm: sun4i: Propagate errors in .get_state() to the caller
Andy Shevchenko (1):
pwm: core: Remove S_IFREG from debugfs_create_file()
Daniel Golle (2):
pwm: mediatek: always use bus clock for PWM on MT7622
pwm: mediatek: Add support for MT7986
Doug Brown (6):
pwm: pxa: Remove pxa_pwm_enable/disable
pwm: pxa: Set duty cycle to 0 when disabling PWM
pwm: pxa: Remove clk enable/disable from pxa_pwm_config
pwm: pxa: Use abrupt shutdown mode
pwm: pxa: Add reference manual link and limitations
pwm: pxa: Enable for MMP platform
Geert Uytterhoeven (2):
dt-bindings: pwm: renesas,pwm-rcar: Add r8a779g0 support
dt-bindings: pwm: renesas,tpu: Add r8a779g0 support
Jon Hunter (2):
pwm: tegra: Improve required rate calculation
pwm: tegra: Ensure the clock rate is not less than needed
Paul Cercueil (3):
pwm: jz4740: Force dependency on Device Tree
pwm: jz4740: Depend on MACH_INGENIC instead of MIPS
pwm: jz4740: Use regmap_{set,clear}_bits
Steven Price (1):
pwm: tegra: Fix 32 bit build
Uwe Kleine-König (23):
pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
pwm: lpc18xx-sct: Fix a comment to match code
pwm: Document variables protected by pwm_lock
pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
pwm: Mark free pwm IDs as used in alloc_pwms()
pwm: Don't initialize list head before calling list_add()
pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable
pwm: img: Use regmap_clear_bits and regmap_set_bits where applicable
pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicable
pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicable
pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable
pwm: Make .get_state() callback return an error code
pwm/tracing: Also record trace events for failed API calls
drm/bridge: ti-sn65dsi86: Propagate errors in .get_state() to the caller
leds: qcom-lpg: Propagate errors in .get_state() to the caller
pwm: crc: Propagate errors in .get_state() to the caller
pwm: cros-ec: Propagate errors in .get_state() to the caller
pwm: imx27: Propagate errors in .get_state() to the caller
pwm: mtk-disp: Propagate errors in .get_state() to the caller
pwm: rockchip: Propagate errors in .get_state() to the caller
pwm: sprd: Propagate errors in .get_state() to the caller
pwm: Handle .get_state() failures
pwm: pca9685: Convert to i2c's .probe_new()
xinlei lee (1):
pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
.../devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
.../devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
drivers/gpio/gpio-mvebu.c | 9 ++-
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 14 +++--
drivers/leds/rgb/leds-qcom-lpg.c | 14 +++--
drivers/pwm/Kconfig | 6 +-
drivers/pwm/core.c | 68 ++++++++++++----------
drivers/pwm/pwm-atmel.c | 6 +-
drivers/pwm/pwm-bcm-iproc.c | 8 ++-
drivers/pwm/pwm-crc.c | 10 ++--
drivers/pwm/pwm-cros-ec.c | 8 ++-
drivers/pwm/pwm-dwc.c | 6 +-
drivers/pwm/pwm-fsl-ftm.c | 18 +++---
drivers/pwm/pwm-hibvt.c | 6 +-
drivers/pwm/pwm-img.c | 15 +++--
drivers/pwm/pwm-imx-tpm.c | 8 ++-
drivers/pwm/pwm-imx27.c | 8 ++-
drivers/pwm/pwm-intel-lgm.c | 6 +-
drivers/pwm/pwm-iqs620a.c | 10 ++--
drivers/pwm/pwm-jz4740.c | 20 +++----
drivers/pwm/pwm-keembay.c | 6 +-
drivers/pwm/pwm-lpc18xx-sct.c | 2 +-
drivers/pwm/pwm-lpss.c | 6 +-
drivers/pwm/pwm-mediatek.c | 9 ++-
drivers/pwm/pwm-meson.c | 8 ++-
drivers/pwm/pwm-mtk-disp.c | 17 +++---
drivers/pwm/pwm-pca9685.c | 13 +++--
drivers/pwm/pwm-pxa.c | 58 ++++++++----------
drivers/pwm/pwm-raspberrypi-poe.c | 8 ++-
drivers/pwm/pwm-rockchip.c | 12 ++--
drivers/pwm/pwm-sifive.c | 11 +++-
drivers/pwm/pwm-sl28cpld.c | 8 ++-
drivers/pwm/pwm-sprd.c | 8 ++-
drivers/pwm/pwm-stm32-lp.c | 13 +++--
drivers/pwm/pwm-stm32.c | 34 +++++------
drivers/pwm/pwm-sun4i.c | 14 +++--
drivers/pwm/pwm-sunplus.c | 6 +-
drivers/pwm/pwm-tegra.c | 15 ++++-
drivers/pwm/pwm-visconti.c | 6 +-
drivers/pwm/pwm-xilinx.c | 8 ++-
include/linux/pwm.h | 4 +-
include/trace/events/pwm.h | 20 +++----
42 files changed, 299 insertions(+), 229 deletions(-)
next reply other threads:[~2022-12-21 9:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-21 9:52 Thierry Reding [this message]
2022-12-21 17:44 ` 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=20221221095258.952766-1-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--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®