mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski May 7, 2022, 1:52 p.m. UTC
Linus,

Please pull the following set of small fixes for the next rc. Details are in
the signed tag.

Best Regards,
Bartosz Golaszewski

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57: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-rc6

for you to fetch changes up to dba785798526a3282cc4d0f0ea751883715dbbb4:

  gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (2022-05-06 16:59:29 +0200)

----------------------------------------------------------------
gpio fixes for v5.18-rc6

- fix the bounds check for the 'gpio-reserved-ranges' device property in
  gpiolib-of
- drop the assignment of the pwm base number in gpio-mvebu (this was missed
  by the patch doing it globally for all pwm drivers)
- fix the fwnode assignment (use own fwnode, not the parent's one) for the
  GPIO irqchip in gpio-visconti
- update the irq_stat field before checking the trigger field in gpio-pca953x
- update GPIO entry in MAINTAINERS

----------------------------------------------------------------
Andrei Lalaev (1):
      gpiolib: of: fix bounds check for 'gpio-reserved-ranges'

Bartosz Golaszewski (1):
      MAINTAINERS: update the GPIO git tree entry

Baruch Siach (1):
      gpio: mvebu: drop pwm base assignment

Nobuhiro Iwamatsu (1):
      gpio: visconti: Fix fwnode of GPIO IRQ

Puyou Lu (1):
      gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)

 MAINTAINERS                  | 2 +-
 drivers/gpio/gpio-mvebu.c    | 7 -------
 drivers/gpio/gpio-pca953x.c  | 4 ++--
 drivers/gpio/gpio-visconti.c | 7 ++-----
 drivers/gpio/gpiolib-of.c    | 2 +-
 5 files changed, 6 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org May 7, 2022, 6:11 p.m. UTC | #1
The pull request you sent on Sat,  7 May 2022 15:52:47 +0200:

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

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

Thank you!