Merge tag 'gpio-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij: - LP87565: set the proper output level for direction_output. - stm32: fix the kernel build by selecting the hierarchical irqdomain symbol properly - this happens to be done in the pin control framework but whatever, it had dependencies to GPIO so we need to apply it here. - Select the hierarchical IRQ domain also for Xgene. - Fix wakeups to work on MXC. - Fix up the device tree binding on Exar that went astray, also add the right bindings. - Fix the unwanted events for edges from the library. - Fix the unbalanced chanined IRQ on the Tegra. * tag 'gpio-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: tegra: fix unbalanced chained_irq_enter/exit gpiolib: skip unwanted events, don't convert them to opposite edge gpio: exar: Use correct property prefix and document bindings gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake source gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHY pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends on gpio: lp87565: Set proper output level and direction for direction_output MAINTAINERS: Add entry for Whiskey Cove PMIC GPIO driver
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/gpio/gpio-exar.txt 5 additions, 0 deletionsDocumentation/devicetree/bindings/gpio/gpio-exar.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/gpio/Kconfig 1 addition, 0 deletionsdrivers/gpio/Kconfig
- drivers/gpio/gpio-exar.c 1 addition, 1 deletiondrivers/gpio/gpio-exar.c
- drivers/gpio/gpio-lp87565.c 24 additions, 22 deletionsdrivers/gpio/gpio-lp87565.c
- drivers/gpio/gpio-mxc.c 3 additions, 0 deletionsdrivers/gpio/gpio-mxc.c
- drivers/gpio/gpio-tegra.c 3 additions, 3 deletionsdrivers/gpio/gpio-tegra.c
- drivers/gpio/gpiolib.c 4 additions, 5 deletionsdrivers/gpio/gpiolib.c
- drivers/pinctrl/stm32/Kconfig 5 additions, 4 deletionsdrivers/pinctrl/stm32/Kconfig
- drivers/tty/serial/8250/8250_exar.c 2 additions, 2 deletionsdrivers/tty/serial/8250/8250_exar.c
Loading
Please register or sign in to comment