From patchwork Mon Nov 7 09:02:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shravan Ramani X-Patchwork-Id: 13034147 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 9B0F9C4332F for ; Mon, 7 Nov 2022 09:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231601AbiKGJKI (ORCPT ); Mon, 7 Nov 2022 04:10:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230515AbiKGJKC (ORCPT ); Mon, 7 Nov 2022 04:10:02 -0500 X-Greylist: delayed 400 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 07 Nov 2022 01:10:00 PST Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AC66A63EF for ; Mon, 7 Nov 2022 01:10:00 -0800 (PST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from shravankr@mellanox.com) with SMTP; 7 Nov 2022 11:03:18 +0200 Received: from bu-vnc02.mtbu.labs.mlnx (bu-vnc02.mtbu.labs.mlnx [10.15.2.65]) by mtbu-labmailer.labs.mlnx (8.14.4/8.14.4) with ESMTP id 2A793Hlg028154; Mon, 7 Nov 2022 04:03:17 -0500 Received: (from shravankr@localhost) by bu-vnc02.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id 2A793BTq008287; Mon, 7 Nov 2022 04:03:11 -0500 From: Shravan Kumar Ramani To: James Morse Cc: Shravan Kumar Ramani , linux-edac@vger.kernel.org Subject: [PATCH v1 0/2] EDAC: Updates to bluefield_edac Date: Mon, 7 Nov 2022 04:02:52 -0500 Message-Id: X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org The first patch adds secure read/write calls for accessing the BlueField EMI registers. The second patch updates the license and copyright info for the same driver. Shravan Kumar Ramani (2): EDAC/bluefield_edac: Add SMC support EDAC/bluefield_edac: Update license and copyright info drivers/edac/bluefield_edac.c | 184 +++++++++++++++++++++++++++++----- 1 file changed, 160 insertions(+), 24 deletions(-)