mbox series

[GIT,PULL] GPIO fixes for v5.3 take one

Message ID CACRpkdYOahn84UxZ_-YAQsP+4W+HQCAL7xEJieEDd53xLgaWfw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for v5.3 take one | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij July 17, 2019, 3:24 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 17, 2019, 8:20 p.m. UTC | #1
The pull request you sent on Wed, 17 Jul 2019 17:24:38 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.3-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c3c08f939abe3a1c95338a246c550aca0989dade

Thank you!