[GIT PULL] GPIO fixes for v5.4

From: Linus Walleij
Date: Thu Nov 21 2019 - 02:11:58 EST


Hi Linus,

a last set of small fixes for GPIO, this cycle was quite busy.

Details in the signed tag, please pull it in!

Yours,
Linus Walleij

The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.4-5

for you to fetch changes up to cbdaa5e7bd90db9980ff6187baea9d49fc4de960:

Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes
(2019-11-13 22:58:01 +0100)

----------------------------------------------------------------
GPIO fixes for v5.4:

- Fix debounce delays on the MAX77620 GPIO expander
- Use the correct unit for debounce times on the BD70528 GPIO expander
- Get proper deps for parallel builds of the GPIO tools
- Add a specific ACPI quirk for the Terra Pad 1061

----------------------------------------------------------------
Hans de Goede (1):
gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist

Laura Abbott (1):
tools: gpio: Correctly add make dependencies for gpio_utils

Linus Walleij (1):
Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of
git://git.kernel.org/.../brgl/linux into fixes

Thierry Reding (2):
gpio: max77620: Fixup debounce delays
gpio: bd70528: Use correct unit for debounce times

drivers/gpio/gpio-bd70528.c | 6 +++---
drivers/gpio/gpio-max77620.c | 6 +++---
drivers/gpio/gpiolib-acpi.c | 17 +++++++++++++++++
tools/gpio/Build | 1 +
tools/gpio/Makefile | 10 +++++++---
5 files changed, 31 insertions(+), 9 deletions(-)