mbox series

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

Message ID 20221006153325.2253653-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL] pwm: Changes for v6.1-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-6.1-rc1

Message

Thierry Reding Oct. 6, 2022, 3:33 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 7, 2022, 7:20 p.m. UTC | #1
The pull request you sent on Thu,  6 Oct 2022 17:33:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-6.1-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3fb55dd14036b875b96c39d6e18fc53feb891891

Thank you!