Hi Linus, some fixes arrived early so let's merge them early so we have as little problems as possible in -rc1. This is based on the most recent HEAD commit that day. Please pull it in, details in the signed tag. Yours, Linus Walleij The following changes since commit 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd: Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block (2019-07-15 21:20:52 -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-2 for you to fetch changes up to 88785b7fa74ae2dc52f879140b976984b5374c79: Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes (2019-07-16 11:12:14 +0200) ---------------------------------------------------------------- GPIO fixes for the v5.3 merge window: - Revert a SPIO GPIO fix that didn't fix anything instead created new problems. - Remove the EM GPIO irqdomain in a safe manner. - Fix a memory leak in the gpio quirks. - Make the DaVinci error path silent on probe deferral. ---------------------------------------------------------------- Bartosz Golaszewski (1): gpio: em: remove the gpiochip before removing the irq domain Keerthy (1): gpio: davinci: silence error prints in case of EPROBE_DEFER Linus Walleij (2): Revert "gpio/spi: Fix spi-gpio regression on active high CS" Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/.../brgl/linux into fixes Nishka Dasgupta (1): gpiolib: of: fix a memory leak in of_gpio_flags_quirks() drivers/gpio/gpio-davinci.c | 5 +++-- drivers/gpio/gpio-em.c | 33 +++++++++++++++------------------ drivers/gpio/gpiolib-of.c | 10 ++-------- 3 files changed, 20 insertions(+), 28 deletions(-)