All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] gpio: add driver for Mellanox BlueField 2 GPIO controller
@ 2020-03-02 16:55 Asmaa Mnebhi
  2020-03-02 16:55 ` [PATCH v3 1/1] " Asmaa Mnebhi
  0 siblings, 1 reply; 4+ messages in thread
From: Asmaa Mnebhi @ 2020-03-02 16:55 UTC (permalink / raw)
  To: bgolaszewski, linus.walleij; +Cc: Asmaa Mnebhi, linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-02 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 16:55 [PATCH v3 0/1] gpio: add driver for Mellanox BlueField 2 GPIO controller Asmaa Mnebhi
2020-03-02 16:55 ` [PATCH v3 1/1] " Asmaa Mnebhi
2020-03-02 17:48   ` Bartosz Golaszewski
2020-03-02 20:56     ` Asmaa Mnebhi

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.