Hi Linux GPIO maintainers, Couple of fixes related to GPIO ACPI library. Second one is not a fix per se, but coupled together, so we won't have other issues WRT unsignedness of the pin from ACPI tables. Please, pull. Thanks, With Best Regards, Andy Shevchenko The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.18-2 for you to fetch changes up to 0c2cae09a765b1c1d842eb9328982976ec735926: gpiolib: acpi: Convert type for pin to be unsigned (2022-04-08 15:13:22 +0300) ---------------------------------------------------------------- intel-gpio for v5.18-2 * Couple of fixes related to handling unsigned value of the pin from ACPI The following is an automated git shortlog grouped by driver: gpiolib: - acpi: Convert type for pin to be unsigned - acpi: use correct format characters ---------------------------------------------------------------- Andy Shevchenko (1): gpiolib: acpi: Convert type for pin to be unsigned Linus Torvalds (1): gpiolib: acpi: use correct format characters drivers/gpio/gpiolib-acpi.c | 22 ++++++++++++---------- include/linux/gpio/consumer.h | 8 +++++++- 2 files changed, 19 insertions(+), 11 deletions(-) -- With Best Regards, Andy Shevchenko