Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij: "Some late GPIO fixes for the v5.9 series: - Fix compiler warnings on the OMAP when PM is disabled - Clear the interrupt when setting edge sensitivity on the Spreadtrum driver. - Fix up spurious interrupts on the TC35894. - Support threaded interrupts on the Siox controller. - Fix resource leaks on the mockup driver. - Fix line event handling in syscall compatible mode for the character device. - Fix an unitialized variable in the PCA953A driver. - Fix access to all GPIO IRQs on the Aspeed AST2600. - Fix line direction on the AMD FCH driver. - Use the bitmap API instead of compiler intrinsics for bit manipulation in the PCA953x driver" * tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x gpio: pca953x: Use bitmap API over implicit GCC extension gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION gpio: aspeed: fix ast2600 bank properties gpio/aspeed-sgpio: don't enable all interrupts by default gpio/aspeed-sgpio: enable access to all 80 input & output sgpios gpio: pca953x: Fix uninitialized pending variable gpiolib: Fix line event handling in syscall compatible mode gpio: mockup: fix resource leak in error path gpio: siox: explicitly support only threaded irqs gpio: tc35894: fix up tc35894 interrupt configuration gpio: sprd: Clear interrupt when setting the type as edge gpio: omap: Fix warnings if PM is disabled
Showing
- Documentation/devicetree/bindings/gpio/sgpio-aspeed.txt 3 additions, 2 deletionsDocumentation/devicetree/bindings/gpio/sgpio-aspeed.txt
- drivers/gpio/gpio-amd-fch.c 1 addition, 1 deletiondrivers/gpio/gpio-amd-fch.c
- drivers/gpio/gpio-aspeed-sgpio.c 87 additions, 47 deletionsdrivers/gpio/gpio-aspeed-sgpio.c
- drivers/gpio/gpio-aspeed.c 2 additions, 2 deletionsdrivers/gpio/gpio-aspeed.c
- drivers/gpio/gpio-mockup.c 2 additions, 0 deletionsdrivers/gpio/gpio-mockup.c
- drivers/gpio/gpio-omap.c 2 additions, 2 deletionsdrivers/gpio/gpio-omap.c
- drivers/gpio/gpio-pca953x.c 6 additions, 1 deletiondrivers/gpio/gpio-pca953x.c
- drivers/gpio/gpio-siox.c 1 addition, 0 deletionsdrivers/gpio/gpio-siox.c
- drivers/gpio/gpio-sprd.c 3 additions, 0 deletionsdrivers/gpio/gpio-sprd.c
- drivers/gpio/gpio-tc3589x.c 1 addition, 1 deletiondrivers/gpio/gpio-tc3589x.c
- drivers/gpio/gpiolib-cdev.c 30 additions, 4 deletionsdrivers/gpio/gpiolib-cdev.c
Please register or sign in to comment