public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
@ 2026-03-09  7:50 Adrian Hunter
  2026-03-09 19:42 ` Frank Li
  2026-03-11 22:06 ` Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Hunter @ 2026-03-09  7:50 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: Frank.Li, linux-i3c

Add I3C controller PCI IDs for Intel Nova Lake-H.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
 drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
index d6bbc3f8cd2a..9468786fb853 100644
--- a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
+++ b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
@@ -472,6 +472,9 @@ static const struct pci_device_id mipi_i3c_hci_pci_devices[] = {
 	/* Nova Lake-S */
 	{ PCI_VDEVICE(INTEL, 0x6e2c), (kernel_ulong_t)&intel_mi_1_info},
 	{ PCI_VDEVICE(INTEL, 0x6e2d), (kernel_ulong_t)&intel_mi_2_info},
+	/* Nova Lake-H */
+	{ PCI_VDEVICE(INTEL, 0xd37c), (kernel_ulong_t)&intel_mi_1_info},
+	{ PCI_VDEVICE(INTEL, 0xd36f), (kernel_ulong_t)&intel_mi_2_info},
 	{ },
 };
 MODULE_DEVICE_TABLE(pci, mipi_i3c_hci_pci_devices);
-- 
2.51.0


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

* Re: [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
  2026-03-09  7:50 [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C Adrian Hunter
@ 2026-03-09 19:42 ` Frank Li
  2026-03-11 22:06 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Li @ 2026-03-09 19:42 UTC (permalink / raw)
  To: Adrian Hunter; +Cc: alexandre.belloni, linux-i3c

On Mon, Mar 09, 2026 at 09:50:45AM +0200, Adrian Hunter wrote:
> Add I3C controller PCI IDs for Intel Nova Lake-H.
>
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
> ---

Reviewed-by: Frank Li <Frank.Li@nxp.com>

>  drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
> index d6bbc3f8cd2a..9468786fb853 100644
> --- a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
> +++ b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
> @@ -472,6 +472,9 @@ static const struct pci_device_id mipi_i3c_hci_pci_devices[] = {
>  	/* Nova Lake-S */
>  	{ PCI_VDEVICE(INTEL, 0x6e2c), (kernel_ulong_t)&intel_mi_1_info},
>  	{ PCI_VDEVICE(INTEL, 0x6e2d), (kernel_ulong_t)&intel_mi_2_info},
> +	/* Nova Lake-H */
> +	{ PCI_VDEVICE(INTEL, 0xd37c), (kernel_ulong_t)&intel_mi_1_info},
> +	{ PCI_VDEVICE(INTEL, 0xd36f), (kernel_ulong_t)&intel_mi_2_info},
>  	{ },
>  };
>  MODULE_DEVICE_TABLE(pci, mipi_i3c_hci_pci_devices);
> --
> 2.51.0
>
>
> --
> linux-i3c mailing list
> linux-i3c@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-i3c

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

* Re: [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
  2026-03-09  7:50 [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C Adrian Hunter
  2026-03-09 19:42 ` Frank Li
@ 2026-03-11 22:06 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2026-03-11 22:06 UTC (permalink / raw)
  To: Adrian Hunter; +Cc: Frank.Li, linux-i3c

On Mon, 09 Mar 2026 09:50:45 +0200, Adrian Hunter wrote:
> Add I3C controller PCI IDs for Intel Nova Lake-H.
> 
> 

Applied, thanks!

[1/1] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
      https://git.kernel.org/i3c/c/3ca992dd980f

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

end of thread, other threads:[~2026-03-11 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09  7:50 [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C Adrian Hunter
2026-03-09 19:42 ` Frank Li
2026-03-11 22:06 ` Alexandre Belloni

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