Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij: "Some GPIO fixes. The ACPI stuff is probably the most annoying for users that get fixed this time. - Atomic contexts, cansleep* calls and such fastpath/slopwpath things. - Defer ACPI event handler registration to late_initcall() so IRQs do not fire in our face before other drivers have a chance to register handlers. - Race condition if a consumer requests a GPIO after gpiochip_add_data_with_key() but before of_gpiochip_add() - Probe errorpath in the dwapb driver" * tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: Fix crash due to registration race gpio: dwapb: Fix error handling in dwapb_gpio_probe() gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall gpiolib: acpi: Switch to cansleep version of GPIO library call gpio: adp5588: Fix sleep-in-atomic-context bug
No related branches found
No related tags found
Showing
- drivers/gpio/gpio-adp5588.c 20 additions, 4 deletionsdrivers/gpio/gpio-adp5588.c
- drivers/gpio/gpio-dwapb.c 1 addition, 0 deletionsdrivers/gpio/gpio-dwapb.c
- drivers/gpio/gpiolib-acpi.c 50 additions, 36 deletionsdrivers/gpio/gpiolib-acpi.c
- drivers/gpio/gpiolib-of.c 1 addition, 0 deletionsdrivers/gpio/gpiolib-of.c
Please register or sign in to comment