mbox series

[GIT,PULL] GPIO fixes for v5.6

Message ID CACRpkdY8d=zG-z0Ju7k3Suj+seiexAdyQezcMxWV5rKHJhE3+Q@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for v5.6 | expand

Pull-request

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

Message

Linus Walleij March 25, 2020, 7 p.m. UTC
Hi Linus,

here are some additional GPIO fixes for the v5.6 series.

Sorry that it is coming in late, we had some issues with retagging
one of the patches due to problems in -next but overall it is just
bad timing and me being a bit snowed under.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

  Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0c625ccfe6f754d0896b8881f5c85bcb81699f1f:

  gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT +
AXP288 model (2020-03-24 10:06:54 +0100)

----------------------------------------------------------------
GPIO fixes for the v5.6 series:

- One core quirk by myself to fix the .irq_disable()
  semantics when the gpiolib core takes over this callback.

- The rest is an elaborate series of 4 patches fixing Intel
  laptop ACPI wakeup quirks.

----------------------------------------------------------------
Hans de Goede (4):
      gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
      gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
      gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT +
AXP288 model
      gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT +
AXP288 model

Linus Walleij (1):
      gpiolib: Fix irq_disable() semantics

 drivers/gpio/gpiolib-acpi.c | 140 ++++++++++++++++++++++++++++++++++++--------
 drivers/gpio/gpiolib.c      |   9 ++-
 2 files changed, 122 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org March 25, 2020, 9:20 p.m. UTC | #1
The pull request you sent on Wed, 25 Mar 2020 20:00:14 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1dfb642b10158b45068102402decc3bcf853cb76

Thank you!