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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E25CAC433EF for ; Fri, 19 Nov 2021 00:39:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B75B161A58 for ; Fri, 19 Nov 2021 00:39:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233677AbhKSAmR (ORCPT ); Thu, 18 Nov 2021 19:42:17 -0500 Received: from esa.microchip.iphmx.com ([68.232.153.233]:14030 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231190AbhKSAmQ (ORCPT ); Thu, 18 Nov 2021 19:42:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1637282356; x=1668818356; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JR6vBCKFAMVzRy9WfVVMW5aPmEiisUfqznkDGRDTqF0=; b=qzlQlyJSpMAbojFEeHA7kW7IiuxqS1lsoR0NSsJRTRHM5mcABWa4fa8y 36wt4g7jQKR8CoB914mFhBs9U6aUasbhf/kOc5lzW7i8L8DUKY0M0vbV7 RMvSgzLf3uVXOM4zGwb7NfEAoPuIJFUOU8v8ywM/09s6Bbitw73In3eFY p32rCV0tGwZhKP0xasj01Xko7EeyYlHvlCVQQOrItvyvNGEKXHB6O8CZS ww3M9cbtwz6ucDXoA5tNEPtHXGs64X1LoHXD4020p+Low1GgAvXbk/Kuv 1xtxDA1h3vrzdbjVsRcdXXvySoYo/tDBg12JqI1pd6omfZmzWnJwptn85 g==; IronPort-SDR: 4EYo2Pdo1jdOVrIqY9Jezgczwokz8SK3O1vvNLhLAQksFf1H1u0r4EfmbeyKqc2m/UB6wGPh2e RtKzf5aAr8gWeQM7aWyKDYdbOzf/HvolU9bOU88xTfaoduDmn2f2Q6jDe+HUfTbPQvtwOtAlE0 zUcDDOd7uQjyeTtUaw48Z3C48vOYh+qFJfYmiVA28JSWgGL4fPsi72m5yEmX7X8ecqv27gc5Sv t/XBCxh3NJO8KHzOIQK36EZgCZJui7/ZXLInnWfLJOYrDOG/ZC2WlM2uCngYVvFwoB2ofuR02g b11QODtW0+CrqhSpy+4flAYX X-IronPort-AV: E=Sophos;i="5.87,246,1631602800"; d="scan'208";a="144456931" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 18 Nov 2021 17:39:15 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.14; Thu, 18 Nov 2021 17:39:15 -0700 Received: from localhost (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Thu, 18 Nov 2021 17:39:15 -0700 From: Kelvin Cao To: Kurt Schwemmer , Logan Gunthorpe , Bjorn Helgaas , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , , CC: Kelvin Cao , Subject: [PATCH 0/2] Add Switchtec Gen4 automotive device IDs and a tweak Date: Thu, 18 Nov 2021 16:38:01 -0800 Message-ID: <20211119003803.2333-1-kelvin.cao@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patchset introduces device IDs for the Switchtec Gen4 automotive variants and a minor tweak for the MRPC execution. The first patch adds the device IDs. Patch 2 makes the tweak to improve the MRPC execution efficiency [1]. This patchset is based on v5.16-rc1. [1] https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/ Thanks, Kelvin Kelvin Cao (2): Add device IDs for the Gen4 automotive variants Declare local array state_names as static drivers/pci/quirks.c | 9 +++++++++ drivers/pci/switch/switchtec.c | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) -- 2.25.1