[GIT PULL] GPIO fixes for v4.12 last one
From: Linus Walleij
Date: Sat Jul 01 2017 - 08:18:21 EST
Hi Linus,
just when I thought everything was setting down nicely last minute
fixes appear. Like sunspots.
Please pull it in, I would have sent earlier this week but the 0day
builder was unresponsive so I wanted it to land in linux-next
first.
(If it's too late, it's too late, I just fold it into the v4.13 window and
tag for stable then, no big deal.)
Yours,
Linus Walleij
The following changes since commit c0bc126f97fb929b3ae02c1c62322645d70eb408:
Linux 4.12-rc7 (2017-06-25 18:30:05 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.12-4
for you to fetch changes up to c06632ea054c49510efacb42c52aab693c45b7ba:
gpio: acpi: Skip _AEI entries without a handler rather then aborting
the scan (2017-06-29 14:55:08 +0200)
----------------------------------------------------------------
Last minute fixes for GPIO:
- Fix another ACPI problem with broken BIOSes.
- Filter out the GPIO right events, making a very user-visible bug
go away.
----------------------------------------------------------------
Bartosz Golaszewski (1):
gpiolib: fix filtering out unwanted events
Hans de Goede (1):
gpio: acpi: Skip _AEI entries without a handler rather then
aborting the scan
drivers/gpio/gpiolib-acpi.c | 2 +-
drivers/gpio/gpiolib.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)