mbox series

[GIT,PULL] gpio: fixes for v5.18

Message ID 20220520171930.1029663-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.18

Message

Bartosz Golaszewski May 20, 2022, 5:19 p.m. UTC
Linus,

Please pull the last batch of GPIO driver fixes for this release cycle.

Best Regards,
Bartosz Golaszewski

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.18

for you to fetch changes up to 3ecb10175b1f776f076553c24e2689e42953fef5:

  gpio: mvebu/pwm: Refuse requests with inverted polarity (2022-05-20 16:46:56 +0200)

----------------------------------------------------------------
gpio: fixes for v5.18

- fix bitops logic in gpio-vf610
- return an error if the user tries to use inverted polarity in gpio-mvebu

----------------------------------------------------------------
Haibo Chen (1):
      gpio: gpio-vf610: do not touch other bits when set the target bit

Uwe Kleine-König (1):
      gpio: mvebu/pwm: Refuse requests with inverted polarity

 drivers/gpio/gpio-mvebu.c | 3 +++
 drivers/gpio/gpio-vf610.c | 8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org May 20, 2022, 6:36 p.m. UTC | #1
The pull request you sent on Fri, 20 May 2022 19:19:30 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.18

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

Thank you!