From patchwork Thu Apr 22 17:13:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mahantesh Salimath X-Patchwork-Id: 1469337 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FR3t313Dqz9sWP; Fri, 23 Apr 2021 03:13:46 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lZctZ-00062S-2p; Thu, 22 Apr 2021 17:13:41 +0000 Received: from mail-il-dmz.mellanox.com ([193.47.165.129] helo=mellanox.co.il) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lZctW-00060Y-PO for kernel-team@lists.ubuntu.com; Thu, 22 Apr 2021 17:13:38 +0000 Received: from Internal Mail-Server by MTLPINE1 (envelope-from mahantesh@mellanox.com) with SMTP; 22 Apr 2021 20:13:37 +0300 Received: from farm-0002.mtbu.labs.mlnx (farm-0002.mtbu.labs.mlnx [10.15.2.32]) by mtbu-labmailer.labs.mlnx (8.14.4/8.14.4) with ESMTP id 13MHDbU2028381; Thu, 22 Apr 2021 13:13:37 -0400 Received: (from mahantesh@localhost) by farm-0002.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id 13MHDbj7002413; Thu, 22 Apr 2021 13:13:37 -0400 From: Mahantesh Salimath To: kernel-team@lists.ubuntu.com Subject: [SRU][F:linux-bluefield][PATCH 1/1] UBUNTU: SAUCE: pka: Upgrade to version 3.0 Date: Thu, 22 Apr 2021 13:13:36 -0400 Message-Id: <1619111616-2372-2-git-send-email-mahantesh@nvidia.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1619111616-2372-1-git-send-email-mahantesh@nvidia.com> References: <1619111616-2372-1-git-send-email-mahantesh@nvidia.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1925508 Update major version number following the changes in driver design due to changes in ACPI table entries. Signed-off-by: Mahantesh Salimath Reviewed-by: Khalil Blaiech Signed-off-by: Mahantesh Salimath Acked-by: Kleber Sacilotto de Souza diff --git a/drivers/platform/mellanox/mlxbf_pka/mlxbf_pka_drv.c b/drivers/platform/mellanox/mlxbf_pka/mlxbf_pka_drv.c index 2290e72..5327c93 100644 --- a/drivers/platform/mellanox/mlxbf_pka/mlxbf_pka_drv.c +++ b/drivers/platform/mellanox/mlxbf_pka/mlxbf_pka_drv.c @@ -20,7 +20,7 @@ #include "mlxbf_pka_dev.h" -#define PKA_DRIVER_VERSION "v2.0" +#define PKA_DRIVER_VERSION "v3.0" #define PKA_DRIVER_NAME "pka-mlxbf" #define PKA_DRIVER_DESCRIPTION "BlueField PKA driver"