Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij: "A set of fixes for the v5.5 series: - Fix the build for the Xtensa driver. - Make sure to set up the parent device for mpc8xxx. - Clarify the look-up error message. - Fix the usage of the line direction in the mockup device. - Fix a type warning on the Aspeed driver. - Remove the pointless __exit annotation on the xgs-iproc which is causing a compilation problem. - Fix up emultation of open drain outputs .get_direction() - Fix the IRQ callbacks on the PCA953xx to use bitops and work properly. - Fix the Kconfig on the Tegra driver" * tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: tegra186: Allow building on Tegra194-only configurations gpio: pca953x: Switch to bitops in IRQ callbacks gpiolib: fix up emulated open drain outputs MAINTAINERS: Append missed file to the database gpio: xgs-iproc: remove __exit annotation for iproc_gpio_remove gpio: aspeed: avoid return type warning gpio: mockup: Fix usage of new GPIO_LINE_DIRECTION gpio: Fix error message on out-of-range GPIO in lookup table gpio: mpc8xxx: Add platform device to gpiochip->parent gpio: xtensa: fix driver build
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/gpio/Kconfig 2 additions, 2 deletionsdrivers/gpio/Kconfig
- drivers/gpio/gpio-aspeed-sgpio.c 1 addition, 1 deletiondrivers/gpio/gpio-aspeed-sgpio.c
- drivers/gpio/gpio-mockup.c 5 additions, 2 deletionsdrivers/gpio/gpio-mockup.c
- drivers/gpio/gpio-mpc8xxx.c 1 addition, 0 deletionsdrivers/gpio/gpio-mpc8xxx.c
- drivers/gpio/gpio-pca953x.c 10 additions, 16 deletionsdrivers/gpio/gpio-pca953x.c
- drivers/gpio/gpio-xgs-iproc.c 1 addition, 1 deletiondrivers/gpio/gpio-xgs-iproc.c
- drivers/gpio/gpio-xtensa.c 3 additions, 4 deletionsdrivers/gpio/gpio-xtensa.c
- drivers/gpio/gpiolib.c 11 additions, 2 deletionsdrivers/gpio/gpiolib.c
Please register or sign in to comment