mbox series

[GIT,PULL] GPIO fixes for the v5.8 series

Message ID CACRpkdYXcvN_Sqk=Am_r3uyNEfcnta7ZQuYEmBO8g=Wsp4y27w@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for the v5.8 series | expand

Pull-request

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

Message

Linus Walleij July 10, 2020, 3:32 p.m. UTC
Hi Linus,

here are some GPIO fixes, most of them for the PCA953x
that Andy worked hard to fix up.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 93e0272a4395819d51c7501b3cde771863ccecd2:

  Merge tag 'gpio-fixes-for-v5.8-rc3' of
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes
(2020-06-26 23:53:25 +0200)

----------------------------------------------------------------
GPIO fixes for the v5.8 series:

- Fix two runtime PM errorpath problems in the Arizona
  GPIO driver.

- Fix three interrupt issues in the PCA953x driver.

- Fix the automatic address increment handling in the
  PCA953x driver again.

- Add a quirk to the PCA953x that fixes a problem in
  the Intel Galileo Gen 2.

----------------------------------------------------------------
Andy Shevchenko (5):
      gpio: pca953x: Synchronize interrupt handler properly
      gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2
      gpio: pca953x: Fix direction setting when configure an IRQ
      gpio: pca953x: disable regmap locking for automatic address incrementing
      gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2

Linus Walleij (1):
      Merge tag 'gpio-fixes-for-v5.8-rc3' of
git://git.kernel.org/.../brgl/linux into fixes

Navid Emamdoost (2):
      gpio: arizona: handle pm_runtime_get_sync failure case
      gpio: arizona: put pm_runtime in case of failure

 drivers/gpio/gpio-arizona.c |  7 +++-
 drivers/gpio/gpio-pca953x.c | 99 ++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 100 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org July 10, 2020, 4:55 p.m. UTC | #1
The pull request you sent on Fri, 10 Jul 2020 17:32:11 +0200:

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

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

Thank you!