On Wed, Dec 15, 2021 at 3:33 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > Hi Linux GPIO maintainers, > > Approximately a dozen of changes for v5.17 against Intel GPIO drivers and > GPIO ACPI library. It has ben a while in Linux Next without any error reported. > > Thanks, > > With Best Regards, > Andy Shevchenko > > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: > > Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) > > are available in the Git repository at: > > git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.17-1 > > for you to fetch changes up to 9d5f0f6644b1404f40266a2682add712dc9931f5: > > gpio: sch: fix typo in a comment (2021-12-13 13:29:09 +0200) > > ---------------------------------------------------------------- > intel-gpio for v5.17-1 > > * Don't set type for IRQ already in use in case of ACPI > * Drop unused call from GPIO ACPI library > * Clean up ML IOH and PCH GPIO drivers to make it closer to each other > * Clarify use of register file version in DesignWare driver > > The following is an automated git shortlog grouped by driver: > > dwapb: > - clarify usage of the register file version > > gpiolib: > - acpi: Unify debug and other messages format > - acpi: Do not set the IRQ type if the IRQ is already in use > - acpi: shrink devm_acpi_dev_add_driver_gpios() > - acpi: Remove never used devm_acpi_dev_remove_driver_gpios() > > ml-ioh: > - Change whitespace to match gpio-pch.c > - Use BIT() to match gpio-pch.c > - Cache &pdev->dev to reduce repetition > > pch: > - Cache &pdev->dev to reduce repetition > - Use .driver_data instead of checking Device IDs again > > sch: > - fix typo in a comment > > ---------------------------------------------------------------- > Andy Shevchenko (4): > gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios() > gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios() > gpiolib: acpi: Unify debug and other messages format > gpio: dwapb: clarify usage of the register file version > > Bjorn Helgaas (5): > gpio: pch: Use .driver_data instead of checking Device IDs again > gpio: pch: Cache &pdev->dev to reduce repetition > gpio: ml-ioh: Cache &pdev->dev to reduce repetition > gpio: ml-ioh: Use BIT() to match gpio-pch.c > gpio: ml-ioh: Change whitespace to match gpio-pch.c > > Hans de Goede (1): > gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use > > Jason Wang (1): > gpio: sch: fix typo in a comment > > drivers/gpio/gpio-dwapb.c | 10 +++++---- > drivers/gpio/gpio-ml-ioh.c | 52 +++++++++++++++++++++---------------------- > drivers/gpio/gpio-pch.c | 42 +++++++++++++++++----------------- > drivers/gpio/gpio-sch.c | 2 +- > drivers/gpio/gpiolib-acpi.c | 51 ++++++++++++++++++------------------------ > include/linux/gpio/consumer.h | 2 -- > 6 files changed, 75 insertions(+), 84 deletions(-) > > -- > With Best Regards, > Andy Shevchenko > > Pulled, thanks! Bart