[GIT PULL] pwm: Fixes for v5.14-rc2

From: Thierry Reding
Date: Wed Jul 14 2021 - 03:41:39 EST


Hi Linus,

The following changes since commit bebedf2bb4a9e0cb4ffa72cbc960728051b338a4:

pwm: Remove redundant assignment to pointer pwm (2021-07-07 21:43:32 +0200)

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.14-rc2

for you to fetch changes up to f4a8e31ed84ec646c158824f423cb22d1f362bbf:

pwm: ep93xx: Ensure configuring period and duty_cycle isn't wrongly skipped (2021-07-08 16:09:30 +0200)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Fixes for v5.14-rc2

This contains a couple of fixes from Uwe that I missed for v5.14-rc1.

----------------------------------------------------------------
Uwe Kleine-König (5):
pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped
pwm: spear: Ensure configuring period and duty_cycle isn't wrongly skipped
pwm: tiecap: Ensure configuring period and duty_cycle isn't wrongly skipped
pwm: berlin: Ensure configuring period and duty_cycle isn't wrongly skipped
pwm: ep93xx: Ensure configuring period and duty_cycle isn't wrongly skipped

drivers/pwm/pwm-berlin.c | 9 ++---
drivers/pwm/pwm-ep93xx.c | 85 +++++++++++++++++++++++-------------------------
drivers/pwm/pwm-spear.c | 9 ++---
drivers/pwm/pwm-sprd.c | 11 +++----
drivers/pwm/pwm-tiecap.c | 15 ++++-----
5 files changed, 56 insertions(+), 73 deletions(-)