All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asmaa Mnebhi <Asmaa@mellanox.com>
To: bgolaszewski@baylibre.com, linus.walleij@linaro.org
Cc: Asmaa Mnebhi <Asmaa@mellanox.com>, linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/1] gpio: add driver for Mellanox BlueField 2 GPIO controller
Date: Mon,  2 Mar 2020 11:55:30 -0500	[thread overview]
Message-ID: <cover.1583167849.git.Asmaa@mellanox.com> (raw)

This patch adds support for the GPIO controller used by Mellanox BlueFIeld
2 SOCs.
This patch addresses the following issues:
1) Merge bgpio lock acquisition into mlbx2_gpio_lock_acquire()
2) Replace devm_ioremap_nocache with devm_ioremap since it is no
longer supported in the latest linux version.

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 | 342 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 350 insertions(+)
 create mode 100644 drivers/gpio/gpio-mlxbf2.c

-- 
2.1.2


             reply	other threads:[~2020-03-02 16:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-02 16:55 Asmaa Mnebhi [this message]
2020-03-02 16:55 ` [PATCH v3 1/1] gpio: add driver for Mellanox BlueField 2 GPIO controller Asmaa Mnebhi
2020-03-02 17:48   ` Bartosz Golaszewski
2020-03-02 20:56     ` Asmaa Mnebhi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1583167849.git.Asmaa@mellanox.com \
    --to=asmaa@mellanox.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.