Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457143 > unrolled thread

[PATCH 0/2] Technologic I2C-FPGA gpio support

Started byLucile Quirion <lucile.quirion@savoirfairelinux.com>
First post2016-08-05 16:50 +0200
Last post2016-08-05 16:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Technologic I2C-FPGA gpio support Lucile Quirion <lucile.quirion@savoirfairelinux.com> - 2016-08-05 16:50 +0200

#1457143 — [PATCH 0/2] Technologic I2C-FPGA gpio support

FromLucile Quirion <lucile.quirion@savoirfairelinux.com>
Date2016-08-05 16:50 +0200
Subject[PATCH 0/2] Technologic I2C-FPGA gpio support
Message-ID<s2OBH-lD-5@gated-at.bofh.it>
This driver aims to support all Technologic Systems's boards embedding FPGA
GPIOs with an I2C interface.

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web