Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2032815ybv; Fri, 21 Feb 2020 07:40:47 -0800 (PST) X-Google-Smtp-Source: APXvYqytxYmFgXmP57HmgA8oyJdzzPJaASlqhWHCc96pNjUKko2u7abk405XMP5KuC0ro/Itadz0 X-Received: by 2002:a05:6830:4a7:: with SMTP id l7mr27145953otd.372.1582299647295; Fri, 21 Feb 2020 07:40:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582299647; cv=none; d=google.com; s=arc-20160816; b=SXyf1Oe963viIuL3K7bW7Kv3zx9JXltZD8q43qCImWKuJsbFKG1y2CAA0fjSMt1yjD kY8vmbwNgCO95jGqJtADeL9GLleGYCwQYKlNlBUe6fO210y0q6Vol8nBeCzQAkrhqVFO LABkuiivnO6rgrur6IyjGvQAnXJJhmX2LeZuejazkjDiKeE0J4mt05Gcy+OGaFLTUES8 12Wgxmi8oAGIfKUSK6BwfT6MnfF47wTpLc8QDmxbWIF+uStqh8sxW8LiRWnnsx70EMvg 4v7HDV+V3P/Rs9U5QTWaTqjl4iLBIWwkj+tuwgZNUfB+Y7eoFLo6qmPG6OARgVoK+z5G MYdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=/+QtaMZRlbVATvhkKuyU+JLFserJVGzu4/F/v26qggI=; b=S94dOsbpwQB7dFOh2pY4t1+yiccEpt1ivZWLGzb5Htpkf2dGkl6wiRaXq5HNoLVnFd ONuUcsBS67Oi5P+9hPfdqYeC8/iAdZzm80MQOr5nzFJDjnZMiDxFVH2hkFvEPgA45LsQ jIfkdCwecbTslgIlz3z/amn3v0xpOA5beQPMoATVvOKc/Mzdpl3tEkWPTcHYg0ByZck5 X1XnPO4vX5X0pdQwXxeITpBTYpfqUKtFA+mSE/iWQ0AAp3Yl/X7pSvgzi1+ViXlpc2oG PrMJqaL4o+7JhhixhDXzvLgoXSH859XlhzH2Ht5FJI1ahu27k3uVko8ecx1uCEBCYGAx n+ng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u14si1673618otk.178.2020.02.21.07.40.35; Fri, 21 Feb 2020 07:40:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728755AbgBUPkD (ORCPT + 99 others); Fri, 21 Feb 2020 10:40:03 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:40049 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728198AbgBUPkD (ORCPT ); Fri, 21 Feb 2020 10:40:03 -0500 Received: from Internal Mail-Server by MTLPINE2 (envelope-from asmaa@mellanox.com) with ESMTPS (AES256-SHA encrypted); 21 Feb 2020 17:40:01 +0200 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 01LFe0Io030549; Fri, 21 Feb 2020 10:40:00 -0500 Received: (from asmaa@localhost) by farm-0002.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id 01LFdxS8013336; Fri, 21 Feb 2020 10:39:59 -0500 From: Asmaa Mnebhi To: bgolaszewski@baylibre.com, linus.walleij@linaro.org Cc: Asmaa Mnebhi , linux-kernel@vger.kernel.org Subject: [PATCH v1 0/1] gpio: add driver for Mellanox BlueField 2 GPIO controller Date: Fri, 21 Feb 2020 10:39:54 -0500 Message-Id: X-Mailer: git-send-email 2.1.2 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds support for the GPIO controller used by Mellanox BlueFIeld 2 SOCs. Asmaa Mnebhi (1): gpio: add driver for Mellanox BlueField 2 GPIO controller drivers/gpio/Kconfig | 7 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-mlxbf2.c | 411 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 419 insertions(+) create mode 100644 drivers/gpio/gpio-mlxbf2.c -- 2.1.2