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:   Wed, 19 Jan 2022 12:31:26 +0100
From:   Thierry Reding <thierry.reding@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>, Lee Jones <lee.jones@...aro.org>,
        linux-pwm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] pwm: Changes for v5.17-rc1

Hi Linus,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3f0565451cc0c5158513af0bc4e91aa8fb0b5e75:

  dt-bindings: pwm: Avoid selecting schema on node name match (2021-12-09 18:17:02 +0100)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v5.17-rc1

This contains a number of nice cleanups and improvements for the core
and various drivers as well as a minor tweak to the json-schema device
tree bindings.

----------------------------------------------------------------
Thierry Reding (1):
      dt-bindings: pwm: Avoid selecting schema on node name match

Uwe Kleine-König (7):
      pwm: Move legacy driver handling into a dedicated function
      pwm: Prevent a glitch for legacy drivers
      pwm: Restore initial state if a legacy callback fails
      pwm: twl: Implement .apply() callback
      pwm: img: Implement .apply() callback
      pwm: vt8500: Implement .apply() callback
      pwm: img: Use only a single idiom to get a runtime PM reference

 Documentation/devicetree/bindings/pwm/pwm.yaml |   2 +
 drivers/pwm/core.c                             | 139 ++++++++++++++-----------
 drivers/pwm/pwm-img.c                          |  35 +++++--
 drivers/pwm/pwm-twl.c                          |  62 +++++++++--
 drivers/pwm/pwm-vt8500.c                       |  57 ++++++++--
 5 files changed, 213 insertions(+), 82 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ