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

Stefan Bader stefan.bader at canonical.com
Tue Oct 8 12:05:14 UTC 2019


On 03.10.19 20:20, Timo Aaltonen wrote:
> 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
> 
Then it would be better to re-submit as a separate mail, not a reply to a
submission which was only for the osp1 kernel. Because in a threaded view this
tends to be hidden.

-Stefan

-------------- 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/20191008/2670deb2/attachment.sig>


More information about the kernel-team mailing list