mbox series

[GIT,PULL] gpio fixes for v5.3-rc1

Message ID 20190715095903.18307-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio fixes for v5.3-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-rc1-fixes-for-linus

Message

Bartosz Golaszewski July 15, 2019, 9:59 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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(-)

Comments

Linus Walleij July 16, 2019, 9:13 a.m. UTC | #1
On Mon, Jul 15, 2019 at 11:59 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> 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)

Pulled into my "fixes" branch, excellent, thanks!

Linus Walleij