mbox series

[GIT,PULL] GPIO fixes for v5.4 take two

Message ID CACRpkdb_iv9Ywpddu1AiG+b+AMC7LUcnPRjf7yPHnt78JNDtuQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for v5.4 take two | expand

Pull-request

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

Message

Linus Walleij Oct. 17, 2019, 7:18 a.m. UTC
Hi Linus,

here are some GPIO fixes, pertaining to Intel SoCs.

Details in the signed tag as usual.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 75e99bf5ed8fa74bc80d693d8e0a24eeaa38202b:

  gpio: lynxpoint: set default handler to be handle_bad_irq()
(2019-10-15 01:19:05 +0200)

----------------------------------------------------------------
GPIO fixes for the v5.4 series

The fixes pertain to a problem with initializing the Intel GPIO
irqchips when adding gpiochips, Andy fixed it up elegantly by
adding a hardware initialization callback to the struct
gpio_irq_chip so let's use this. Tested and verified on the
target hardware.

----------------------------------------------------------------
Andy Shevchenko (6):
      gpio: merrifield: Restore use of irq_base
      gpiolib: Initialize the hardware with a callback
      gpio: intel-mid: Move hardware initialization to callback
      gpio: lynxpoint: Move hardware initialization to callback
      gpio: merrifield: Move hardware initialization to callback
      gpio: lynxpoint: set default handler to be handle_bad_irq()

 drivers/gpio/gpio-intel-mid.c  |  9 ++++++---
 drivers/gpio/gpio-lynxpoint.c  | 10 ++++++----
 drivers/gpio/gpio-merrifield.c |  9 ++++++---
 drivers/gpio/gpiolib.c         | 22 +++++++++++++++++++++-
 include/linux/gpio/driver.h    |  8 ++++++++
 5 files changed, 47 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 17, 2019, 4:10 p.m. UTC | #1
The pull request you sent on Thu, 17 Oct 2019 09:18:32 +0200:

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

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

Thank you!