ACK: [PATCH 1/1] mfd: intel-lpss: Add Intel Comet Lake PCI IDs

Stefan Bader stefan.bader at canonical.com
Wed May 29 14:36:10 UTC 2019


On 23.05.19 10:00, Kai-Heng Feng wrote:
> From: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1830175
> 
> 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 at linux.intel.com>
> Reviewed-by: Jarkko Nikula <jarkko.nikula at linux.intel.com>
> Tested-by: Evan Green <evgreen at chromium.org>
> Signed-off-by: Lee Jones <lee.jones at linaro.org>
> (cherry picked from commit dd6629073a97e5ee125eacbd22eea62281891c67)
> Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
Acked-by: Stefan Bader <stefan.bader at canonical.com>
> ---

Only PCI IDs...

>  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 0e5282fc1467..644bba047192 100644
> --- a/drivers/mfd/intel-lpss-pci.c
> +++ b/drivers/mfd/intel-lpss-pci.c
> @@ -130,6 +130,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 },
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20190529/df1cf907/attachment-0001.sig>


More information about the kernel-team mailing list