Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751668AbcDRSzX (ORCPT ); Mon, 18 Apr 2016 14:55:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbcDRSzV (ORCPT ); Mon, 18 Apr 2016 14:55:21 -0400 Date: Tue, 19 Apr 2016 03:55:17 +0900 From: Greg Kroah-Hartman To: 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 Message-ID: <20160418185517.GB10906@kroah.com> References: <705D14B1C7978B40A723277C067CEDE2010A4B0DFB@IN01WEMBXB.internal.synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <705D14B1C7978B40A723277C067CEDE2010A4B0DFB@IN01WEMBXB.internal.synopsys.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 580 Lines: 19 On Mon, Apr 18, 2016 at 10:30:39AM +0000, Prabu Thangamuthu 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. thanks, greg k-h