diff mbox series

mfd: intel-lpss: Add Intel Lakefield PCH PCI IDs

Message ID 20211122223606.GA20997@darkmist.net
State Superseded
Headers show
Series mfd: intel-lpss: Add Intel Lakefield PCH PCI IDs | expand

Commit Message

Ed Schaller Nov. 22, 2021, 10:36 p.m. UTC
Add new IDs of the Intel Lakefield chip to the list of supported
devices.

Signed-off-by: Ed Schaller <schallee@darkmist.net>
---
 drivers/mfd/intel-lpss-pci.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Lee Jones Nov. 23, 2021, 10:12 a.m. UTC | #1
On Tue, 23 Nov 2021, Andy Shevchenko wrote:

> On Tue, Nov 23, 2021 at 09:12:42AM +0000, Lee Jones wrote:
> > On Mon, 22 Nov 2021, Andy Shevchenko wrote:
> > > On Mon, Nov 22, 2021 at 04:36:06PM -0600, Ed Schaller wrote:
> > > > Add new IDs of the Intel Lakefield chip to the list of supported
> > > > devices.
> > > 
> > > Thank you for the patch, it LGTM,
> > > Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
> 
> ...
> 
> > Odd.  This didn't make it into my inbox.
> 
> Hmm... Maybe it's sorted out due to linux-gpio@ vs. linux-kernel@ ML?

No, I mean it doesn't appear anywhere in my mail.

Including LKML et al. sub-folders.

> > Would you mind gathering Andy's R-b and re-sending please Ed?
> 
> Ed, please Cc also to LKML.
diff mbox series

Patch

diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index a872b4485eac..9700e5acd0cd 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -359,7 +359,14 @@  static const struct pci_device_id intel_lpss_pci_ids[] = {
 	/* LKF */
 	{ PCI_VDEVICE(INTEL, 0x98a8), (kernel_ulong_t)&bxt_uart_info },
 	{ PCI_VDEVICE(INTEL, 0x98a9), (kernel_ulong_t)&bxt_uart_info },
+	{ PCI_VDEVICE(INTEL, 0x98aa), (kernel_ulong_t)&bxt_info },
+	{ PCI_VDEVICE(INTEL, 0x98c5), (kernel_ulong_t)&bxt_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x98c6), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x98c7), (kernel_ulong_t)&bxt_uart_info },
+	{ PCI_VDEVICE(INTEL, 0x98e8), (kernel_ulong_t)&bxt_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x98e9), (kernel_ulong_t)&bxt_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x98ea), (kernel_ulong_t)&bxt_i2c_info },
+	{ PCI_VDEVICE(INTEL, 0x98eb), (kernel_ulong_t)&bxt_i2c_info },
 	/* SPT-LP */
 	{ PCI_VDEVICE(INTEL, 0x9d27), (kernel_ulong_t)&spt_uart_info },
 	{ PCI_VDEVICE(INTEL, 0x9d28), (kernel_ulong_t)&spt_uart_info },