From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751736AbdJ2KKL (ORCPT ); Sun, 29 Oct 2017 06:10:11 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:44769 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdJ2KKI (ORCPT ); Sun, 29 Oct 2017 06:10:08 -0400 X-Google-Smtp-Source: ABhQp+Qvua9bDNjUYXVRWYVkVAlmRuUt1NcHdTweXSP81NlQIY2Myq6czb8eOlcKTb4BcC42o4VYVQ== Subject: Re: [PATCH v1 1/1] mtd: intel-spi: Add support for Intel Lewisburg SPI serial flash controller To: sathyanarayanan.kuppuswamy@linux.intel.com Cc: cyrille.pitchen@wedev4u.fr, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, sathyaosid@gmail.com, Mika Westerberg References: <9da18c4fbcb55130164735352b5ce9ba11b9a63c.1509270992.git.sathyanarayanan.kuppuswamy@linux.intel.com> From: Marek Vasut Message-ID: <630c7d49-c0cc-4d4e-27d9-5e60b797d9f7@gmail.com> Date: Sun, 29 Oct 2017 11:09:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <9da18c4fbcb55130164735352b5ce9ba11b9a63c.1509270992.git.sathyanarayanan.kuppuswamy@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/29/2017 10:57 AM, sathyanarayanan.kuppuswamy@linux.intel.com wrote: > From: Kuppuswamy Sathyanarayanan > > This patch adds PCI IDs for Intel Lewisburg PCH SPI serial flash controller. > > Signed-off-by: Kuppuswamy Sathyanarayanan Culling the CC list and adding relevant people. Patch looks IMO OK, but I'd like RB from Mika. > --- > drivers/mtd/spi-nor/intel-spi-pci.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/mtd/spi-nor/intel-spi-pci.c b/drivers/mtd/spi-nor/intel-spi-pci.c > index e826523..048c007 100644 > --- a/drivers/mtd/spi-nor/intel-spi-pci.c > +++ b/drivers/mtd/spi-nor/intel-spi-pci.c > @@ -64,6 +64,8 @@ static void intel_spi_pci_remove(struct pci_dev *pdev) > > static const struct pci_device_id intel_spi_pci_ids[] = { > { PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info }, > + { PCI_VDEVICE(INTEL, 0xa1a4), (unsigned long)&bxt_info }, > + { PCI_VDEVICE(INTEL, 0xa224), (unsigned long)&bxt_info }, > { }, > }; > MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids); > -- Best regards, Marek Vasut