Re: [PATCH v1 1/1] gpio: of: provide option generic property for initial line states

2017-06-15 Thread Vladimir Zapolskiy
Hi Oleksij, On 06/15/2017 08:56 AM, Oleksij Rempel wrote: > Hi Vladimir, > > On Sun, Jun 11, 2017 at 10:57:18PM +0300, Vladimir Zapolskiy wrote: >> Hi Oleksij, >> >> On 06/11/2017 09:19 AM, Oleksij Rempel wrote: >>> Hi Rob, >>> >>> On Fri, Jun 09, 2017 at 10:41:30AM -0500, Rob Herring wrote:

Re: [PATCH v1 1/1] gpio: of: provide option generic property for initial line states

2017-06-14 Thread Oleksij Rempel
Hi Vladimir, On Sun, Jun 11, 2017 at 10:57:18PM +0300, Vladimir Zapolskiy wrote: > Hi Oleksij, > > On 06/11/2017 09:19 AM, Oleksij Rempel wrote: > > Hi Rob, > > > > On Fri, Jun 09, 2017 at 10:41:30AM -0500, Rob Herring wrote: > >> On Fri, Jun 9, 2017 at 9:16 AM, Oleksij Rempel > >> wrote: > >>

Re: [PATCH v1 1/1] gpio: of: provide option generic property for initial line states

2017-06-11 Thread Vladimir Zapolskiy
Hi Oleksij, On 06/11/2017 09:19 AM, Oleksij Rempel wrote: > Hi Rob, > > On Fri, Jun 09, 2017 at 10:41:30AM -0500, Rob Herring wrote: >> On Fri, Jun 9, 2017 at 9:16 AM, Oleksij Rempel >> wrote: >>> This property is needed for barebox or may be other bootloaders >>> to set proper gpio configurati

Re: [PATCH v1 1/1] gpio: of: provide option generic property for initial line states

2017-06-10 Thread Oleksij Rempel
Hi Rob, On Fri, Jun 09, 2017 at 10:41:30AM -0500, Rob Herring wrote: > On Fri, Jun 9, 2017 at 9:16 AM, Oleksij Rempel > wrote: > > This property is needed for barebox or may be other bootloaders > > to set proper gpio configuration as early as possible. > > > > This example is mainly based on "l

Re: [PATCH v1 1/1] gpio: of: provide option generic property for initial line states

2017-06-09 Thread Rob Herring
On Fri, Jun 9, 2017 at 9:16 AM, Oleksij Rempel wrote: > This property is needed for barebox or may be other bootloaders > to set proper gpio configuration as early as possible. > > This example is mainly based on "lines-initial-states" property > from this binding documentation: > Documentation/de

[PATCH v1 1/1] gpio: of: provide option generic property for initial line states

2017-06-09 Thread Oleksij Rempel
This property is needed for barebox or may be other bootloaders to set proper gpio configuration as early as possible. This example is mainly based on "lines-initial-states" property from this binding documentation: Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt Signed-off-by: Oleksij Re