linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Support Nvidia BlueField-3 GPIO driver and pin controller
@ 2023-03-15 21:50 Asmaa Mnebhi
  2023-03-15 21:50 ` [PATCH v6 1/2] gpio: mlxbf3: Add gpio driver support Asmaa Mnebhi
  2023-03-15 21:50 ` [PATCH v6 2/2] pinctrl: mlxbf3: Add pinctrl " Asmaa Mnebhi
  0 siblings, 2 replies; 11+ messages in thread
From: Asmaa Mnebhi @ 2023-03-15 21:50 UTC (permalink / raw)
  To: andy.shevchenko, linus.walleij, bgolaszewski, linux-gpio,
	linux-kernel, linux-acpi
  Cc: Asmaa Mnebhi

Support the BlueField-3 SoC GPIO driver for handling interrupts and
providing the option to change the direction and value of a GPIO.
Support the BlueField-3 SoC pin controller driver for allowing a
select number of GPIO pins to be manipulated from userspace or
the kernel.

The gpio-mlxbf3.c driver handles hardware registers and logic
that are different from gpio-mlxbf.c and gpio-mlxbf2.c.
For that reason, we have separate drivers for each generation.

Changes from v5->v6:
- fix some nits in gpio-mlxbf3 and pinctrl-mlxbf3
- add err.h and io.h header files

Asmaa Mnebhi (2):
  gpio: mlxbf3: Add gpio driver support
  pinctrl: mlxbf: Add pinctrl driver support

 drivers/gpio/Kconfig             |  13 ++
 drivers/gpio/Makefile            |   1 +
 drivers/gpio/gpio-mlxbf3.c       | 248 ++++++++++++++++++++++++
 drivers/pinctrl/Kconfig          |  13 ++
 drivers/pinctrl/Makefile         |   1 +
 drivers/pinctrl/pinctrl-mlxbf3.c | 320 +++++++++++++++++++++++++++++++
 6 files changed, 596 insertions(+)
 create mode 100644 drivers/gpio/gpio-mlxbf3.c
 create mode 100644 drivers/pinctrl/pinctrl-mlxbf3.c

-- 
2.30.1


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

end of thread, other threads:[~2023-06-16  9:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 21:50 [PATCH v6 0/2] Support Nvidia BlueField-3 GPIO driver and pin controller Asmaa Mnebhi
2023-03-15 21:50 ` [PATCH v6 1/2] gpio: mlxbf3: Add gpio driver support Asmaa Mnebhi
2023-03-17 12:54   ` Andy Shevchenko
2023-05-26 13:48     ` Asmaa Mnebhi
2023-05-30 11:33       ` Linus Walleij
2023-05-30 13:01         ` Asmaa Mnebhi
2023-03-17 21:00   ` Linus Walleij
2023-06-16  9:09   ` Bartosz Golaszewski
2023-03-15 21:50 ` [PATCH v6 2/2] pinctrl: mlxbf3: Add pinctrl " Asmaa Mnebhi
2023-03-17 12:53   ` Andy Shevchenko
2023-03-19 21:08   ` 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).