Re: [PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-03-08 Thread Linus Walleij
On Tue, Mar 1, 2016 at 8:30 AM, Eric Anholt wrote: > From: Phil Elwell > > The DT bindings for pinctrl-bcm2835 allow both the function and pull > to contain either one entry or one per pin. However, an error in the > DT parsing can cause failures if the

Re: [PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-03-08 Thread Linus Walleij
On Tue, Mar 1, 2016 at 8:30 AM, Eric Anholt wrote: > From: Phil Elwell > > The DT bindings for pinctrl-bcm2835 allow both the function and pull > to contain either one entry or one per pin. However, an error in the > DT parsing can cause failures if the number of pulls differs from the > number

Re: [PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-03-03 Thread Stephen Warren
On 02/29/2016 06:30 PM, Eric Anholt wrote: From: Phil Elwell The DT bindings for pinctrl-bcm2835 allow both the function and pull to contain either one entry or one per pin. However, an error in the DT parsing can cause failures if the number of pulls differs from the

Re: [PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-03-03 Thread Stephen Warren
On 02/29/2016 06:30 PM, Eric Anholt wrote: From: Phil Elwell The DT bindings for pinctrl-bcm2835 allow both the function and pull to contain either one entry or one per pin. However, an error in the DT parsing can cause failures if the number of pulls differs from the number of functions.

Re: [PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-03-01 Thread Phil Elwell
On 01/03/2016 01:30, Eric Anholt wrote: > From: Phil Elwell > > The DT bindings for pinctrl-bcm2835 allow both the function and pull > to contain either one entry or one per pin. However, an error in the > DT parsing can cause failures if the number of pulls differs from the

Re: [PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-03-01 Thread Phil Elwell
On 01/03/2016 01:30, Eric Anholt wrote: > From: Phil Elwell > > The DT bindings for pinctrl-bcm2835 allow both the function and pull > to contain either one entry or one per pin. However, an error in the > DT parsing can cause failures if the number of pulls differs from the > number of

[PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-02-29 Thread Eric Anholt
From: Phil Elwell The DT bindings for pinctrl-bcm2835 allow both the function and pull to contain either one entry or one per pin. However, an error in the DT parsing can cause failures if the number of pulls differs from the number of functions. Signed-off-by: Eric Anholt

[PATCH] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-02-29 Thread Eric Anholt
From: Phil Elwell The DT bindings for pinctrl-bcm2835 allow both the function and pull to contain either one entry or one per pin. However, an error in the DT parsing can cause failures if the number of pulls differs from the number of functions. Signed-off-by: Eric Anholt Cc: