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