All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs
@ 2019-04-30 16:56 Andy Shevchenko
  2019-05-02  7:14 ` Jarkko Nikula
  2019-05-08 11:26 ` Lee Jones
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2019-04-30 16:56 UTC (permalink / raw)
  To: Lee Jones, linux-kernel, Jarkko Nikula, Evan Green; +Cc: Andy Shevchenko

Intel Comet Lake has the same LPSS than Intel Cannon Lake.
Add the new IDs to the list of supported devices.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
- update i2c info
 drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index a67f67c90ec4..417569482481 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -129,6 +129,19 @@ static const struct intel_lpss_platform_info cnl_i2c_info = {
 };
 
 static const struct pci_device_id intel_lpss_pci_ids[] = {
+	/* CML */
+	{ PCI_VDEVICE(INTEL, 0x02a8), (kernel_ulong_t)&spt_uart_info },
+	{ PCI_VDEVICE(INTEL, 0x02a9), (kernel_ulong_t)&spt_uart_info },
+	{ PCI_VDEVICE(INTEL, 0x02aa), (kernel_ulong_t)&spt_info },
+	{ PCI_VDEVICE(INTEL, 0x02ab), (kernel_ulong_t)&spt_info },
+	{ PCI_VDEVICE(INTEL, 0x02c5), (kernel_ulong_t)&cnl_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x02c6), (kernel_ulong_t)&cnl_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x02c7), (kernel_ulong_t)&spt_uart_info },
+	{ PCI_VDEVICE(INTEL, 0x02e8), (kernel_ulong_t)&cnl_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x02e9), (kernel_ulong_t)&cnl_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x02ea), (kernel_ulong_t)&cnl_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x02eb), (kernel_ulong_t)&cnl_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x02fb), (kernel_ulong_t)&spt_info },
 	/* BXT A-Step */
 	{ PCI_VDEVICE(INTEL, 0x0aac), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x0aae), (kernel_ulong_t)&bxt_i2c_info },
-- 
2.20.1


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

* Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs
  2019-04-30 16:56 [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs Andy Shevchenko
@ 2019-05-02  7:14 ` Jarkko Nikula
  2019-05-03 17:27   ` Evan Green
  2019-05-08 11:26 ` Lee Jones
  1 sibling, 1 reply; 4+ messages in thread
From: Jarkko Nikula @ 2019-05-02  7:14 UTC (permalink / raw)
  To: Andy Shevchenko, Lee Jones, linux-kernel, Evan Green

On 4/30/19 7:56 PM, Andy Shevchenko wrote:
> Intel Comet Lake has the same LPSS than Intel Cannon Lake.
> Add the new IDs to the list of supported devices.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> - update i2c info
>   drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
> 
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

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

* Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs
  2019-05-02  7:14 ` Jarkko Nikula
@ 2019-05-03 17:27   ` Evan Green
  0 siblings, 0 replies; 4+ messages in thread
From: Evan Green @ 2019-05-03 17:27 UTC (permalink / raw)
  To: Jarkko Nikula; +Cc: Andy Shevchenko, Lee Jones, LKML

On Thu, May 2, 2019 at 12:14 AM Jarkko Nikula
<jarkko.nikula@linux.intel.com> wrote:
>
> On 4/30/19 7:56 PM, Andy Shevchenko wrote:
> > Intel Comet Lake has the same LPSS than Intel Cannon Lake.
> > Add the new IDs to the list of supported devices.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > ---
> > - update i2c info
> >   drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++
> >   1 file changed, 13 insertions(+)
> >
> Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

Tested-by: Evan Green <evgreen@chromium.org>

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

* Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs
  2019-04-30 16:56 [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs Andy Shevchenko
  2019-05-02  7:14 ` Jarkko Nikula
@ 2019-05-08 11:26 ` Lee Jones
  1 sibling, 0 replies; 4+ messages in thread
From: Lee Jones @ 2019-05-08 11:26 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-kernel, Jarkko Nikula, Evan Green

On Tue, 30 Apr 2019, Andy Shevchenko wrote:

> Intel Comet Lake has the same LPSS than Intel Cannon Lake.
> Add the new IDs to the list of supported devices.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> - update i2c info
>  drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++
>  1 file changed, 13 insertions(+)

Applied, thanks.

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

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

end of thread, other threads:[~2019-05-08 11:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 16:56 [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs Andy Shevchenko
2019-05-02  7:14 ` Jarkko Nikula
2019-05-03 17:27   ` Evan Green
2019-05-08 11:26 ` 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.