From patchwork Wed May 27 02:20:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksey Makarov X-Patchwork-Id: 476907 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 8F218140DF7 for ; Wed, 27 May 2015 13:54:11 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752366AbbE0Dxx (ORCPT ); Tue, 26 May 2015 23:53:53 -0400 Received: from mail-by2on0061.outbound.protection.outlook.com ([207.46.100.61]:58784 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751777AbbE0Dxv (ORCPT ); Tue, 26 May 2015 23:53:51 -0400 X-Greylist: delayed 5588 seconds by postgrey-1.27 at vger.kernel.org; Tue, 26 May 2015 23:53:51 EDT Received: from SN2PR0701MB830.namprd07.prod.outlook.com (25.160.16.151) by SN2PR0701MB1008.namprd07.prod.outlook.com (25.160.17.24) with Microsoft SMTP Server (TLS) id 15.1.166.22; Wed, 27 May 2015 02:20:43 +0000 Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Aleksey.Makarov@caviumnetworks.com; Received: from hippophae.localdomain (64.2.3.194) by SN2PR0701MB830.namprd07.prod.outlook.com (25.160.16.151) with Microsoft SMTP Server (TLS) id 15.1.166.22; Wed, 27 May 2015 02:20:41 +0000 From: Aleksey Makarov To: CC: , , David Daney , Robert Richter , Aleksey Makarov , Sunil Goutham , Bjorn Helgaas , Subject: [PATCH net-next v6 1/2] pci: Add Cavium PCI vendor id Date: Tue, 26 May 2015 19:20:14 -0700 Message-ID: <1432693228-5554-2-git-send-email-aleksey.makarov@caviumnetworks.com> X-Mailer: git-send-email 2.4.1 In-Reply-To: <1432693228-5554-1-git-send-email-aleksey.makarov@caviumnetworks.com> References: <1432693228-5554-1-git-send-email-aleksey.makarov@caviumnetworks.com> MIME-Version: 1.0 X-Originating-IP: [64.2.3.194] X-ClientProxiedBy: DM2PR07CA0015.namprd07.prod.outlook.com (10.141.52.143) To SN2PR0701MB830.namprd07.prod.outlook.com (25.160.16.151) X-Microsoft-Antispam: UriScan:; BCL:0; PCL:0; RULEID:; SRVR:SN2PR0701MB830; UriScan:; BCL:0; PCL:0; RULEID:; SRVR:SN2PR0701MB1008; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(520003)(5005006)(3002001); SRVR:SN2PR0701MB830; BCL:0; PCL:0; RULEID:; SRVR:SN2PR0701MB830; X-Forefront-PRVS: 05891FB07F X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(189002)(199003)(19580405001)(5001960100002)(76176999)(5001860100001)(110136002)(19580395003)(105586002)(42186005)(50986999)(2351001)(101416001)(92566002)(5001830100001)(87976001)(48376002)(77156002)(189998001)(68736005)(62966003)(229853001)(122386002)(4001540100001)(50466002)(47776003)(36756003)(86362001)(33646002)(50226001)(46102003)(97736004)(2950100001)(81156007)(106356001)(40100003)(64706001)(66066001); DIR:OUT; SFP:1101; SCL:1; SRVR:SN2PR0701MB830; H:hippophae.localdomain; FPR:; SPF:None; PTR:InfoNoRecords; MX:1; A:1; LANG:en; Received-SPF: None (protection.outlook.com: caviumnetworks.com does not designate permitted sender hosts) X-MS-Exchange-CrossTenant-OriginalArrivalTime: 27 May 2015 02:20:41.5041 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR0701MB830 X-OriginatorOrg: caviumnetworks.com Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Sunil Goutham This vendor id will be used by network (vNIC), USB (xHCI), SATA (AHCI), GPIO, I2C, MMC and maybe other drivers for ThunderX SoC. Acked-by: Bjorn Helgaas Signed-off-by: Sunil Goutham Signed-off-by: Aleksey Makarov --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 1fa99a3..80bd333 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2324,6 +2324,8 @@ #define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea #define PCI_DEVICE_ID_ALTIMA_AC1003 0x03eb +#define PCI_VENDOR_ID_CAVIUM 0x177d + #define PCI_VENDOR_ID_BELKIN 0x1799 #define PCI_DEVICE_ID_BELKIN_F5D7010V7 0x701f