Hi Linus, sorry to bomb in fixes this late. Maybe I can comfort you by saying it is only driver fixes, and mostly IRQ handling which is something GPIO and pin control drivers never get right. You think it works and then it doesn't. It also took some time because we smoked out commit message syntax issues in linux-next. Please pull it in! Yours, Linus Walleij The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a: Linux 5.2-rc3 (2019-06-02 13:55:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.2-3 for you to fetch changes up to 9d957a959bc8c3dfe37572ac8e99affb5a885965: pinctrl: mediatek: Update cur_mask in mask/mask ops (2019-06-27 12:22:11 +0100) ---------------------------------------------------------------- Pin control fixes for the v5.2 cycle: - Fix IRQ setup in the MCP23s08. - Fix pin setup on pins > 31 in the Ocelot driver. - Fix IRQs in the Mediatek driver. ---------------------------------------------------------------- Alexandre Belloni (2): pinctrl: ocelot: fix gpio direction for pins after 31 pinctrl: ocelot: fix pinmuxing for pins after 31 Nicolas Boichat (2): pinctrl: mediatek: Ignore interrupts that are wake only during resume pinctrl: mediatek: Update cur_mask in mask/mask ops Phil Reid (1): pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order drivers/pinctrl/mediatek/mtk-eint.c | 34 +++++++++++++++++++--------------- drivers/pinctrl/pinctrl-mcp23s08.c | 8 ++++---- drivers/pinctrl/pinctrl-ocelot.c | 18 ++++++++++-------- 3 files changed, 33 insertions(+), 27 deletions(-)