From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932234AbbESCAt (ORCPT ); Mon, 18 May 2015 22:00:49 -0400 Received: from nn-mx.auriga.ru ([81.19.133.66]:45125 "EHLO nn-mx.auriga.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752532AbbESB7p (ORCPT ); Mon, 18 May 2015 21:59:45 -0400 From: Aleksey Makarov To: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, David Daney , Robert Richter , Aleksey Makarov , Sunil Goutham , Bjorn Helgaas , linux-pci@vger.kernel.org Subject: [PATCH net-next v4 1/2] pci: Add Cavium PCI vendor id Date: Mon, 18 May 2015 18:59:14 -0700 Message-Id: <1432000757-28700-2-git-send-email-aleksey.makarov@auriga.com> X-Mailer: git-send-email 2.4.0 In-Reply-To: <1432000757-28700-1-git-send-email-aleksey.makarov@auriga.com> References: <1432000757-28700-1-git-send-email-aleksey.makarov@auriga.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 e63c02a..3633cc6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2327,6 +2327,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 -- 2.4.0