[PATCH 1/1] dt-bindings: power: supply: add missing semi-colon in example

2019-03-28 Thread Sebastien Bourdelin
Fix the example documentation which is missing a semi-colon. Signed-off-by: Sebastien Bourdelin --- Documentation/devicetree/bindings/power/supply/gpio-charger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/power/supply/gpio-charger.txt

Re: [PATCH v2 2/2] dt-bindings: iio: chemical: Add bindings for bme680

2019-01-21 Thread sebastien bourdelin
On 1/19/19 11:57 AM, Jonathan Cameron wrote: On Mon, 14 Jan 2019 15:17:10 -0500 sebastien bourdelin wrote: On 1/12/19 1:28 PM, Jonathan Cameron wrote: On Fri, 11 Jan 2019 15:53:59 -0500 Sebastien Bourdelin wrote: BME680 is a pressure/temperature/humidity/voc sensor. Signed-off

Re: [PATCH v2 1/2] iio: chemical: bme680: Add device-tree support

2019-01-16 Thread Sebastien Bourdelin
Hi Himanshu, On 1/15/19 1:41 PM, Himanshu Jha wrote: ... himanshu@himanshu-Vostro-3559:~/linux-next$ sudo make drivers/iio/chemical/bme680_spi.o scripts/kconfig/conf --syncconfig Kconfig make[1]: Nothing to be done for 'all'. HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o

[PATCH v3 1/2] iio: chemical: bme680: Add device-tree support

2019-01-14 Thread Sebastien Bourdelin
This commit allow the driver to work with device-tree. Signed-off-by: Sebastien Bourdelin --- v2 -> v3: - remove of_match_ptr: Suggested by Jonathan Cameron - minor style fixup - rebase on master v1 -> v2: - add missing of.h header in bme680_spi.c --- drivers/iio/chemical/bme680

[PATCH v3 2/2] dt-bindings: iio: chemical: Add bindings for bme680

2019-01-14 Thread Sebastien Bourdelin
BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin --- v2 -> v3: - change i2c address to 0x76 as it seems more reliable: Suggested by Himanshu Jha - rebase on master --- .../devicetree/bindings/iio/chemical/bme680.txt | 11 +++ 1 f

Re: [PATCH v2 2/2] dt-bindings: iio: chemical: Add bindings for bme680

2019-01-14 Thread sebastien bourdelin
On 1/12/19 1:28 PM, Jonathan Cameron wrote: On Fri, 11 Jan 2019 15:53:59 -0500 Sebastien Bourdelin wrote: BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin Hmm. We could add the VDD and VDIO regulators perhaps. Driver assumes they are on currently

Re: [PATCH v2 1/2] iio: chemical: bme680: Add device-tree support

2019-01-14 Thread sebastien bourdelin
Hi, On 1/12/19 1:22 PM, Jonathan Cameron wrote: On Fri, 11 Jan 2019 15:53:58 -0500 Sebastien Bourdelin wrote: This commit allow the driver to work with device-tree. Signed-off-by: Sebastien Bourdelin Minor stuff inline. J --- v1 -> v2: - add missing of.h header in bme680_sp

Re: [PATCH v2 1/2] iio: chemical: bme680: Add device-tree support

2019-01-14 Thread sebastien bourdelin
Hi, On 1/12/19 4:42 AM, Himanshu Jha wrote: On Fri, Jan 11, 2019 at 03:53:58PM -0500, Sebastien Bourdelin wrote: This commit allow the driver to work with device-tree. Signed-off-by: Sebastien Bourdelin --- I get the following compilation failure: Below I have `allyesconfig` except 'BME680

[PATCH v2 1/2] iio: chemical: bme680: Add device-tree support

2019-01-11 Thread Sebastien Bourdelin
This commit allow the driver to work with device-tree. Signed-off-by: Sebastien Bourdelin --- v1 -> v2: - add missing of.h header in bme680_spi.c --- drivers/iio/chemical/bme680_i2c.c | 7 +++ drivers/iio/chemical/bme680_spi.c | 9 + 2 files changed, 16 insertions(+) diff --

[PATCH v2 2/2] dt-bindings: iio: chemical: Add bindings for bme680

2019-01-11 Thread Sebastien Bourdelin
BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin --- .../devicetree/bindings/iio/chemical/bme680.txt | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/chemical/bme680.txt diff --git

[PATCH 1/2] iio: chemical: bme680: Add device-tree support

2019-01-11 Thread Sebastien Bourdelin
This commit allow the driver to work with device-tree. Signed-off-by: Sebastien Bourdelin --- drivers/iio/chemical/bme680_i2c.c | 7 +++ drivers/iio/chemical/bme680_spi.c | 7 +++ 2 files changed, 14 insertions(+) diff --git a/drivers/iio/chemical/bme680_i2c.c b/drivers/iio/chemical

[PATCH 2/2] dt-bindings: iio: chemical: Add bindings for bme680

2019-01-11 Thread Sebastien Bourdelin
BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin --- .../devicetree/bindings/iio/chemical/bme680.txt | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/chemical/bme680.txt diff --git

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

2017-12-07 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v8 -> v9: - rebase on master - fix gpio active direction (

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

2017-12-07 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin --- Changes v8 -> v9: - rebase on master - fix gpio active direction (suggested by Fabio Estevam) Changes v7 -&

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

2017-12-07 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Rob Herring <r...@kernel.org> --- Changes v8 -> v9: - rebase on master Changes v7 -> v8: - rebase on master

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

2017-12-07 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin Acked-by: Rob Herring --- Changes v8 -> v9: - rebase on master Changes v7 -> v8: - rebase on master Changes v6 -> v7: - rebase on master Changes v5 -> v6: - reba

Re: [PATCH v8 2/2] ARM: dts: TS-4600: add basic device tree

2017-12-07 Thread Sebastien Bourdelin
Hi Fabio On 11/26/2017 02:39 PM, Fabio Estevam wrote: > Hi Sebastien, > > On Thu, Nov 23, 2017 at 7:04 PM, Sebastien Bourdelin > <sebastien.bourde...@savoirfairelinux.com> wrote: > >> + reg_vddio_sd0: regulator-vddio-sd0 { >> +

Re: [PATCH v8 2/2] ARM: dts: TS-4600: add basic device tree

2017-12-07 Thread Sebastien Bourdelin
Hi Fabio On 11/26/2017 02:39 PM, Fabio Estevam wrote: > Hi Sebastien, > > On Thu, Nov 23, 2017 at 7:04 PM, Sebastien Bourdelin > wrote: > >> + reg_vddio_sd0: regulator-vddio-sd0 { >> + compatible = "regulator-fixed"; >>

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

2017-12-07 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v3 -> v4: - rebase on master - comestic changes (suggested by

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

2017-12-07 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin --- Changes v3 -> v4: - rebase on master - comestic changes (suggested by Shawn Guo) Changes v2 -> v3: - fix typo in

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

2017-12-07 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v3 -> v4: - rebase on master Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technol

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

2017-12-07 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin --- Changes v3 -> v4: - rebase on master Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+)

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

2017-12-07 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v3 -> v4: - rebase on master - comestic changes (suggested by

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

2017-12-07 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin --- Changes v3 -> v4: - rebase on master - comestic changes (suggested by Shawn Guo) Changes v2 -> v3: - fix typo in

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

2017-12-07 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v3 -> v4: - rebase on master Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technol

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

2017-12-07 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin --- Changes v3 -> v4: - rebase on master Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+)

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

2017-11-23 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v7 -> v8: - rebase on master - merge the rev A and B into o

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

2017-11-23 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin --- Changes v7 -> v8: - rebase on master - merge the rev A and B into one device tree based on the last rev B beca

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

2017-11-23 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Rob Herring <r...@kernel.org> --- Changes v7 -> v8: - rebase on master Changes v6 -> v7: - rebase on master

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

2017-11-23 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin Acked-by: Rob Herring --- Changes v7 -> v8: - rebase on master Changes v6 -> v7: - rebase on master Changes v5 -> v6: - rebase on master - split the previous patch series in

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

2017-11-23 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v2 -> v3: - fix typo in imx6q-ts7970.dts (suggested by Fabi

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

2017-11-23 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions

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

2017-11-23 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin --- Changes v2 -> v3: - fix typo in imx6q-ts7970.dts (suggested by Fabio Estevam) - add enable-active-high on regula

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

2017-11-23 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin --- Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindi

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

2017-11-23 Thread Sebastien Bourdelin
Hi Fabio, On 11/22/2017 03:48 PM, Fabio Estevam wrote: > On Wed, Nov 22, 2017 at 6:32 PM, Sebastien Bourdelin > <sebastien.bourde...@savoirfairelinux.com> wrote: > >> +/dts-v1/; >> +#include "imx6q.dtsi" >> +#include "imx6qdl-ts7970.dtsi"

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

2017-11-23 Thread Sebastien Bourdelin
Hi Fabio, On 11/22/2017 03:48 PM, Fabio Estevam wrote: > On Wed, Nov 22, 2017 at 6:32 PM, Sebastien Bourdelin > wrote: > >> +/dts-v1/; >> +#include "imx6q.dtsi" >> +#include "imx6qdl-ts7970.dtsi" >> + >> +/ { >> + model =

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

2017-11-22 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions

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

2017-11-22 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin --- Changes v1 -> v2: - rebase on master --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindi

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

2017-11-22 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v1 -> v2: - rebase on master - remove spidev devices (

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

2017-11-22 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin --- Changes v1 -> v2: - rebase on master - remove spidev devices (suggested by Fabio Estevam) - remove inexistant sata n

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

2017-11-21 Thread Sebastien Bourdelin
Hi Fabio, On 11/20/2017 06:37 PM, Fabio Estevam wrote: > Hi Sebastien, > > On Mon, Nov 20, 2017 at 7:15 PM, Sebastien Bourdelin > <sebastien.bourde...@savoirfairelinux.com> wrote: > >> + { >> + cs-gpios = < >> +31 GPIO_ACTIVE_HI

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

2017-11-21 Thread Sebastien Bourdelin
Hi Fabio, On 11/20/2017 06:37 PM, Fabio Estevam wrote: > Hi Sebastien, > > On Mon, Nov 20, 2017 at 7:15 PM, Sebastien Bourdelin > wrote: > >> + { >> + cs-gpios = < >> +31 GPIO_ACTIVE_HIGH >> +12 GPIO_ACTIVE_HI

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

2017-11-20 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/imx6dl-ts79

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

2017-11-20 Thread Sebastien Bourdelin
These device trees add support for TS-7970 by Technologic Systems. More details here: https://wiki.embeddedarm.com/wiki/TS-7970 Signed-off-by: Sebastien Bourdelin --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/imx6dl-ts7970.dts | 54 +++ arch/arm/boot/dts/imx6q

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

2017-11-20 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bi

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

2017-11-20 Thread Sebastien Bourdelin
This adds the documentation for the TS-7970 by Technologic Systems. Signed-off-by: Sebastien Bourdelin --- Documentation/devicetree/bindings/arm/technologic.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/technologic.txt b/Documentation

Re: [PATCH v7 2/2] bus: add driver for the Technologic Systems NBUS

2017-11-02 Thread Sebastien Bourdelin
On 11/02/2017 11:57 AM, Linus Walleij wrote: > On Thu, Nov 2, 2017 at 3:37 PM, Sebastien Bourdelin > <sebastien.bourde...@savoirfairelinux.com> wrote: > >>> BTW do you have a way upstream for this patch? ARM SoC? >> >> Honestly i have no idea, do you have a re

Re: [PATCH v7 2/2] bus: add driver for the Technologic Systems NBUS

2017-11-02 Thread Sebastien Bourdelin
On 11/02/2017 11:57 AM, Linus Walleij wrote: > On Thu, Nov 2, 2017 at 3:37 PM, Sebastien Bourdelin > wrote: > >>> BTW do you have a way upstream for this patch? ARM SoC? >> >> Honestly i have no idea, do you have a recommandation for this kind of >>

Re: [PATCH v7 2/2] bus: add driver for the Technologic Systems NBUS

2017-11-02 Thread Sebastien Bourdelin
Hi Linus, On 11/02/2017 10:22 AM, Linus Walleij wrote: > On Wed, Nov 1, 2017 at 6:14 PM, Sebastien Bourdelin > <sebastien.bourde...@savoirfairelinux.com> wrote: > >> This driver implements a GPIOs bit-banged bus, called the NBUS by >> Technologic Systems

Re: [PATCH v7 2/2] bus: add driver for the Technologic Systems NBUS

2017-11-02 Thread Sebastien Bourdelin
Hi Linus, On 11/02/2017 10:22 AM, Linus Walleij wrote: > On Wed, Nov 1, 2017 at 6:14 PM, Sebastien Bourdelin > wrote: > >> This driver implements a GPIOs bit-banged bus, called the NBUS by >> Technologic Systems. It is used to communicate with the peripherals in >>

[PATCH v7 2/2] bus: add driver for the Technologic Systems NBUS

2017-11-01 Thread Sebastien Bourdelin
This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic Systems. It is used to communicate with the peripherals in the FPGA on the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Linus Walleij <linus.wall...@l

[PATCH v7 2/2] bus: add driver for the Technologic Systems NBUS

2017-11-01 Thread Sebastien Bourdelin
This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic Systems. It is used to communicate with the peripherals in the FPGA on the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin Acked-by: Linus Walleij --- Changes v6 -> v7: - rebase on master Changes v5 -&

[PATCH v7 1/2] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-11-01 Thread Sebastien Bourdelin
Add binding documentation for the Technologic Systems NBUS that is used to interface with peripherals in the FPGA of the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Linus Walleij <linus.wall...@linaro.org> Acked-by: Ro

[PATCH v7 1/2] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-11-01 Thread Sebastien Bourdelin
Add binding documentation for the Technologic Systems NBUS that is used to interface with peripherals in the FPGA of the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin Acked-by: Linus Walleij Acked-by: Rob Herring --- Changes v6 -> v7: - rebase on master - add missing ack from Rob Herr

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

2017-11-01 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v6 -> v7: - rebase on master - remove unneeded pin

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

2017-11-01 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin --- Changes v6 -> v7: - rebase on master - remove unneeded pinctrl-name (suggested by Shawn Guo) - add reg to the node

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

2017-11-01 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Rob Herring <r...@kernel.org> --- Changes v6 -> v7: - rebase on master Changes v5 -> v6: - rebase on master - split

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

2017-11-01 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin Acked-by: Rob Herring --- Changes v6 -> v7: - rebase on master Changes v5 -> v6: - rebase on master - split the previous patch series into series by subsystem Changes v4 -> v5

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

2017-08-03 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Rob Herring <r...@kernel.org> --- Changes v5 -> v6: - rebase on master - split the previous patch series into seri

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

2017-08-03 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Signed-off-by: Sebastien Bourdelin Acked-by: Rob Herring --- Changes v5 -> v6: - rebase on master - split the previous patch series into series by subsystem Changes v4 -> v5: - fix missing signed off Changes v3

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

2017-08-03 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v5 -> v6: - rebase on master - split the previous pat

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

2017-08-03 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin --- Changes v5 -> v6: - rebase on master - split the previous patch series into series by subsystem Changes v4 -&

Re: [PATCH v5 0/8] Add board support for TS-4600

2017-08-03 Thread Sebastien Bourdelin
On 08/02/2017 09:26 PM, Shawn Guo wrote: > On Fri, Jul 14, 2017 at 04:32:10PM -0400, Sebastien Bourdelin wrote: >> This patch serie adds support for the TS-4600 boards rev A and B. These >> boards, manufactured by Technologic Systems, are based on an i.MX28. >> >> Thi

Re: [PATCH v5 0/8] Add board support for TS-4600

2017-08-03 Thread Sebastien Bourdelin
On 08/02/2017 09:26 PM, Shawn Guo wrote: > On Fri, Jul 14, 2017 at 04:32:10PM -0400, Sebastien Bourdelin wrote: >> This patch serie adds support for the TS-4600 boards rev A and B. These >> boards, manufactured by Technologic Systems, are based on an i.MX28. >> >> Thi

[PATCH v6 1/2] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-08-03 Thread Sebastien Bourdelin
Add binding documentation for the Technologic Systems NBUS that is used to interface with peripherals in the FPGA of the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Linus Walleij <linus.wall...@linaro.org> --- Changes v5 ->

[PATCH v6 1/2] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-08-03 Thread Sebastien Bourdelin
Add binding documentation for the Technologic Systems NBUS that is used to interface with peripherals in the FPGA of the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin Acked-by: Linus Walleij --- Changes v5 -> v6: - rebase on master - split the previous patch series into ser

[PATCH v6 2/2] bus: add driver for the Technologic Systems NBUS

2017-08-03 Thread Sebastien Bourdelin
This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic Systems. It is used to communicate with the peripherals in the FPGA on the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Linus Walleij <linus.wall...@l

[PATCH v6 2/2] bus: add driver for the Technologic Systems NBUS

2017-08-03 Thread Sebastien Bourdelin
This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic Systems. It is used to communicate with the peripherals in the FPGA on the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin Acked-by: Linus Walleij --- Changes v5 -> v6: - rebase on master - split the previ

[PATCH v5 5/8] ARM: dts: TS-4600: add NBUS support

2017-07-14 Thread Sebastien Bourdelin
This commit enables the NBUS on the TS-4600, using the ts-nbus driver. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master - fix vendor prefixes for dts propertie

[PATCH v5 5/8] ARM: dts: TS-4600: add NBUS support

2017-07-14 Thread Sebastien Bourdelin
This commit enables the NBUS on the TS-4600, using the ts-nbus driver. Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master - fix vendor prefixes for dts properties (suggested by Rob Herring) - v3 was acked by

[PATCH v5 2/8] ARM: dts: TS-4600: add basic device tree

2017-07-14 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4

[PATCH v5 2/8] ARM: dts: TS-4600: add basic device tree

2017-07-14 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master Changes v2 -> v3:

[PATCH v5 8/8] ARM: dts: TS-4600: add watchdog support

2017-07-14 Thread Sebastien Bourdelin
This enables support for the watchdog located in the FPGA. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off --- arch/arm/boot/dts/imx28-ts4600-common.dtsi | 5 + 1 file changed, 5 insertions(+) diff --g

[PATCH v5 8/8] ARM: dts: TS-4600: add watchdog support

2017-07-14 Thread Sebastien Bourdelin
This enables support for the watchdog located in the FPGA. Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off --- arch/arm/boot/dts/imx28-ts4600-common.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx28-ts4600-common.dtsi

[PATCH v5 4/8] bus: add driver for the Technologic Systems NBUS

2017-07-14 Thread Sebastien Bourdelin
This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic Systems. It is used to communicate with the peripherals in the FPGA on the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing s

[PATCH v5 4/8] bus: add driver for the Technologic Systems NBUS

2017-07-14 Thread Sebastien Bourdelin
This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic Systems. It is used to communicate with the peripherals in the FPGA on the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on

[PATCH v5 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
This patch adds dt-binding documentation for TS4600 watchdog controller. Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off v4: - this documentation was pr

[PATCH v5 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
This patch adds dt-binding documentation for TS4600 watchdog controller. Acked-by: Rob Herring Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off v4: - this documentation was previously merged with the watchdog driver and had been acked by Rob Herr

[PATCH v5 7/8] watchdog: TS-4600: add driver for TS-4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
it if it was disable). It can be disabled by writing a special value into it. Reviewed-by: Guenter Roeck <li...@roeck-us.net> Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master

[PATCH v5 7/8] watchdog: TS-4600: add driver for TS-4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
it if it was disable). It can be disabled by writing a special value into it. Reviewed-by: Guenter Roeck Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master - remove the dts and the documentation associated from the driver

[PATCH v5 1/8] of: documentation: add bindings documentation for TS-4600

2017-07-14 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master

[PATCH v5 3/8] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-07-14 Thread Sebastien Bourdelin
Add binding documentation for the Technologic Systems NBUS that is used to interface with peripherals in the FPGA of the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4

[PATCH v5 0/8] Add board support for TS-4600

2017-07-14 Thread Sebastien Bourdelin
are implemented in a FPGA, and can only be access using a custom GPIOs bit-banged bus which is called the NBUS by Technologic Systems. A driver for this bus is also included and used by the watchdog. Sebastien Bourdelin (8): of: documentation: add bindings documentation for TS-4600 ARM: dts: TS

[PATCH v5 3/8] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-07-14 Thread Sebastien Bourdelin
Add binding documentation for the Technologic Systems NBUS that is used to interface with peripherals in the FPGA of the TS-4600 SoM. Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master - fix vendor prefixes f

[PATCH v5 0/8] Add board support for TS-4600

2017-07-14 Thread Sebastien Bourdelin
are implemented in a FPGA, and can only be access using a custom GPIOs bit-banged bus which is called the NBUS by Technologic Systems. A driver for this bus is also included and used by the watchdog. Sebastien Bourdelin (8): of: documentation: add bindings documentation for TS-4600 ARM: dts: TS

[PATCH v5 1/8] of: documentation: add bindings documentation for TS-4600

2017-07-14 Thread Sebastien Bourdelin
This adds the documentation for the TS-4600 by Technologic Systems. Acked-by: Rob Herring Signed-off-by: Sebastien Bourdelin --- Changes v4 -> v5: - fix missing signed off Changes v3 -> v4: - rebase on master Changes v2 -> v3: - rebase on master Changes v1 -> v2: - reba

[PATCH v4 5/8] ARM: dts: TS-4600: add NBUS support

2017-07-14 Thread Sebastien Bourdelin
on master - remove the simple-bus compatibility as the root node will now populate the child nodes (suggested by Rob Herring) - add the vendor prefix to all gpio (suggested by Rob Herring) Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- arch/arm/boot/d

[PATCH v4 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
This patch adds dt-binding documentation for TS4600 watchdog controller. Acked-by: Rob Herring <r...@kernel.org> --- v4: - this documentation was previously merged with the watchdog driver and had been acked by Rob Herring, no changes have been done since. Signed-off-by: Sebastien Bou

[PATCH v4 5/8] ARM: dts: TS-4600: add NBUS support

2017-07-14 Thread Sebastien Bourdelin
on master - remove the simple-bus compatibility as the root node will now populate the child nodes (suggested by Rob Herring) - add the vendor prefix to all gpio (suggested by Rob Herring) Signed-off-by: Sebastien Bourdelin --- arch/arm/boot/dts/imx28-ts4600-common.

[PATCH v4 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
This patch adds dt-binding documentation for TS4600 watchdog controller. Acked-by: Rob Herring --- v4: - this documentation was previously merged with the watchdog driver and had been acked by Rob Herring, no changes have been done since. Signed-off-by: Sebastien Bourdelin

[PATCH v4 2/8] ARM: dts: TS-4600: add basic device tree

2017-07-14 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 --- Changes v3 -> v4: - rebase on master Changes v2 -> v3: - rebase on master Changes v1 -> v2: - rebase on master Signed-off-by: Sebastien

[PATCH v4 2/8] ARM: dts: TS-4600: add basic device tree

2017-07-14 Thread Sebastien Bourdelin
These device trees add support for the TS-4600 by Technologic Systems. More details here: http://wiki.embeddedarm.com/wiki/TS-4600 --- Changes v3 -> v4: - rebase on master Changes v2 -> v3: - rebase on master Changes v1 -> v2: - rebase on master Signed-off-by: Sebastien

[PATCH v4 7/8] watchdog: TS-4600: add driver for TS-4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
nfig (suggested by Guenter Roeck) - simplify the set_timeout function (suggested by Guenter Roeck) - use the max_hw_heartbeat_ms callback instead of the max_timeout callback (suggested by Guenter Roeck) Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com>

[PATCH v4 7/8] watchdog: TS-4600: add driver for TS-4600 watchdog controller

2017-07-14 Thread Sebastien Bourdelin
ter Roeck) - simplify the set_timeout function (suggested by Guenter Roeck) - use the max_hw_heartbeat_ms callback instead of the max_timeout callback (suggested by Guenter Roeck) Signed-off-by: Sebastien Bourdelin --- drivers/watchdog/Kconfig | 11 +++ drivers/watchdog/Makefile

[PATCH v4 8/8] ARM: dts: TS-4600: add watchdog support

2017-07-14 Thread Sebastien Bourdelin
This enables support for the watchdog located in the FPGA. Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- arch/arm/boot/dts/imx28-ts4600-common.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx28-ts4600-common.dtsi b/ar

[PATCH v4 8/8] ARM: dts: TS-4600: add watchdog support

2017-07-14 Thread Sebastien Bourdelin
This enables support for the watchdog located in the FPGA. Signed-off-by: Sebastien Bourdelin --- arch/arm/boot/dts/imx28-ts4600-common.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx28-ts4600-common.dtsi b/arch/arm/boot/dts/imx28-ts4600-common.dtsi index

[PATCH v4 0/8] Add board support for TS-4600

2017-07-14 Thread Sebastien Bourdelin
are implemented in a FPGA, and can only be access using a custom GPIOs bit-banged bus which is called the NBUS by Technologic Systems. A driver for this bus is also included and used by the watchdog. Sebastien Bourdelin (8): of: documentation: add bindings documentation for TS-4600 ARM: dts: TS

[PATCH v4 0/8] Add board support for TS-4600

2017-07-14 Thread Sebastien Bourdelin
are implemented in a FPGA, and can only be access using a custom GPIOs bit-banged bus which is called the NBUS by Technologic Systems. A driver for this bus is also included and used by the watchdog. Sebastien Bourdelin (8): of: documentation: add bindings documentation for TS-4600 ARM: dts: TS

[PATCH v4 4/8] bus: add driver for the Technologic Systems NBUS

2017-07-14 Thread Sebastien Bourdelin
anymore (suggested by Linus Walleij) - replace the use of the legacy GPIO API with gpiod (suggested by Linus Walleij) - use the ts vendor prefix for gpios (suggested by Rob Herring) Signed-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- drivers/bus/Kconfig

[PATCH v4 3/8] dt-bindings: bus: Add documentation for the Technologic Systems NBUS

2017-07-14 Thread Sebastien Bourdelin
igned-off-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> --- Documentation/devicetree/bindings/bus/ts-nbus.txt | 50 +++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/bus/ts-nbus.txt diff --git a/Documentation/devi

  1   2   >