mbox series

[GIT,PULL] final GPIO fixes for v5.3

Message ID CACRpkdbZE2dwmaE2-NF_p6XQodBb=34tOxyDgfbAWjiirTgj+Q@mail.gmail.com
State New
Headers show
Series [GIT,PULL] final GPIO fixes for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij Sept. 12, 2019, 8:10 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2019, 10:15 a.m. UTC | #1
The pull request you sent on Thu, 12 Sep 2019 09:10:10 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.3-6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9c09f623487178867d8000af337585b84b1f53d9

Thank you!