From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ful00-0006Tq-L5 for linux-mtd@lists.infradead.org; Tue, 28 Aug 2018 20:54:06 +0000 Received: by mail-wr1-x444.google.com with SMTP id v17-v6so2779838wrr.9 for ; Tue, 28 Aug 2018 13:53:54 -0700 (PDT) Subject: Re: [PATCH] spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash To: Mika Westerberg Cc: David Woodhouse , Brian Norris , Boris Brezillon , Richard Weinberger , linux-mtd@lists.infradead.org References: <20180828165059.55223-1-mika.westerberg@linux.intel.com> <3261d2da-c0a5-920e-ca12-17924a2d3918@gmail.com> <20180828165959.GG2283@lahna.fi.intel.com> From: Marek Vasut Message-ID: <39875af1-731d-a5b7-7b10-13701b913751@gmail.com> Date: Tue, 28 Aug 2018 21:20:17 +0200 MIME-Version: 1.0 In-Reply-To: <20180828165959.GG2283@lahna.fi.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 08/28/2018 06:59 PM, Mika Westerberg wrote: > On Tue, Aug 28, 2018 at 06:56:38PM +0200, Marek Vasut wrote: >> On 08/28/2018 06:50 PM, Mika Westerberg wrote: >>> Intel Ice Lake exposes the SPI serial flash controller as a PCI device >>> in the same way than Intel Denverton. Add Ice Lake SPI serial flash PCI >>> ID to the driver list of supported devices. >>> >>> Signed-off-by: Mika Westerberg >> >> This should probably go through trivial patches ML, no ? > > Hmm, what do you mean? This is not a typo fix or similar but adds a new > PCI ID to the driver. I mean, adding PCI IDs might be considered trivial. But if you want it to go through MTD, fine: Acked-by: Marek Vasut >> Also, CC Stable. > > OK. > >>> --- >>> 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 c0976f2e3dd1..872b40922608 100644 >>> --- a/drivers/mtd/spi-nor/intel-spi-pci.c >>> +++ b/drivers/mtd/spi-nor/intel-spi-pci.c >>> @@ -65,6 +65,7 @@ static void intel_spi_pci_remove(struct pci_dev *pdev) >>> static const struct pci_device_id intel_spi_pci_ids[] = { >>> { PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info }, >>> { PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info }, >>> + { PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info }, >>> { PCI_VDEVICE(INTEL, 0xa1a4), (unsigned long)&bxt_info }, >>> { PCI_VDEVICE(INTEL, 0xa224), (unsigned long)&bxt_info }, >>> { }, >>> >> >> >> -- >> Best regards, >> Marek Vasut -- Best regards, Marek Vasut