Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Mark Brown
On Thu, Feb 13, 2014 at 08:17:54PM +0100, Heiko Stübner wrote: > So I would argue for removing this commit again in favor of my v2 sent 16:34. Yes, that's fine - it hasn't arrived here yet though and I wanted to get a proper fix in. signature.asc Description: Digital signature

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Heiko Stübner
Am Donnerstag, 13. Februar 2014, 19:03:22 schrieb Mark Brown: > On Thu, Feb 13, 2014 at 12:48:52AM +0100, Heiko Stübner wrote: > > From: Heiko Stuebner > > > > Commit 934624d6e9f0 ("regulator: gpio-regulator: do not open-code counting > > and access of dt array elements") forgot to convert the

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Mark Brown
On Thu, Feb 13, 2014 at 12:48:52AM +0100, Heiko Stübner wrote: > From: Heiko Stuebner > > Commit 934624d6e9f0 ("regulator: gpio-regulator: do not open-code counting > and access of dt array elements") forgot to convert the recently added > gpios-states property using the same pattern.

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Mark Brown
On Thu, Feb 13, 2014 at 12:48:52AM +0100, Heiko Stübner wrote: > From: Heiko Stuebner > Commit 934624d6e9f0 ("regulator: gpio-regulator: do not open-code counting > and access of dt array elements") forgot to convert the recently added > gpios-states property using the same pattern. > Convert

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Mark Brown
On Thu, Feb 13, 2014 at 12:48:52AM +0100, Heiko Stübner wrote: From: Heiko Stuebner heiko.stueb...@bqreaders.com Commit 934624d6e9f0 (regulator: gpio-regulator: do not open-code counting and access of dt array elements) forgot to convert the recently added gpios-states property using the same

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Mark Brown
On Thu, Feb 13, 2014 at 12:48:52AM +0100, Heiko Stübner wrote: From: Heiko Stuebner heiko.stueb...@bqreaders.com Commit 934624d6e9f0 (regulator: gpio-regulator: do not open-code counting and access of dt array elements) forgot to convert the recently added gpios-states property using the

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Heiko Stübner
Am Donnerstag, 13. Februar 2014, 19:03:22 schrieb Mark Brown: On Thu, Feb 13, 2014 at 12:48:52AM +0100, Heiko Stübner wrote: From: Heiko Stuebner heiko.stueb...@bqreaders.com Commit 934624d6e9f0 (regulator: gpio-regulator: do not open-code counting and access of dt array elements) forgot

Re: [PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-13 Thread Mark Brown
On Thu, Feb 13, 2014 at 08:17:54PM +0100, Heiko Stübner wrote: So I would argue for removing this commit again in favor of my v2 sent 16:34. Yes, that's fine - it hasn't arrived here yet though and I wanted to get a proper fix in. signature.asc Description: Digital signature

[PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-12 Thread Heiko Stübner
From: Heiko Stuebner Commit 934624d6e9f0 ("regulator: gpio-regulator: do not open-code counting and access of dt array elements") forgot to convert the recently added gpios-states property using the same pattern. Convert this instance to use the of-helpers too, resolving the build error.

[PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading

2014-02-12 Thread Heiko Stübner
From: Heiko Stuebner heiko.stueb...@bqreaders.com Commit 934624d6e9f0 (regulator: gpio-regulator: do not open-code counting and access of dt array elements) forgot to convert the recently added gpios-states property using the same pattern. Convert this instance to use the of-helpers too,