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

2016-08-12 Thread Lucile Quirion
ction() function - use explicit bit names (GPIO_IN/GPIO_OUT) - fix ts4900_gpio_set() function (do not force the line as output) - doc: document ngpios property Changes in v4: - do not use deprecated gpio interface (linux/gpio.h) - select REGMAP_I2C Lucile Quirion (2): gpio: add bindings for Techno

[PATCH v4 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-12 Thread Lucile Quirion
This driver is generic and aims to support all Technologic Systems's boards embedding FPGA GPIOs with an I2C interface. This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. Signed-off-by: Lucile Quirion --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile

[PATCH v4 1/2] gpio: add bindings for Technologic I2C-FPGA gpio controller

2016-08-12 Thread Lucile Quirion
Device tree binding documentation for Technologic's I2C-FPGA GPIO controller. Signed-off-by: Lucile Quirion --- .../devicetree/bindings/gpio/gpio-ts4900.txt | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-t

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

2016-08-11 Thread Lucile Quirion
ction() function - use explicit bit names (GPIO_IN/GPIO_OUT) - fix ts4900_gpio_set() function (do not force the line as output) - doc: document ngpios property Lucile Quirion (2): gpio: add bindings for Technologic I2C-FPGA gpio controller gpio: add Technologic I2C-FPGA gpio support .../devic

[PATCH v3 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-11 Thread Lucile Quirion
This driver is generic and aims to support all Technologic Systems's boards embedding FPGA GPIOs with an I2C interface. This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. Signed-off-by: Lucile Quirion --- drivers/gpio/Kconfig | 6 ++ drivers/gpio/Makefile

[PATCH v3 1/2] gpio: add bindings for Technologic I2C-FPGA gpio controller

2016-08-11 Thread Lucile Quirion
Device tree binding documentation for Technologic's I2C-FPGA GPIO controller. Signed-off-by: Lucile Quirion --- .../devicetree/bindings/gpio/gpio-ts4900.txt | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-t

[PATCH v3 0/2] Add board support for TS-4900

2016-08-09 Thread Lucile Quirion
naming across pinctrl configuration - do not configure reserved pad settings for RGMII - remove duplicated pin setting MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK - use uart-has-rtscts instead of fsl,uart-has-rtscts - remove fsl,wp-controller property from the eMMC node Lucile Quirion (2): of: docu

[PATCH v3 2/2] ARM: dts: TS-4900: add basic device tree

2016-08-09 Thread Lucile Quirion
These device trees add support for TS-4900 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4900 Signed-off-by: Lucile Quirion --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/imx6dl-ts4900.dts | 49 arch/arm/boot/dts/imx6q-ts4900

[PATCH v3 1/2] of: documentation: add bindings documentation for TS-4900

2016-08-09 Thread Lucile Quirion
This adds the documentation for the TS-4900 by Technologic Systems. Signed-off-by: Lucile Quirion Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/technologic.txt b

[PATCH v2 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-08 Thread Lucile Quirion
This driver is generic and aims to support all Technologic Systems's boards embedding FPGA GPIOs with an I2C interface. This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. Signed-off-by: Lucile Quirion --- drivers/gpio/Kconfig | 6 ++ drivers/gpio/Makefile

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

2016-08-08 Thread 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 su

[PATCH v2 1/2] gpio: add bindings for Technologic I2C-FPGA gpio controller

2016-08-08 Thread Lucile Quirion
Device tree binding documentation for Technologic's I2C-FPGA GPIO controller. Signed-off-by: Lucile Quirion --- .../devicetree/bindings/gpio/gpio-ts4900.txt | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-t

[PATCH 1/2] gpio: add bindings for Technologic I2C-FPGA gpio controller

2016-08-05 Thread Lucile Quirion
Device tree binding documentation for Technologic's I2C-FPGA GPIO controller. Signed-off-by: Lucile Quirion --- .../devicetree/bindings/gpio/gpio-ts4900.txt | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-t

[PATCH 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-05 Thread Lucile Quirion
This driver is generic and aims to support all Technologic Systems's boards embedding FPGA GPIOs with an I2C interface. This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. Signed-off-by: Lucile Quirion --- drivers/gpio/Kconfig | 6 ++ drivers/gpio/Makefile

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

2016-08-05 Thread Lucile Quirion
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

[PATCH v2 1/2] of: documentation: add bindings documentation for TS-4900

2016-08-01 Thread Lucile Quirion
This adds the documentation for the TS-4900 by Technologic Systems. Signed-off-by: Lucile Quirion Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/technologic.txt b

[PATCH v2 2/2] ARM: dts: TS-4900: add basic device tree

2016-08-01 Thread Lucile Quirion
These device trees add support for TS-4900 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4900 Signed-off-by: Lucile Quirion --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/imx6dl-ts4900.dts | 50 arch/arm/boot/dts/imx6q-ts4900

[PATCH v2 0/2] Add board support for TS-4900

2016-08-01 Thread Lucile Quirion
s - re-license dts files with Technologic Systems's agreement - reorder 'status' priority - remove 'regulator-always-on' Lucile Quirion (2): of: documentation: add bindings documentation for TS-4900 ARM: dts: TS-4900: add basic device tree .../devicetree/bindings/arm/tec

[PATCH 2/2] ARM: dts: TS-4900: add basic device tree

2016-07-27 Thread Lucile Quirion
These device trees add support for TS-4900 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4900 Signed-off-by: Lucile Quirion Signed-off-by: Lucile Quirion --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/imx6dl-ts4900.dts | 21 ++ arch

[PATCH 1/2] of: documentation: add bindings documentation for TS-4900

2016-07-27 Thread Lucile Quirion
This adds the documentation for the TS-4900 by Technologic Systems. Signed-off-by: Lucile Quirion --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/technologic.txt b/Documentation/devicetree

[PATCH 0/2] Add board support for TS-4900

2016-07-27 Thread Lucile Quirion
the carrier board's peripherals. Should there be a dts file per SoM and carrier board combination ? There is a already a total of 30 combinations on Technologic's website: https://www.embeddedarm.com/products/category/modular-embedded-systems Lucile Quirion (2): of: documentation: add