From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, Here's another batch of fixes for this release cycle. Please pull. The following changes since commit 5ad284ab3a01e2d6a89be2a8663ae76f4e617549: gpiolib: Fix line event handling in syscall compatible mode (2020-09-17 12:03:37 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.9-rc7 for you to fetch changes up to 3e640b1eec38e4c8eba160f26cba4f592e657f3d: gpio: aspeed: fix ast2600 bank properties (2020-09-24 15:37:18 +0200) ---------------------------------------------------------------- gpio: fixes for v5.9-rc7 - fix uninitialized variable in gpio-pca953x - enable all 160 lines and fix interrupt configuration in gpio-aspeed-gpio - fix ast2600 bank properties in gpio-aspeed ---------------------------------------------------------------- Jeremy Kerr (2): gpio/aspeed-sgpio: enable access to all 80 input & output sgpios gpio/aspeed-sgpio: don't enable all interrupts by default Tao Ren (1): gpio: aspeed: fix ast2600 bank properties Ye Li (1): gpio: pca953x: Fix uninitialized pending variable .../devicetree/bindings/gpio/sgpio-aspeed.txt | 5 +- drivers/gpio/gpio-aspeed-sgpio.c | 134 +++++++++++++-------- drivers/gpio/gpio-aspeed.c | 4 +- drivers/gpio/gpio-pca953x.c | 2 +- 4 files changed, 93 insertions(+), 52 deletions(-)