Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457910
| Path | csiph.com!news.freedyn.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Lucile Quirion <lucile.quirion@savoirfairelinux.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] Technologic I2C-FPGA gpio support |
| Date | Mon, 08 Aug 2016 18:50:01 +0200 |
| Message-ID | <s3VUt-3N7-3@gated-at.bofh.it> (permalink) |
| X-Original-To | linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org |
| X-Mailer | git-send-email 2.5.5 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 21 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Linus Walleij <linus.walleij@linaro.org>, Alexandre Courbot <gnurou@gmail.com>, kernel@savoirfairelinux.com, Lucile Quirion <lucile.quirion@savoirfairelinux.com> |
| X-Original-Date | Mon, 8 Aug 2016 12:46:04 -0400 |
| X-Original-Message-ID | <1470674766-17491-1-git-send-email-lucile.quirion@savoirfairelinux.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1457910 |
Show key headers only | View raw
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] Technologic I2C-FPGA gpio support Lucile Quirion <lucile.quirion@savoirfairelinux.com> - 2016-08-08 18:50 +0200 [PATCH v2 2/2] gpio: add Technologic I2C-FPGA gpio support Lucile Quirion <lucile.quirion@savoirfairelinux.com> - 2016-08-08 18:50 +0200
csiph-web