From patchwork Fri Jan 7 04:36:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dimitris Michailidis X-Patchwork-Id: 12706197 X-Patchwork-Delegate: kuba@kernel.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19234C433EF for ; Fri, 7 Jan 2022 04:36:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345747AbiAGEgS (ORCPT ); Thu, 6 Jan 2022 23:36:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233079AbiAGEgQ (ORCPT ); Thu, 6 Jan 2022 23:36:16 -0500 Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E1F4C061245 for ; Thu, 6 Jan 2022 20:36:16 -0800 (PST) Received: by mail-pl1-x62c.google.com with SMTP id x15so4017433plg.1 for ; Thu, 06 Jan 2022 20:36:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fungible.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=j+b7MRmIj2h+lxy852w49nsLYegYd0GVjsA4LYtvXcE=; b=b4NPxRdiCwy3a9d/lZQGDBAe8a+Km2NijpsQOU6UdWAStOZgf53s/bKUQ6a50tlx5Y dyN88w1YOVEDHbeZEk2XTVpS58LqSPl269KATYI/xo66Vd/bdy757hxHj7WDTJ1IWVrt u78/TAK2g9mNAGGc3Em7AG+yNRpIB7AxGVIQA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=j+b7MRmIj2h+lxy852w49nsLYegYd0GVjsA4LYtvXcE=; b=qRnOHto081EH821N5OsiyeYtvU5UNvxrDwgCAoK3LIWrtg1Dz/wOQwwCiM3og26s5o +z+PglMJNGJm6c5CFDGqzExoWDj2am4c7gL4ezJbQkrg3iwUWcQPm0vAzyJZc++Dj7sR adhiJ4tnHr2XVRuNxLknsJmx/C38q29H93jLHZMqfjRenkCy7Eq7f9qEoF3iVzCMhDLE lDk1THGWxr2H7YU9vj9twjctP9JSvOe4GNt62AzZetMm1VQAlMlZferzDfKybaSIzeT9 TqgnsxUCupBqwNpQIVH86N/TIYrN6GWtMaj2UelYJHfQPecIEIPzPqc2vjT0Z3cgjE8+ 4nzg== X-Gm-Message-State: AOAM532eCIOYAgzDcxWzlZohJJ7eAkuVpBvBKkCHV1rByYsVjWXkZi+I hY41tfXH1KfgM5ePJt+Pm5vg4A== X-Google-Smtp-Source: ABdhPJxq/46+nHIs8A1H3QEid2vNflCfJd6JzTrAOE/e/7gxCMRyu8UUbz1ZV4qLwJlqdcWLJlXB6A== X-Received: by 2002:a17:90b:1d02:: with SMTP id on2mr13887561pjb.204.1641530176048; Thu, 06 Jan 2022 20:36:16 -0800 (PST) Received: from cab09-qa-09.fungible.local ([12.190.10.11]) by smtp.gmail.com with ESMTPSA id p12sm4297877pfo.95.2022.01.06.20.36.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Jan 2022 20:36:15 -0800 (PST) From: Dimitris Michailidis X-Google-Original-From: Dimitris Michailidis To: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, andrew@lunn.ch, d.michailidis@fungible.com Cc: Bjorn Helgaas , linux-pci@vger.kernel.org Subject: [PATCH net-next v5 1/8] PCI: add Fungible vendor ID to pci_ids.h Date: Thu, 6 Jan 2022 20:36:05 -0800 Message-Id: <20220107043612.21342-2-dmichail@fungible.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220107043612.21342-1-dmichail@fungible.com> References: <20220107043612.21342-1-dmichail@fungible.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Cc: Bjorn Helgaas Cc: linux-pci@vger.kernel.org Signed-off-by: Dimitris Michailidis Acked-by: Bjorn Helgaas --- 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 011f2f1ea5bb..c4299dbade98 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2578,6 +2578,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_FUNGIBLE 0x1dad + #define PCI_VENDOR_ID_HXT 0x1dbf #define PCI_VENDOR_ID_TEKRAM 0x1de1