lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu,  6 Oct 2022 17:33:25 +0200
From:   Thierry Reding <thierry.reding@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>, linux-pwm@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] pwm: Changes for v6.1-rc1

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ