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

From: Thierry Reding
Date: Fri Nov 12 2021 - 05:31:32 EST


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