lkml.org 
[lkml]   [2022]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[GIT PULL] pwm: Changes for v6.2-rc1
Date
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(-)

\
 
 \ /
  Last update: 2023-03-26 23:16    [W:0.047 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site