[GIT PULL] gpio: fixes for v5.17

From: Bartosz Golaszewski
Date: Thu Mar 10 2022 - 04:24:37 EST


Linus,

Please pull the following set of fixes from the GPIO subsystem. They come
in quite late but there's nothing controversial and they're quite small.

Best Regards,
Bartosz Golaszewski

The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:

Linux 5.17-rc7 (2022-03-06 14:28:31 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17

for you to fetch changes up to 55d01c98a88b346e217eaa931b32e7baea905c9a:

gpio: sim: fix a typo (2022-03-10 10:02:19 +0100)

----------------------------------------------------------------
gpio fixes for v5.17

- fix a probe failure for Tegra241 GPIO controller in gpio-tegra186
- revert changes that caused a regression in the sysfs user-space interface
- correct the debounce time conversion in GPIO ACPI
- statify a struct in gpio-sim and fix a typo
- update registers in correct order (hardware quirk) in gpio-ts4900

----------------------------------------------------------------
Akhil R (1):
gpio: tegra186: Add IRQ per bank for Tegra241

Andy Shevchenko (2):
gpiolib: acpi: Convert ACPI value of debounce to microseconds
gpio: sim: Declare gpio_sim_hog_config_item_ops static

Bartosz Golaszewski (1):
gpio: sim: fix a typo

Marcelo Roberto Jimenez (1):
gpio: Revert regression in sysfs-gpio (gpiolib.c)

Mark Featherston (1):
gpio: ts4900: Do not set DAT and OE together

drivers/gpio/gpio-sim.c | 4 ++--
drivers/gpio/gpio-tegra186.c | 2 ++
drivers/gpio/gpio-ts4900.c | 24 +++++++++++++++++++-----
drivers/gpio/gpiolib-acpi.c | 6 ++++--
drivers/gpio/gpiolib.c | 20 ++++++++++----------
5 files changed, 37 insertions(+), 19 deletions(-)