All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] intel-gpio for 5.17-1
@ 2021-12-15 14:33 Andy Shevchenko
  2021-12-16  9:14 ` Bartosz Golaszewski
  0 siblings, 1 reply; 11+ messages in thread
From: Andy Shevchenko @ 2021-12-15 14:33 UTC (permalink / raw)
  To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko

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@gitolite.kernel.org: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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-17 11:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 14:33 [GIT PULL] intel-gpio for 5.17-1 Andy Shevchenko
2021-12-16  9:14 ` Bartosz Golaszewski
2021-12-16 11:36   ` Andy Shevchenko
2021-12-16 11:46     ` Bartosz Golaszewski
2021-12-16 13:05       ` Andy Shevchenko
2021-12-16 13:13         ` Andy Shevchenko
2021-12-16 14:01         ` Bartosz Golaszewski
2021-12-17  9:52           ` Andy Shevchenko
2021-12-17 11:13             ` Bartosz Golaszewski
2021-12-17 11:29               ` Bartosz Golaszewski
2021-12-17 11:47                 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.