* [PATCH v2 0/2] Add Nova Lake (NVL) ACPI device IDs to the usbio GPIO and I2C drivers.
@ 2026-04-10 14:10 Arun T
2026-04-10 14:10 ` [PATCH v2 2/2] i2c: 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:10 UTC (permalink / raw)
To: israel.a.cepeda.lopez, hansg, andi.shyti
Cc: sakari.ailus, linux-i2c, 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 2/2] i2c: usbio: Add ACPI device-id for NVL platforms
2026-04-10 14:10 [PATCH v2 0/2] Add Nova Lake (NVL) ACPI device IDs to the usbio GPIO and I2C drivers Arun T
@ 2026-04-10 14:10 ` Arun T
0 siblings, 0 replies; 2+ messages in thread
From: Arun T @ 2026-04-10 14:10 UTC (permalink / raw)
To: israel.a.cepeda.lopez, hansg, andi.shyti
Cc: sakari.ailus, linux-i2c, linux-kernel, arun.t, miguel.vadillo
Add device IDs of Nova Lake into i2c-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/i2c/busses/i2c-usbio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/busses/i2c-usbio.c b/drivers/i2c/busses/i2c-usbio.c
index e7799abf6787..259754e5fd05 100644
--- a/drivers/i2c/busses/i2c-usbio.c
+++ b/drivers/i2c/busses/i2c-usbio.c
@@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_i2c_acpi_hids[] = {
{ "INTC10B6" }, /* LNL */
{ "INTC10D2" }, /* MTL-CVF */
{ "INTC10E3" }, /* PTL */
+ { "INTC1118" }, /* NVL */
{ }
};
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-10 14:17 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:10 [PATCH v2 0/2] Add Nova Lake (NVL) ACPI device IDs to the usbio GPIO and I2C drivers Arun T
2026-04-10 14:10 ` [PATCH v2 2/2] i2c: 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