All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] mfd: intel-lpss: Add support for ADL-P i2c6 and i2c7
@ 2022-05-20 19:35 gaggery.tsai
  2022-05-23 13:09 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: gaggery.tsai @ 2022-05-20 19:35 UTC (permalink / raw)
  To: Andy Shevchenko, Lee Jones, Orlando Chamberlain, linux-kernel
  Cc: Gaggery Tsai

From: Gaggery Tsai <gaggery.tsai@intel.com>

Added 8086:51d8 and 8086:51d9 to the intel_lpss_pci driver. They are
Intel Alder Lake-P i2c controllers.

Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/mfd/intel-lpss-pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index 962ee14c62dd..f7950d2197df 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -319,6 +319,8 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
 	{ PCI_VDEVICE(INTEL, 0x51c5), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x51c6), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x51c7), (kernel_ulong_t)&bxt_uart_info },
+	{ PCI_VDEVICE(INTEL, 0x51d8), (kernel_ulong_t)&bxt_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x51d9), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x51e8), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x51e9), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x51ea), (kernel_ulong_t)&bxt_i2c_info },
-- 
2.17.1


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

* Re: [PATCH v1 1/1] mfd: intel-lpss: Add support for ADL-P i2c6 and i2c7
  2022-05-20 19:35 [PATCH v1 1/1] mfd: intel-lpss: Add support for ADL-P i2c6 and i2c7 gaggery.tsai
@ 2022-05-23 13:09 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2022-05-23 13:09 UTC (permalink / raw)
  To: gaggery.tsai; +Cc: Andy Shevchenko, Orlando Chamberlain, linux-kernel

On Fri, 20 May 2022, gaggery.tsai@intel.com wrote:

> From: Gaggery Tsai <gaggery.tsai@intel.com>
> 
> Added 8086:51d8 and 8086:51d9 to the intel_lpss_pci driver. They are
> Intel Alder Lake-P i2c controllers.
> 
> Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/mfd/intel-lpss-pci.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2022-05-23 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 19:35 [PATCH v1 1/1] mfd: intel-lpss: Add support for ADL-P i2c6 and i2c7 gaggery.tsai
2022-05-23 13:09 ` Lee Jones

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.