Linus, Please pull the following set of fixes for the GPIO subsystem. Details are in the signed tag. Best Regards, Bartosz Golaszewski The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82: Linux 5.15-rc2 (2021-09-19 17:28:22 -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.15-rc3 for you to fetch changes up to b22a4705e2e60f342b1b851c9ebdb3ea02f21f8f: gpio/rockchip: fix get_direction value handling (2021-09-22 11:31:52 +0200) ---------------------------------------------------------------- gpio fixes for v5.15-rc3 - fix a regression in GPIO ACPI on HP ElitePad 1000 G2 where the gpio_set_debounce_timeout() now returns a fatal error if the specific debounce period is not supported by the driver instead of just emitting a warning - fix return values of irq_mask/unmask() callbacks in gpio-uniphier - fix hwirq calculation in gpio-aspeed-sgpio - fix two issues in gpio-rockchip: only make the extended debounce support available for v2 and remove a redundant BIT() usage ---------------------------------------------------------------- Hans de Goede (1): gpiolib: acpi: Make set-debounce-timeout failures non fatal Heiko Stuebner (2): gpio/rockchip: extended debounce support is only available on v2 gpio/rockchip: fix get_direction value handling Kunihiko Hayashi (1): gpio: uniphier: Fix void functions to remove return value Steven Lee (1): gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler. drivers/gpio/gpio-aspeed-sgpio.c | 2 +- drivers/gpio/gpio-rockchip.c | 4 ++-- drivers/gpio/gpio-uniphier.c | 4 ++-- drivers/gpio/gpiolib-acpi.c | 6 ++++-- 4 files changed, 9 insertions(+), 7 deletions(-)