linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: intel: Add generic platform driver
@ 2023-11-13 12:28 Andy Shevchenko
  2023-11-13 12:28 ` [PATCH v2 1/2] pinctrl: intel: Revert "Unexport intel_pinctrl_probe()" Andy Shevchenko
  2023-11-13 12:28 ` [PATCH v2 2/2] pinctrl: intel: Add a generic Intel pin control platform driver Andy Shevchenko
  0 siblings, 2 replies; 7+ messages in thread
From: Andy Shevchenko @ 2023-11-13 12:28 UTC (permalink / raw)
  To: Andy Shevchenko, Raag Jadav, Mika Westerberg, linux-kernel,
	linux-gpio
  Cc: Andy Shevchenko, Linus Walleij

New Intel platforms one-by-one will be switching to use generic
approach for the pin control description in ACPI, hence this driver.

It depends on the series
https://lore.kernel.org/r/20231030120734.2831419-1-andriy.shevchenko@linux.intel.com,
which is pending for v6.8-rc1 (will be soon in Linux Next).

In v2:
- squashed ID patch into the driver one (Mika)
- added the list of platforms/SoCs that requires this driver (Mika)
- added a comment about single community per device (Mika)
- miscellaneous fixes (Mika)

Andy Shevchenko (2):
  pinctrl: intel: Revert "Unexport intel_pinctrl_probe()"
  pinctrl: intel: Add a generic Intel pin control platform driver

 drivers/pinctrl/intel/Kconfig                 |  10 +
 drivers/pinctrl/intel/Makefile                |   1 +
 .../pinctrl/intel/pinctrl-intel-platform.c    | 225 ++++++++++++++++++
 drivers/pinctrl/intel/pinctrl-intel.c         |   5 +-
 drivers/pinctrl/intel/pinctrl-intel.h         |   3 +
 5 files changed, 242 insertions(+), 2 deletions(-)
 create mode 100644 drivers/pinctrl/intel/pinctrl-intel-platform.c

-- 
2.43.0.rc1.1.gbec44491f096


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

end of thread, other threads:[~2023-11-14 12:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13 12:28 [PATCH v2 0/2] pinctrl: intel: Add generic platform driver Andy Shevchenko
2023-11-13 12:28 ` [PATCH v2 1/2] pinctrl: intel: Revert "Unexport intel_pinctrl_probe()" Andy Shevchenko
2023-11-13 12:28 ` [PATCH v2 2/2] pinctrl: intel: Add a generic Intel pin control platform driver Andy Shevchenko
2023-11-14  1:46   ` kernel test robot
2023-11-14 11:41     ` Andy Shevchenko
2023-11-14 11:50       ` Mika Westerberg
2023-11-14 12:11         ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).