linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/1] gpio: add driver for Mellanox BlueField GPIO controller
@ 2019-02-21 21:32 Shravan Kumar Ramani
  2019-02-21 21:32 ` [PATCH v4 1/1] " Shravan Kumar Ramani
  2019-02-22  9:12 ` [PATCH v4 0/1] " Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Shravan Kumar Ramani @ 2019-02-21 21:32 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski
  Cc: Shravan Kumar Ramani, linux-gpio, linux-kernel

Changes since v3
 - the naming scheme has been fixed to remove double underscores and use
standard variable names
 - the locking has been updated to protect the entire read/modify
operations.

Regarding the suggested use of the generic MMIO library, I noticed that
bgpio_init only allows for either dirin or dirout to be set, never both.
But since our controller has 2 separate registers, using bgpio_init
might not be possible here.

Shravan Kumar Ramani (1):
  gpio: add driver for Mellanox BlueField GPIO controller

 drivers/gpio/Kconfig      |   6 ++
 drivers/gpio/Makefile     |   1 +
 drivers/gpio/gpio-mlxbf.c | 222 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 229 insertions(+)
 create mode 100644 drivers/gpio/gpio-mlxbf.c

-- 
2.1.2


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

end of thread, other threads:[~2019-02-22  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21 21:32 [PATCH v4 0/1] gpio: add driver for Mellanox BlueField GPIO controller Shravan Kumar Ramani
2019-02-21 21:32 ` [PATCH v4 1/1] " Shravan Kumar Ramani
2019-02-22  9:12 ` [PATCH v4 0/1] " Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).