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