Received: by 10.192.165.156 with SMTP id m28csp133978imm; Tue, 17 Apr 2018 07:42:36 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/QL6pbgkjn0saat99lKRGgHKok+uc3ju9rEWquuqdiXYpwuKGwdSaWK4HS9N9sVApq7cVg X-Received: by 10.101.77.199 with SMTP id q7mr2039087pgt.305.1523976156046; Tue, 17 Apr 2018 07:42:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523976156; cv=none; d=google.com; s=arc-20160816; b=aV27fzbiUnKj8f/q8/oeawuLOBP436lmdy+Nu8quPjesmAWzy8w0S28qdJch3cB1p1 Wjwiena9duyTjzFK4CW6pTe3SMftbFHypB55YlqVVl69v8Ce68NMstlqxbYoYlMp8rr2 Hq6M/wbzwUXJ9B784WPKbJWdYumSakPhsPuhfmsluwSh/wsglq7aByP8tKjR9eTB/STQ UuKK89JGdq80LEbXEKzmkFwIB2L0HsBJ2U+tx3C+qLAESE2aZjydCiqtGVYQbFSrcWa2 /4Hso89NYHxkvbIsqEQAagp+WMTalXoIxFAMcO7+y0fUMw5xFl2b0/yk/Kujuojaz5E4 3L1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=gRjbKVcqNd0pBV9p8mlkKzAechzcz34DuzJO8WBWGqc=; b=F0VpzIkExyh44bUholRVvwlgeFCrP9YUWY9q7GqS4q9HAYewbqYKjnIeWd/5Lzki4c xiSxXtW2JPS9L9XE06ta6ZvXAYGJAop7bRngS7sTf/WT29OLOvi56tvhI97uPI4w0YXF cozpJuwpfdt/ChvWGp5Uuf6TH06gcVb5oPjBEv6pEkWJnDkzUzYJIGbzHnnYlIG2zRpF NrGXQUGcTssc9xJP4WRhf8sPFi0w5FIyiB+jimE+qNs4+IGrYpQnHiuKbuJshnC59/lP YKVishiFCAxitZeTXnQq5ur6p/ZiyH93BL2J19Hf3cBWJQZuxqoGqjS10SX1GCVcli1J Pxrw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=synopsys.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r7-v6si1555429pls.591.2018.04.17.07.42.21; Tue, 17 Apr 2018 07:42:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=synopsys.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753719AbeDQOem (ORCPT + 99 others); Tue, 17 Apr 2018 10:34:42 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:53645 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753628AbeDQOeh (ORCPT ); Tue, 17 Apr 2018 10:34:37 -0400 Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 789A110C1483; Tue, 17 Apr 2018 07:34:36 -0700 (PDT) Received: from pt02.synopsys.com (pt02.synopsys.com [10.107.23.240]) by mailhost.synopsys.com (Postfix) with ESMTP id 3B01A3D62; Tue, 17 Apr 2018 07:34:36 -0700 (PDT) Received: from UbuntuMate-64Bits.internal.synopsys.com (gustavo-e7480.internal.synopsys.com [10.107.25.102]) by pt02.synopsys.com (Postfix) with ESMTP id CEBA23E772; Tue, 17 Apr 2018 15:34:34 +0100 (WEST) From: Gustavo Pimentel To: bhelgaas@google.com, lorenzo.pieralisi@arm.com, Joao.Pinto@synopsys.com, jingoohan1@gmail.com, kishon@ti.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, gustavo.pimentel@synopsys.com Subject: [PATCH v5 05/10] PCI: Adds device ID for Synopsys Sample Endpoint. Date: Tue, 17 Apr 2018 15:34:23 +0100 Message-Id: <5d20185e88e7b6738d6b6aca41b1a237033fc36f.1523973931.git.gustavo.pimentel@synopsys.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The PCIe controller dual mode is capable of operating in host mode as well as endpoint mode by configuration. Signed-off-by: Gustavo Pimentel --- Change v1->v2: - Register new device id following Kishon's suggestion. Change v2->v3: - Nothing changed, just to follow the patch set version. Changes v3->v4: - Nothing changed, just to follow the patch set version. Changes v4->v5: - Nothing changed, just to follow the patch set version. 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 cc608fc5..22b1c1b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2350,6 +2350,7 @@ #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 #define PCI_VENDOR_ID_SYNOPSYS 0x16c3 +#define PCI_DEVICE_ID_SYNOPSYS_SMPL_EP 0xedda #define PCI_VENDOR_ID_VITESSE 0x1725 #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 -- 2.7.4