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:   Fri, 12 Nov 2021 11:31:22 +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.16-rc1

Hi Linus,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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-5.16-rc1

for you to fetch changes up to e9d866d5a6296c701e5b46a94c0bbd6e2c0e357e:

  pwm: vt8500: Rename pwm_busy_wait() to make it obviously driver-specific (2021-11-05 11:57:13 +0100)

Thanks,
Thierry

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

This set is mostly small fixes and cleanups, so more of a janitorial
update for this cycle.

----------------------------------------------------------------
Duc Nguyen (1):
      dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings

Krzysztof Kozlowski (1):
      pwm: samsung: Describe driver in Kconfig

Mårten Lindahl (1):
      pwm: pwm-samsung: Trigger manual update when disabling PWM

Uwe Kleine-König (4):
      pwm: atmel: Drop unused header
      pwm: Add might_sleep() annotations for !CONFIG_PWM API functions
      pwm: Make it explicit that pwm_apply_state() might sleep
      pwm: vt8500: Rename pwm_busy_wait() to make it obviously driver-specific

Wolfram Sang (1):
      dt-bindings: pwm: tpu: Add R-Car M3-W+ device tree bindings

zhaoxiao (1):
      pwm: visconti: Simplify using devm_pwmchip_add()

 .../devicetree/bindings/pwm/renesas,tpu-pwm.yaml   |  2 ++
 drivers/pwm/Kconfig                                |  4 ++-
 drivers/pwm/core.c                                 |  9 +++++++
 drivers/pwm/pwm-atmel.c                            |  1 -
 drivers/pwm/pwm-samsung.c                          | 30 ++++++++++++++++------
 drivers/pwm/pwm-visconti.c                         | 14 +---------
 drivers/pwm/pwm-vt8500.c                           | 16 ++++++------
 include/linux/pwm.h                                | 13 ++++++++++
 8 files changed, 58 insertions(+), 31 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ