All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] add device driver for Nuvoton SIO gpio function
@ 2022-07-01  9:14 Henning Schild
  2022-07-01  9:14 ` [PATCH 1/1] gpio: nct6116d: add new driver for several Nuvoton super io chips Henning Schild
  0 siblings, 1 reply; 5+ messages in thread
From: Henning Schild @ 2022-07-01  9:14 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, Bartosz Golaszewski, Linus Walleij,
	Tasanakorn Phaipool
  Cc: Sheng-Yuan Huang, Kuan-Wei Ho, Henning Schild

This adds gpio support for several Super IO chips from Nuvoton. The
driver was originally developed by Nuvoton and i am just contributing it
on behalf, because other patches i will send later will require access
to the gpios. The driver is valid on its own.

The driver supports several chips, of which i only managed to test one
but did not want to drop the others.

I hope the original authors will help with the testing and addressing
review feedback. The changes i did so far mainly are inspired by similar
drivers and some just concern coding style. If more has to be done and
the original authors do not jump in, we might start off with just that
one chip i can test and add the others later on.

Henning Schild (1):
  gpio: nct6116d: add new driver for several Nuvoton super io chips

 drivers/gpio/Kconfig         |   9 +
 drivers/gpio/Makefile        |   1 +
 drivers/gpio/gpio-nct6116d.c | 401 +++++++++++++++++++++++++++++++++++
 3 files changed, 411 insertions(+)
 create mode 100644 drivers/gpio/gpio-nct6116d.c

-- 
2.35.1


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

end of thread, other threads:[~2022-07-04 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01  9:14 [PATCH 0/1] add device driver for Nuvoton SIO gpio function Henning Schild
2022-07-01  9:14 ` [PATCH 1/1] gpio: nct6116d: add new driver for several Nuvoton super io chips Henning Schild
2022-07-01 10:45   ` Andy Shevchenko
2022-07-01 11:12     ` Henning Schild
2022-07-04 13:08     ` Henning Schild

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.