public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] introduce MEN 16Z127 GPIO controller driver
@ 2016-02-29 18:44 Andreas Werner
  2016-02-29 18:44 ` [PATCH v2] gpio: add driver for MEN 16Z127 GPIO controller Andreas Werner
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Werner @ 2016-02-29 18:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: linus.walleij, gnurou, linux-gpio, morbidrsa, andreas.werner

This patch adds the MEN 16Z127 GPIO Controller driver, which
is 32bit wide and located within a MCB FPGA.

changes in v2:
	- ported driver to use the generic MMIO library
	- added open drain support
	- added debounce support

Andreas Werner (1):
  gpio: add driver for MEN 16Z127 GPIO controller

 drivers/gpio/Kconfig        |   7 ++
 drivers/gpio/Makefile       |   1 +
 drivers/gpio/gpio-menz127.c | 200 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 208 insertions(+)
 create mode 100644 drivers/gpio/gpio-menz127.c

-- 
2.6.2

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

end of thread, other threads:[~2016-03-09  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 18:44 [PATCH v2] introduce MEN 16Z127 GPIO controller driver Andreas Werner
2016-02-29 18:44 ` [PATCH v2] gpio: add driver for MEN 16Z127 GPIO controller Andreas Werner
2016-03-09  2:45   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox