public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Nova Lake (NVL) ACPI device IDs to the usbio GPIO and I2C drivers.
@ 2026-04-10 14:08 Arun T
  2026-04-10 14:08 ` [PATCH v2 1/2] gpio: usbio: Add ACPI device-id for NVL platforms Arun T
  0 siblings, 1 reply; 2+ messages in thread
From: Arun T @ 2026-04-10 14:08 UTC (permalink / raw)
  To: israel.a.cepeda.lopez, hansg, linusw, brgl
  Cc: sakari.ailus, linux-gpio, linux-kernel, arun.t, miguel.vadillo

This patch series add NVL ACPI device ID to USBIO gpio and i2c drivers.

Changes in v2:
	- Updated commit message sentence end.
	- Added Reviewed-by tag from Sakari Ailus to patch 1/2

Suggested by Sakari:
	- Add sentences end in a period.
	- Add Reviewed-by tag. 

Arun T (2):
  gpio: usbio: Add ACPI device-id for NVL platforms
  i2c: usbio: Add ACPI device-id for NVL platforms

 drivers/gpio/gpio-usbio.c      | 1 +
 drivers/i2c/busses/i2c-usbio.c | 1 +
 2 files changed, 2 insertions(+)

-- 
2.43.0


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

* [PATCH v2 1/2] gpio: usbio: Add ACPI device-id for NVL platforms
  2026-04-10 14:08 [PATCH v2 0/2] Add Nova Lake (NVL) ACPI device IDs to the usbio GPIO and I2C drivers Arun T
@ 2026-04-10 14:08 ` Arun T
  0 siblings, 0 replies; 2+ messages in thread
From: Arun T @ 2026-04-10 14:08 UTC (permalink / raw)
  To: israel.a.cepeda.lopez, hansg, linusw, brgl
  Cc: sakari.ailus, linux-gpio, linux-kernel, arun.t, miguel.vadillo

Add device IDs of Nova Lake into gpio-usbio support list.

Signed-off-by: Arun T <arun.t@intel.com>
Reviewed-by: Vadillo Miguel <miguel.vadillo@intel.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/gpio/gpio-usbio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-usbio.c b/drivers/gpio/gpio-usbio.c
index 34d42c743d5b..489c8ac6299e 100644
--- a/drivers/gpio/gpio-usbio.c
+++ b/drivers/gpio/gpio-usbio.c
@@ -31,6 +31,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
 	{ "INTC10B5" }, /* LNL */
 	{ "INTC10D1" }, /* MTL-CVF */
 	{ "INTC10E2" }, /* PTL */
+	{ "INTC1116" }, /* NVL */
 	{ }
 };
 
-- 
2.43.0


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

end of thread, other threads:[~2026-04-10 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 14:08 [PATCH v2 0/2] Add Nova Lake (NVL) ACPI device IDs to the usbio GPIO and I2C drivers Arun T
2026-04-10 14:08 ` [PATCH v2 1/2] gpio: usbio: Add ACPI device-id for NVL platforms Arun T

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox