From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753125AbaIAJOI (ORCPT ); Mon, 1 Sep 2014 05:14:08 -0400 Received: from mga01.intel.com ([192.55.52.88]:39355 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753098AbaIAJOG (ORCPT ); Mon, 1 Sep 2014 05:14:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,441,1406617200"; d="scan'208";a="584485350" Message-ID: <1409562842.30155.45.camel@linux.intel.com> Subject: Re: [PATCH v1 3/5] pci_ids: add support for Intel Quark ILB From: Andy Shevchenko To: Bjorn Helgaas Cc: Lee Jones , "linux-kernel@vger.kernel.org" , Samuel Ortiz , Chang Rebecca Swee Fun , Josef Ahmad Date: Mon, 01 Sep 2014 12:14:02 +0300 In-Reply-To: References: <1408705096-31286-1-git-send-email-andriy.shevchenko@linux.intel.com> <1408705096-31286-4-git-send-email-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2014-08-29 at 08:27 -0600, Bjorn Helgaas wrote: > On Fri, Aug 22, 2014 at 4:58 AM, Andy Shevchenko > wrote: > > From: Josef Ahmad > > > > This patch adds the PCI id for Intel Quark ILB. > > It will be used for GPIO and Multifunction device driver. > > > > Signed-off-by: Josef Ahmad > > Signed-off-by: Andy Shevchenko > > Assuming that this will actually be used in more than one place: Yes, look for the other IDs in the same driver (lpc_sch). The question is will we have the update for sch_gpio in time to be included to v3.18? I think Rebecca can answer to this one. > > Acked-by: Bjorn Helgaas > > > --- > > include/linux/pci_ids.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > > index 6ed0bb7..4e82195 100644 > > --- a/include/linux/pci_ids.h > > +++ b/include/linux/pci_ids.h > > @@ -2557,6 +2557,7 @@ > > #define PCI_DEVICE_ID_INTEL_MFD_EMMC0 0x0823 > > #define PCI_DEVICE_ID_INTEL_MFD_EMMC1 0x0824 > > #define PCI_DEVICE_ID_INTEL_MRST_SD2 0x084F > > +#define PCI_DEVICE_ID_INTEL_QUARK_X1000_ILB 0x095E > > #define PCI_DEVICE_ID_INTEL_I960 0x0960 > > #define PCI_DEVICE_ID_INTEL_I960RM 0x0962 > > #define PCI_DEVICE_ID_INTEL_CENTERTON_ILB 0x0c60 > > -- > > 2.1.0 > > -- Andy Shevchenko Intel Finland Oy