From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, please pull the following fixes applied to my tree during this merge window. The following changes since commit fec88ab0af9706b2201e5daf377c5031c62d11f7: Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2019-07-14 19:42:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-rc1-fixes-for-linus for you to fetch changes up to 19ec11a2233d24a7811836fa735203aaccf95a23: gpio: em: remove the gpiochip before removing the irq domain (2019-07-15 11:52:42 +0200) ---------------------------------------------------------------- GPIO fixes for v5.3-rc1 - silence error messages on probe deferral in gpio-davinci - fix a memory leak in gpiolib-of - fix a potential use-after-free error in gpio-em ---------------------------------------------------------------- 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 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 | 1 + 3 files changed, 19 insertions(+), 20 deletions(-)