[GIT PULL] gpio: fixes for v5.16-rc2

From: Bartosz Golaszewski
Date: Fri Nov 19 2021 - 10:07:10 EST


Linus,

Please pull the following set of fixes for the next RC.

Best Regards,
Bartosz Golaszewski

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d6912b1251b47e6b04ea8c8881dfb35a6e7a3e29:

gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors (2021-11-16 09:41:44 +0100)

----------------------------------------------------------------
gpio fixes for v5.16-rc2

- fix a coccicheck warning in gpio-virtio
- fix gpio selftests build issues
- fix a Kconfig issue in gpio-rockchip

----------------------------------------------------------------
Kent Gibson (2):
selftests: gpio: fix uninitialised variable warning
selftests: gpio: restore CFLAGS options

Li Zhijian (1):
selftests: gpio: fix gpio compiling error

Randy Dunlap (1):
gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors

Yang Li (1):
gpio: virtio: remove unneeded semicolon

drivers/gpio/Kconfig | 1 +
drivers/gpio/gpio-virtio.c | 2 +-
tools/testing/selftests/gpio/Makefile | 1 +
tools/testing/selftests/gpio/gpio-mockup-cdev.c | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)