Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-30 Thread Jonathan Cameron
On 23/12/16 11:40, Lars-Peter Clausen wrote: > On 12/23/2016 10:07 AM, Geert Uytterhoeven wrote: >> BTW, I'm not an IIO expert, but from my limited knowledge, it looks like "O" >> support in IIO is limited to DACs? > > Depends on what you categorize as DACs. There are also >

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-30 Thread Jonathan Cameron
On 23/12/16 11:40, Lars-Peter Clausen wrote: > On 12/23/2016 10:07 AM, Geert Uytterhoeven wrote: >> BTW, I'm not an IIO expert, but from my limited knowledge, it looks like "O" >> support in IIO is limited to DACs? > > Depends on what you categorize as DACs. There are also >

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-28 Thread Linus Walleij
On Sun, Dec 11, 2016 at 11:21 PM, Bartosz Golaszewski wrote: > Some boards are equipped with simple, GPIO-driven power load switches. > An example of such ICs is the TI tps229* series. > > Add device tree bindings allowing to describe them. > > Signed-off-by: Bartosz

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-28 Thread Linus Walleij
On Sun, Dec 11, 2016 at 11:21 PM, Bartosz Golaszewski wrote: > Some boards are equipped with simple, GPIO-driven power load switches. > An example of such ICs is the TI tps229* series. > > Add device tree bindings allowing to describe them. > > Signed-off-by: Bartosz Golaszewski (...) >

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-23 Thread Lars-Peter Clausen
On 12/23/2016 10:07 AM, Geert Uytterhoeven wrote: > BTW, I'm not an IIO expert, but from my limited knowledge, it looks like "O" > support in IIO is limited to DACs? Depends on what you categorize as DACs. There are also potentiometer/rheostat drivers. They are kind of like DACs but the unit you

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-23 Thread Lars-Peter Clausen
On 12/23/2016 10:07 AM, Geert Uytterhoeven wrote: > BTW, I'm not an IIO expert, but from my limited knowledge, it looks like "O" > support in IIO is limited to DACs? Depends on what you categorize as DACs. There are also potentiometer/rheostat drivers. They are kind of like DACs but the unit you

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-23 Thread Geert Uytterhoeven
On Thu, Dec 15, 2016 at 4:05 PM, Rob Herring wrote: > On Wed, Dec 14, 2016 at 10:58 AM, Bartosz Golaszewski > wrote: >> 2016-12-13 20:27 GMT+01:00 Rob Herring : >>> On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote:

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-23 Thread Geert Uytterhoeven
On Thu, Dec 15, 2016 at 4:05 PM, Rob Herring wrote: > On Wed, Dec 14, 2016 at 10:58 AM, Bartosz Golaszewski > wrote: >> 2016-12-13 20:27 GMT+01:00 Rob Herring : >>> On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: Some boards are equipped with simple, GPIO-driven power

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-15 Thread Rob Herring
On Wed, Dec 14, 2016 at 10:58 AM, Bartosz Golaszewski wrote: > 2016-12-13 20:27 GMT+01:00 Rob Herring : >> On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: >>> Some boards are equipped with simple, GPIO-driven power load switches.

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-15 Thread Rob Herring
On Wed, Dec 14, 2016 at 10:58 AM, Bartosz Golaszewski wrote: > 2016-12-13 20:27 GMT+01:00 Rob Herring : >> On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: >>> Some boards are equipped with simple, GPIO-driven power load switches. >>> An example of such ICs is the TI tps229*

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-15 Thread Bartosz Golaszewski
2016-12-14 18:36 GMT+01:00 Jonathan Cameron : > > > On 14 December 2016 16:58:21 GMT+00:00, Bartosz Golaszewski > wrote: >>2016-12-13 20:27 GMT+01:00 Rob Herring : >>> On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-15 Thread Bartosz Golaszewski
2016-12-14 18:36 GMT+01:00 Jonathan Cameron : > > > On 14 December 2016 16:58:21 GMT+00:00, Bartosz Golaszewski > wrote: >>2016-12-13 20:27 GMT+01:00 Rob Herring : >>> On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: Some boards are equipped with simple, GPIO-driven power

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-14 Thread Bartosz Golaszewski
2016-12-13 20:27 GMT+01:00 Rob Herring : > On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: >> Some boards are equipped with simple, GPIO-driven power load switches. >> An example of such ICs is the TI tps229* series. > > How is this different than a GPIO

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-14 Thread Bartosz Golaszewski
2016-12-13 20:27 GMT+01:00 Rob Herring : > On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: >> Some boards are equipped with simple, GPIO-driven power load switches. >> An example of such ICs is the TI tps229* series. > > How is this different than a GPIO regulator? The input

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-13 Thread Rob Herring
On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: > Some boards are equipped with simple, GPIO-driven power load switches. > An example of such ICs is the TI tps229* series. How is this different than a GPIO regulator? The input and output voltages just happen to be the same.

Re: [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-13 Thread Rob Herring
On Sun, Dec 11, 2016 at 11:21:44PM +0100, Bartosz Golaszewski wrote: > Some boards are equipped with simple, GPIO-driven power load switches. > An example of such ICs is the TI tps229* series. How is this different than a GPIO regulator? The input and output voltages just happen to be the same.

[PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-11 Thread Bartosz Golaszewski
Some boards are equipped with simple, GPIO-driven power load switches. An example of such ICs is the TI tps229* series. Add device tree bindings allowing to describe them. Signed-off-by: Bartosz Golaszewski --- .../bindings/power/gpio-power-switch.txt | 25

[PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches

2016-12-11 Thread Bartosz Golaszewski
Some boards are equipped with simple, GPIO-driven power load switches. An example of such ICs is the TI tps229* series. Add device tree bindings allowing to describe them. Signed-off-by: Bartosz Golaszewski --- .../bindings/power/gpio-power-switch.txt | 25 ++ 1