* [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices
@ 2025-10-01 21:24 Hans de Goede
2025-10-06 6:30 ` Sakari Ailus
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Hans de Goede @ 2025-10-01 21:24 UTC (permalink / raw)
To: Israel Cepeda, Sakari Ailus, Linus Walleij, Bartosz Golaszewski
Cc: Hans de Goede, linux-gpio
Add "INTC10D1" ACPI device-id for MTL-CVF devices, like the Dell Latitude
7450.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2368506
Signed-off-by: Hans de Goede <hansg@kernel.org>
---
Note this applies on top of the addition of the new gpio-usbio driver which
is being merged through gregkh/usb.git usb-next
---
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 e13c120824e3..34d42c743d5b 100644
--- a/drivers/gpio/gpio-usbio.c
+++ b/drivers/gpio/gpio-usbio.c
@@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
{ "INTC1007" }, /* MTL */
{ "INTC10B2" }, /* ARL */
{ "INTC10B5" }, /* LNL */
+ { "INTC10D1" }, /* MTL-CVF */
{ "INTC10E2" }, /* PTL */
{ }
};
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices
2025-10-01 21:24 [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices Hans de Goede
@ 2025-10-06 6:30 ` Sakari Ailus
2025-10-09 1:51 ` Cepeda Lopez, Israel A
2025-10-09 10:10 ` Bartosz Golaszewski
2 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2025-10-06 6:30 UTC (permalink / raw)
To: Hans de Goede
Cc: Israel Cepeda, Linus Walleij, Bartosz Golaszewski, linux-gpio
Hi Hans,
Thank you for the patch.
On Wed, Oct 01, 2025 at 11:24:16PM +0200, Hans de Goede wrote:
> Add "INTC10D1" ACPI device-id for MTL-CVF devices, like the Dell Latitude
> 7450.
>
> Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2368506
> Signed-off-by: Hans de Goede <hansg@kernel.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
> Note this applies on top of the addition of the new gpio-usbio driver which
> is being merged through gregkh/usb.git usb-next
> ---
> 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 e13c120824e3..34d42c743d5b 100644
> --- a/drivers/gpio/gpio-usbio.c
> +++ b/drivers/gpio/gpio-usbio.c
> @@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
> { "INTC1007" }, /* MTL */
> { "INTC10B2" }, /* ARL */
> { "INTC10B5" }, /* LNL */
> + { "INTC10D1" }, /* MTL-CVF */
> { "INTC10E2" }, /* PTL */
> { }
> };
--
Kind regards,
Sakari Ailus
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices
2025-10-01 21:24 [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices Hans de Goede
2025-10-06 6:30 ` Sakari Ailus
@ 2025-10-09 1:51 ` Cepeda Lopez, Israel A
2025-10-09 10:10 ` Bartosz Golaszewski
2 siblings, 0 replies; 4+ messages in thread
From: Cepeda Lopez, Israel A @ 2025-10-09 1:51 UTC (permalink / raw)
To: Hans de Goede, Sakari Ailus, Linus Walleij, Bartosz Golaszewski
Cc: linux-gpio@vger.kernel.org
Thanks Hans
> Subject: [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices
>
> Add "INTC10D1" ACPI device-id for MTL-CVF devices, like the Dell Latitude
> 7450.
>
> Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2368506
> Signed-off-by: Hans de Goede <hansg@kernel.org>
Acked-by: Israel Cepeda <israel.a.cepeda.lopez@intel.com>
> ---
> Note this applies on top of the addition of the new gpio-usbio driver which
> is being merged through gregkh/usb.git usb-next
> ---
> 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 e13c120824e3..34d42c743d5b 100644
> --- a/drivers/gpio/gpio-usbio.c
> +++ b/drivers/gpio/gpio-usbio.c
> @@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] =
> {
> { "INTC1007" }, /* MTL */
> { "INTC10B2" }, /* ARL */
> { "INTC10B5" }, /* LNL */
> + { "INTC10D1" }, /* MTL-CVF */
> { "INTC10E2" }, /* PTL */
> { }
> };
> --
> 2.51.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices
2025-10-01 21:24 [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices Hans de Goede
2025-10-06 6:30 ` Sakari Ailus
2025-10-09 1:51 ` Cepeda Lopez, Israel A
@ 2025-10-09 10:10 ` Bartosz Golaszewski
2 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2025-10-09 10:10 UTC (permalink / raw)
To: Israel Cepeda, Sakari Ailus, Linus Walleij, Bartosz Golaszewski,
Hans de Goede
Cc: Bartosz Golaszewski, linux-gpio
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
On Wed, 01 Oct 2025 23:24:16 +0200, Hans de Goede wrote:
> Add "INTC10D1" ACPI device-id for MTL-CVF devices, like the Dell Latitude
> 7450.
>
>
The driver in question is already in Torvalds' tree so I'll take it with
some other fixes for v6.18-rc1.
[1/1] gpio: usbio: Add ACPI device-id for MTL-CVF devices
https://git.kernel.org/brgl/linux/c/aa34ae9db2e8b397330fb986ff69ea7ef332ca40
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-09 10:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 21:24 [PATCH] gpio: usbio: Add ACPI device-id for MTL-CVF devices Hans de Goede
2025-10-06 6:30 ` Sakari Ailus
2025-10-09 1:51 ` Cepeda Lopez, Israel A
2025-10-09 10:10 ` Bartosz Golaszewski
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).