Linus, This is the last batch of fixes for the GPIO subsystem. Nothing worth noting, just minor driver fixes. Please pull. Best Regards, Bartosz Golaszewski The following changes since commit 6fda593f3082ef1aa783ac13e89f673fd69a2cb6: gpio: mockup: Convert to use software nodes (2021-10-06 13:04:04 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.15 for you to fetch changes up to c0eee6fbfa2b3377f1efed10dad539abeb7312aa: gpio: mlxbf2.c: Add check for bgpio_init failure (2021-10-25 10:15:05 +0200) ---------------------------------------------------------------- gpio fixes for v5.15 - fix the return value check when parsing the ngpios property in gpio-xgs-iproc - check the return value of bgpio_init() in gpio-mlxbf2 ---------------------------------------------------------------- Asmaa Mnebhi (1): gpio: mlxbf2.c: Add check for bgpio_init failure Jonas Gorski (1): gpio: xgs-iproc: fix parsing of ngpios property drivers/gpio/gpio-mlxbf2.c | 5 +++++ drivers/gpio/gpio-xgs-iproc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)