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

2019-04-30 Thread Jarkko Nikula
On 4/16/19 10:55 AM, Andy Shevchenko wrote: On Tue, Apr 16, 2019 at 6:10 AM Evan Green wrote: On Tue, Apr 9, 2019 at 11:11 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. static const struct

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

2019-04-16 Thread Andy Shevchenko
On Tue, Apr 16, 2019 at 6:10 AM Evan Green wrote: > On Tue, Apr 9, 2019 at 11:11 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. > > static const struct pci_device_id intel_lpss_pci_ids[] = { >

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

2019-04-15 Thread Evan Green
On Tue, Apr 9, 2019 at 11:11 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 > --- > drivers/mfd/intel-lpss-pci.c | 13 + > 1 file changed, 13

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

2019-04-10 Thread Jarkko Nikula
On 4/9/19 6:11 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 --- drivers/mfd/intel-lpss-pci.c | 13 + 1 file changed, 13 insertions(+) diff --git

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

2019-04-09 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 --- drivers/mfd/intel-lpss-pci.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/mfd/intel-lpss-pci.c