mbox series

[GIT,PULL] pwm: Changes for v5.16-rc1

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

Pull-request

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

Message

Thierry Reding Nov. 12, 2021, 10:31 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 12, 2021, 8:42 p.m. UTC | #1
The pull request you sent on Fri, 12 Nov 2021 11:31:22 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/030c28a021131c6944d35a4fa727781f9df3a05d

Thank you!