mbox series

[GIT,PULL] pwm: Fixes for v6.7-rc1

Message ID 20231110095013.655597-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL] pwm: Fixes for v6.7-rc1 | expand

Pull-request

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

Message

Thierry Reding Nov. 10, 2023, 9:50 a.m. UTC
Hi Linus,

The following changes since commit 40592064a1a536adcced4ffea435c392eb9e7192:

  pwm: samsung: Document new member .channel in struct samsung_pwm_chip (2023-11-03 12:00:41 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d27abbfd4888d79dd24baf50e774631046ac4732:

  pwm: Fix double shift bug (2023-11-10 09:20:55 +0100)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Fixes for v6.7-rc1

This contains two very small fixes that I failed to include in the main
pull request for v6.7-rc1.

----------------------------------------------------------------
Dan Carpenter (2):
      pwm: samsung: Fix a bit test in pwm_samsung_resume()
      pwm: Fix double shift bug

 drivers/pwm/pwm-samsung.c | 2 +-
 include/linux/pwm.h       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 10, 2023, 9 p.m. UTC | #1
The pull request you sent on Fri, 10 Nov 2023 10:50:08 +0100:

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

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

Thank you!