[GIT PULL] pwm: Changes for v6.1-rc1

From: Thierry Reding
Date: Thu Oct 06 2022 - 11:33:42 EST


Hi Linus,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

Linux 6.0-rc1 (2022-08-14 15:50:18 -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.1-rc1

for you to fetch changes up to 4709f9ea338d34276d747c88323f964e148c0c09:

pwm: sysfs: Replace sprintf() with sysfs_emit() (2022-09-28 17:52:02 +0200)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v6.1-rc1

The Rockchip and Mediatek drivers gain support for more chips and the
LPSS driver undergoes some refactoring and receives some improvements.
Other than that there are various cleanups of the core.

----------------------------------------------------------------
Andy Shevchenko (9):
pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
pwm: lpss: Move exported symbols to PWM_LPSS namespace
pwm: lpss: Move resource mapping to the glue drivers
pwm: lpss: Use device_get_match_data() to get device data
pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
pwm: lpss: Make use of bits.h macros for all masks
pwm: lpss: Add a comment to the bypass field
pwm: core: Replace custom implementation of device_match_fwnode()
pwm: sysfs: Replace sprintf() with sysfs_emit()

Johan Jonker (1):
dt-bindings: pwm: rockchip: Add rockchip,rk3128-pwm

Sebastian Reichel (1):
dt-bindings: pwm: rockchip: Add description for rk3588

Uwe Kleine-König (1):
pwm: lpss: Deduplicate board info data structures

xinlei lee (1):
dt-bindings: pwm: Add compatible for Mediatek MT8188

zhaoxiao (1):
pwm: rockchip: Convert to use dev_err_probe()

.../devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 +
.../devicetree/bindings/pwm/pwm-rockchip.yaml | 2 +
drivers/pwm/core.c | 2 +-
drivers/pwm/pwm-lpss-pci.c | 48 +++++-----------------
drivers/pwm/pwm-lpss-platform.c | 40 +++++-------------
drivers/pwm/pwm-lpss.c | 46 ++++++++++++++++++---
drivers/pwm/pwm-lpss.h | 12 +++++-
drivers/pwm/pwm-rockchip.c | 18 +++-----
drivers/pwm/sysfs.c | 20 ++++-----
9 files changed, 92 insertions(+), 97 deletions(-)