Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs

2019-05-08 Thread Lee Jones
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 
> ---
> - 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


Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs

2019-05-03 Thread Evan Green
On Thu, May 2, 2019 at 12:14 AM Jarkko Nikula
 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 
> > ---
> > - update i2c info
> >   drivers/mfd/intel-lpss-pci.c | 13 +
> >   1 file changed, 13 insertions(+)
> >
> Reviewed-by: Jarkko Nikula 

Tested-by: Evan Green 


Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs

2019-05-02 Thread Jarkko Nikula

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 
---
- update i2c info
  drivers/mfd/intel-lpss-pci.c | 13 +
  1 file changed, 13 insertions(+)


Reviewed-by: Jarkko Nikula 


[PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs

2019-04-30 Thread 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 
---
- 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)_uart_info },
+   { PCI_VDEVICE(INTEL, 0x02a9), (kernel_ulong_t)_uart_info },
+   { PCI_VDEVICE(INTEL, 0x02aa), (kernel_ulong_t)_info },
+   { PCI_VDEVICE(INTEL, 0x02ab), (kernel_ulong_t)_info },
+   { PCI_VDEVICE(INTEL, 0x02c5), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0x02c6), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0x02c7), (kernel_ulong_t)_uart_info },
+   { PCI_VDEVICE(INTEL, 0x02e8), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0x02e9), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0x02ea), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0x02eb), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0x02fb), (kernel_ulong_t)_info },
/* BXT A-Step */
{ PCI_VDEVICE(INTEL, 0x0aac), (kernel_ulong_t)_i2c_info },
{ PCI_VDEVICE(INTEL, 0x0aae), (kernel_ulong_t)_i2c_info },
-- 
2.20.1