From patchwork Tue Sep 27 20:39:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Asmaa Mnebhi X-Patchwork-Id: 609885 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 F40E7C07E9D for ; Tue, 27 Sep 2022 20:39:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232626AbiI0Ujl (ORCPT ); Tue, 27 Sep 2022 16:39:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230514AbiI0Ujk (ORCPT ); Tue, 27 Sep 2022 16:39:40 -0400 Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8A790DF89 for ; Tue, 27 Sep 2022 13:39:34 -0700 (PDT) Received: from Internal Mail-Server by MTLPINE1 (envelope-from asmaa@mellanox.com) with SMTP; 27 Sep 2022 23:39:29 +0300 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 28RKdQcx026476; Tue, 27 Sep 2022 16:39:26 -0400 Received: (from asmaa@localhost) by bu-vnc02.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id 28RKdQ0v022709; Tue, 27 Sep 2022 16:39:26 -0400 From: Asmaa Mnebhi To: Wolfram Sang , robh@kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Asmaa Mnebhi Subject: [PATCH v7 0/2] i2c: i2c-mlxbf.c: bug fixes and new feature support Date: Tue, 27 Sep 2022 16:39:22 -0400 Message-Id: <20220927203924.22644-1-asmaa@nvidia.com> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Support BlueField-3 SoC in the first patch of this series and remove the device tree support in the second patch. What has changed from v6->v7: - the following patches were applied to for-next so they are removed from this series: 1) Support lock mechanism to avoid race condition between entities using the i2c bus 2) remove IRQF_ONESHOT flag as it is no longer needed. 3) Support multi slave functionality - Fixed the $subject tag to "i2c: mlxbf" - added missing check for 'ret' after allocating resources - removed the DT binding file from the MAINTAINERS file Asmaa Mnebhi (2): i2c: mlxbf: support BlueField-3 SoC i2c: mlxbf: remove device tree support .../bindings/i2c/mellanox,i2c-mlxbf.yaml | 77 --- MAINTAINERS | 2 +- drivers/i2c/busses/i2c-mlxbf.c | 494 ++++++++++-------- 3 files changed, 281 insertions(+), 292 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.yaml