[GIT PULL] final GPIO fixes for v5.3
From: Linus Walleij
Date: Thu Sep 12 2019 - 04:10:26 EST
Hi Linus,
I don't really like to send so many fixes at the very last minute,
but the bug-sport activity is unpredictable.
Four out of three are -stable material that will go everywhere,
one is for the current cycle.
Please pull them in!
Yours,
Linus Walleij
The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e:
Linux 5.3-rc8 (2019-09-08 13:33:15 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.3-6
for you to fetch changes up to 61f7f7c8f978b1c0d80e43c83b7d110ca0496eb4:
gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and
blacklist (2019-09-11 10:46:54 +0100)
----------------------------------------------------------------
GPIO fixes for v5.3:
- An ACPI DSDT error fixup of the type we always see and
Hans invariably gets to fix.
- A OF quirk fix for the current release (v5.3)
- Some consistency checks on the userspace ABI.
- A memory leak.
----------------------------------------------------------------
Dmitry Torokhov (1):
gpiolib: of: fix fallback quirks handling
Hans de Goede (1):
gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option
and blacklist
Kent Gibson (2):
gpio: fix line flag validation in linehandle_create
gpio: fix line flag validation in lineevent_create
Linus Walleij (1):
Merge tag 'gpio-v5.4-fixes-for-linus' of
git://git.kernel.org/.../brgl/linux into fixes
Wei Yongjun (1):
gpio: mockup: add missing single_release()
drivers/gpio/gpio-mockup.c | 1 +
drivers/gpio/gpiolib-acpi.c | 42 ++++++++++++++++++++++++++++++++++++++----
drivers/gpio/gpiolib-of.c | 27 +++++++++------------------
drivers/gpio/gpiolib.c | 16 +++++++++++-----
4 files changed, 59 insertions(+), 27 deletions(-)