From: Arun T <arun.t@intel.com>
To: israel.a.cepeda.lopez@intel.com, hansg@kernel.org, andi.shyti@kernel.org
Cc: sakari.ailus@linux.intel.com, linux-i2c@vger.kernel.org,
linux-kernel@vger.kernel.org, arun.t@intel.com,
miguel.vadillo@intel.com
Subject: [PATCH v2 2/2] i2c: usbio: Add ACPI device-id for NVL platforms
Date: Fri, 10 Apr 2026 19:40:38 +0530 [thread overview]
Message-ID: <20260410141038.585760-2-arun.t@intel.com> (raw)
In-Reply-To: <20260410141038.585760-1-arun.t@intel.com>
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
next prev parent reply other threads:[~2026-04-10 14:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2026-04-14 22:26 ` [PATCH v2 2/2] i2c: usbio: Add ACPI device-id for NVL platforms Andi Shyti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260410141038.585760-2-arun.t@intel.com \
--to=arun.t@intel.com \
--cc=andi.shyti@kernel.org \
--cc=hansg@kernel.org \
--cc=israel.a.cepeda.lopez@intel.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miguel.vadillo@intel.com \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.