linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Technologic I2C-FPGA gpio support
@ 2016-08-08 16:46 Lucile Quirion
  2016-08-08 16:46 ` [PATCH v2 1/2] gpio: add bindings for Technologic I2C-FPGA gpio controller Lucile Quirion
  2016-08-08 16:46 ` [PATCH v2 2/2] gpio: add Technologic I2C-FPGA gpio support Lucile Quirion
  0 siblings, 2 replies; 5+ messages in thread
From: Lucile Quirion @ 2016-08-08 16:46 UTC (permalink / raw)
  To: linux-kernel, linux-gpio
  Cc: Linus Walleij, Alexandre Courbot, kernel, Lucile Quirion

This driver aims to support all Technologic Systems's boards embedding FPGA
GPIOs with an I2C interface.

Changes in v2:
 - convert from bool to tristate


Lucile Quirion (2):
  gpio: add bindings for Technologic I2C-FPGA gpio controller
  gpio: add Technologic I2C-FPGA gpio support

 .../devicetree/bindings/gpio/gpio-ts4900.txt       |  29 +++
 drivers/gpio/Kconfig                               |   6 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-ts4900.c                         | 238 +++++++++++++++++++++
 4 files changed, 274 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-ts4900.txt
 create mode 100644 drivers/gpio/gpio-ts4900.c

-- 
2.5.5


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

end of thread, other threads:[~2016-08-11 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 16:46 [PATCH v2 0/2] Technologic I2C-FPGA gpio support Lucile Quirion
2016-08-08 16:46 ` [PATCH v2 1/2] gpio: add bindings for Technologic I2C-FPGA gpio controller Lucile Quirion
2016-08-11 13:31   ` Linus Walleij
2016-08-08 16:46 ` [PATCH v2 2/2] gpio: add Technologic I2C-FPGA gpio support Lucile Quirion
2016-08-11 13:32   ` 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).