From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752116AbcDSFR7 (ORCPT ); Tue, 19 Apr 2016 01:17:59 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:35263 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbcDSFR5 convert rfc822-to-8bit (ORCPT ); Tue, 19 Apr 2016 01:17:57 -0400 From: Prabu Thangamuthu To: Greg Kroah-Hartman , Prabu Thangamuthu CC: "Ulf Hansson (ulf.hansson@linaro.org)" , "Adrian Hunter" , Bjorn Helgaas , Andrew Morton , "David S. Miller" , Kalle Valo , "Mauro Carvalho Chehab" , Guenter Roeck , "Jiri Slaby" , Chaotian Jing , "Andrei Pistirica" , Ben Hutchings , Joshua Henderson , Ludovic Desroches , Manjunath M Bettegowda , "linux-mmc@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP Thread-Topic: [PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP Thread-Index: AdGZXMqyjTcadzfXTF2nW1agyRLkegAGPSaAACECX+A= Date: Tue, 19 Apr 2016 05:17:49 +0000 Message-ID: <705D14B1C7978B40A723277C067CEDE2010A4B0FA7@IN01WEMBXB.internal.synopsys.com> References: <705D14B1C7978B40A723277C067CEDE2010A4B0DFB@IN01WEMBXB.internal.synopsys.com> <20160418185517.GB10906@kroah.com> In-Reply-To: <20160418185517.GB10906@kroah.com> Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.144.52.95] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg K-H, > On Tuesday, April 19, 2016 12:25 AM, Greg Kroah-Hartman Wrote: > > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index > > 247da8c..01f743b 100644 > > --- a/include/linux/pci_ids.h > > +++ b/include/linux/pci_ids.h > > @@ -2318,6 +2318,9 @@ > > #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 > > > > #define PCI_VENDOR_ID_SYNOPSYS 0x16c3 > > +#define PCI_DEVICE_ID_MOBSTOR_HAPS51 0xc101 > > +#define PCI_DEVICE_ID_MSHC_HAPS51 0xc201 > > +#define PCI_DEVICE_ID_MSHC_HAPSDX 0xc202 > > Please read the top of this file for why you should not add any new entries to > it. Thank you for pointing it. I will update the Patch accordingly. Regards, Prabu Thangamuthu.