Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij: "As you can see [in the git history] I was away on leave and Bartosz kindly stepped in and collected a slew of fixes, I pulled them into my tree in two sets and merged some two more fixes (fixing my own caused bugs) on top. Summary: - Revert the extended use of gpio_set_config() and think about how we can do this properly. - Fix up the SPI CS GPIO handling so it now works properly on the SPI bus children, as intended. - Error paths and driver fixes" * tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: mockup: use simple_read_from_buffer() in debugfs read callback gpio: of: Fix of_gpiochip_add() error path gpio: of: Check for "spi-cs-high" in child instead of parent node gpio: of: Check propname before applying "cs-gpios" quirks gpio: mockup: fix debugfs read Revert "gpio: use new gpio_set_config() helper in more places" gpio: aspeed: fix a potential NULL pointer dereference gpio: amd-fch: Fix bogus SPDX identifier gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input gpio: exar: add a check for the return value of ida_simple_get fails
Showing
- drivers/gpio/gpio-adnp.c 4 additions, 2 deletionsdrivers/gpio/gpio-adnp.c
- drivers/gpio/gpio-aspeed.c 2 additions, 0 deletionsdrivers/gpio/gpio-aspeed.c
- drivers/gpio/gpio-exar.c 2 additions, 0 deletionsdrivers/gpio/gpio-exar.c
- drivers/gpio/gpio-mockup.c 3 additions, 7 deletionsdrivers/gpio/gpio-mockup.c
- drivers/gpio/gpiolib-of.c 12 additions, 5 deletionsdrivers/gpio/gpiolib-of.c
- drivers/gpio/gpiolib.c 2 additions, 2 deletionsdrivers/gpio/gpiolib.c
- include/linux/platform_data/gpio/gpio-amd-fch.h 1 addition, 1 deletioninclude/linux/platform_data/gpio/gpio-amd-fch.h
Loading
Please register or sign in to comment