Message ID | YlQ5B6+iE0o2xe0e@black.fi.intel.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] intel-gpio for 5.18-2 | expand |
On Mon, Apr 11, 2022 at 4:19 PM Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > > 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@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.18-2 > Pulled, thanks! Could you please use the publicly accessible version of the address in the future? Bart > 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 > >