|
|
Subscribe / Log in / New account

Technologic I2C-FPGA gpio support

From:  Lucile Quirion <lucile.quirion-AT-savoirfairelinux.com>
To:  linux-kernel-AT-vger.kernel.org, linux-gpio-AT-vger.kernel.org
Subject:  [PATCH v2 0/2] Technologic I2C-FPGA gpio support
Date:  Mon, 8 Aug 2016 12:46:04 -0400
Message-ID:  <1470674766-17491-1-git-send-email-lucile.quirion@savoirfairelinux.com>
Cc:  Linus Walleij <linus.walleij-AT-linaro.org>, Alexandre Courbot <gnurou-AT-gmail.com>, kernel-AT-savoirfairelinux.com, Lucile Quirion <lucile.quirion-AT-savoirfairelinux.com>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds