From patchwork Wed Nov 29 17:28:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Logan Gunthorpe X-Patchwork-Id: 10082945 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2CA4160311 for ; Wed, 29 Nov 2017 17:29:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 17BFB27E63 for ; Wed, 29 Nov 2017 17:29:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0B9EE2846C; Wed, 29 Nov 2017 17:29:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 91C6A27E63 for ; Wed, 29 Nov 2017 17:29:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932324AbdK2R32 (ORCPT ); Wed, 29 Nov 2017 12:29:28 -0500 Received: from ale.deltatee.com ([207.54.116.67]:41736 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932138AbdK2R25 (ORCPT ); Wed, 29 Nov 2017 12:28:57 -0500 Received: from cgy1-donard.priv.deltatee.com ([172.16.1.31]) by ale.deltatee.com with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1eK6AH-0002RY-57; Wed, 29 Nov 2017 10:28:54 -0700 Received: from gunthorp by cgy1-donard.priv.deltatee.com with local (Exim 4.89) (envelope-from ) id 1eK6AG-0005b4-LA; Wed, 29 Nov 2017 10:28:52 -0700 From: Logan Gunthorpe To: Bjorn Helgaas Cc: Kelvin Cao , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Logan Gunthorpe Date: Wed, 29 Nov 2017 10:28:44 -0700 Message-Id: <20171129172844.21468-3-logang@deltatee.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171129172844.21468-1-logang@deltatee.com> References: <20171129172844.21468-1-logang@deltatee.com> X-SA-Exim-Connect-IP: 172.16.1.31 X-SA-Exim-Rcpt-To: bhelgaas@google.com, kelvin.cao@microsemi.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, logang@deltatee.com X-SA-Exim-Mail-From: gunthorp@deltatee.com Subject: [PATCH 2/2] switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3 X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on ale.deltatee.com) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kelvin Cao These are valid devices that were missing from the existing device ID table for the Switchtec driver. Signed-off-by: Kelvin Cao Signed-off-by: Logan Gunthorpe # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Author: Kelvin Cao # Date: Sat Oct 14 01:31:58 2017 +0800 # # interactive rebase in progress; onto 4fbd8d194f06 # Last commands done (2 commands done): # r b63e909353b8 switchtec: Added Global Fabric Manager Server (GFMS) event. # r a9d2d2460138 switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3 # No commands remaining. # You are currently editing a commit while rebasing branch 'switchtec-pci-next' on '4fbd8d194f06'. # # Changes to be committed: # modified: drivers/pci/switch/switchtec.c # # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Author: Kelvin Cao # Date: Sat Oct 14 01:31:58 2017 +0800 # # On branch switchtec-pci-next # Changes to be committed: # modified: drivers/pci/switch/switchtec.c # --- drivers/pci/switch/switchtec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switchtec.c index 7668d270725d..a0f8373f3b5f 100644 --- a/drivers/pci/switch/switchtec.c +++ b/drivers/pci/switch/switchtec.c @@ -1353,6 +1353,8 @@ static const struct pci_device_id switchtec_pci_tbl[] = { SWITCHTEC_PCI_DEVICE(0x8534), //PFX 64xG3 SWITCHTEC_PCI_DEVICE(0x8535), //PFX 80xG3 SWITCHTEC_PCI_DEVICE(0x8536), //PFX 96xG3 + SWITCHTEC_PCI_DEVICE(0x8541), //PSX 24xG3 + SWITCHTEC_PCI_DEVICE(0x8542), //PSX 32xG3 SWITCHTEC_PCI_DEVICE(0x8543), //PSX 48xG3 SWITCHTEC_PCI_DEVICE(0x8544), //PSX 64xG3 SWITCHTEC_PCI_DEVICE(0x8545), //PSX 80xG3