From mboxrd@z Thu Jan 1 00:00:00 1970 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 03F18C6FA9E for ; Sun, 5 Mar 2023 14:03:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230070AbjCEODz (ORCPT ); Sun, 5 Mar 2023 09:03:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229846AbjCEODv (ORCPT ); Sun, 5 Mar 2023 09:03:51 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 986B9EFB9; Sun, 5 Mar 2023 06:03:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6A9E860B23; Sun, 5 Mar 2023 13:55:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33C3AC433EF; Sun, 5 Mar 2023 13:55:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678024539; bh=LqwQRxQJ8yM/tgpG0HtjBBaEWie9NUFFmB+B0q2b/o8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kNHXigo/4SdbB+/y/TbBsqbBWItPkl/m4gYkKw0d4if8iy4SB8ssQt6ZCBQDpTcFW vS/If93hqI7aFnTHdkZCLuYWzrY/NHH+cDvWq/tgFGBlToM0Ms7zjpYESF0av6MfQ2 3BldtqDGoTRVw0MXEaOp7bTkB39CzlDN07U5k45XtxSm8G0ScWTpce3ZTIc4nodloo YgN7tyxDzzePkBtdVTE0Ax4TobXcVdXLe36Zquy1/MfMzz8IO6lZI6ZJ2uK4P7Yz88 HKodR3ivHbLw/OcksT3rH3iLNP1+y1NwC88d53PDvtD/4N9lPF+X7Jb1cQmubtqXfq xuGUU9PLIWZYA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Alvaro Karsz , Bjorn Helgaas , "Michael S . Tsirkin" , Sasha Levin , linux-pci@vger.kernel.org Subject: [PATCH AUTOSEL 4.14 5/6] PCI: Add SolidRun vendor ID Date: Sun, 5 Mar 2023 08:55:24 -0500 Message-Id: <20230305135525.1794277-5-sashal@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230305135525.1794277-1-sashal@kernel.org> References: <20230305135525.1794277-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alvaro Karsz [ Upstream commit db6c4dee4c104f50ed163af71c53bfdb878a8318 ] Add SolidRun vendor ID to pci_ids.h The vendor ID is used in 2 different source files, the SNET vDPA driver and PCI quirks. Signed-off-by: Alvaro Karsz Acked-by: Bjorn Helgaas Message-Id: <20230110165638.123745-2-alvaro.karsz@solid-run.com> Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- 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 d4eae72202fab..0122286beda53 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3045,6 +3045,8 @@ #define PCI_VENDOR_ID_3COM_2 0xa727 +#define PCI_VENDOR_ID_SOLIDRUN 0xd063 + #define PCI_VENDOR_ID_DIGIUM 0xd161 #define PCI_DEVICE_ID_DIGIUM_HFC4S 0xb410 -- 2.39.2