Hi Linus, here is a (hopefully last) set of GPIO fixes for the v5.3 kernel cycle. Two are pretty core. Please pull them in! Details in the signed tag. Yours, Linus Walleij The following changes since commit d45331b00ddb179e291766617259261c112db872: Linux 5.3-rc4 (2019-08-11 13:26:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.3-4 for you to fetch changes up to 48057ed1840fde9239b1e000bea1a0a1f07c5e99: gpio: Fix irqchip initialization order (2019-08-23 11:00:43 +0200) ---------------------------------------------------------------- GPIO fixes for the v5.3 kernel: - Fix not reporting open drain/source lines to userspace as "input" - Fix a minor build error found in randconfigs - Fix a chip select quirk on the Freescale SPI - Fix the irqchip initialization semantic order to reflect what it was using the old API ---------------------------------------------------------------- Andreas Kemnade (1): gpio: of: fix Freescale SPI CS quirk handling Bartosz Golaszewski (1): gpiolib: never report open-drain/source lines as 'input' to user-space Linus Walleij (1): gpio: Fix irqchip initialization order YueHaibing (1): gpio: Fix build error of function redefinition drivers/gpio/gpiolib-of.c | 2 +- drivers/gpio/gpiolib.c | 36 +++++++++++++++++++----------------- include/linux/gpio.h | 24 ------------------------ 3 files changed, 20 insertions(+), 42 deletions(-)