[SRU][D] Re: [SRU][OEM-OSP1-B][PATCH] spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash

Timo Aaltonen tjaalton at ubuntu.com
Thu Oct 3 18:20:45 UTC 2019


On 3.10.2019 20.59, Timo Aaltonen wrote:
> From: Mika Westerberg <mika.westerberg at linux.intel.com>
> 
> BugLink: http://bugs.launchpad.net/bugs/1843774
> 
> Intel Comet Lake has the same SPI serial flash controller as Ice Lake.
> Add Comet Lake PCI ID to the driver list of supported devices.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>
> Reviewed-by: Tudor Ambarus <tudor.ambarus at microchip.com>
> Signed-off-by: Tudor Ambarus <tudor.ambarus at microchip.com>
> (cherry picked from commit e43f53c22a937d024f070907d02539e413f20c15)
> Signed-off-by: Timo Aaltonen <timo.aaltonen at canonical.com>
> ---
>   drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/spi-nor/intel-spi-pci.c b/drivers/mtd/spi-nor/intel-spi-pci.c
> index 872b40922608..bfbfc17ed6aa 100644
> --- a/drivers/mtd/spi-nor/intel-spi-pci.c
> +++ b/drivers/mtd/spi-nor/intel-spi-pci.c
> @@ -63,6 +63,7 @@ static void intel_spi_pci_remove(struct pci_dev *pdev)
>   }
>   
>   static const struct pci_device_id intel_spi_pci_ids[] = {
> +	{ PCI_VDEVICE(INTEL, 0x02a4), (unsigned long)&bxt_info },
>   	{ PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info },
>   	{ PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
>   	{ PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info },
> 

applies to disco as well

-- 
t



More information about the kernel-team mailing list