Re: [PATCH] pinctrl: bcm2835: make use of of_property_read_u32_index()

2013-04-03 Thread Linus Walleij
On Thu, Mar 28, 2013 at 7:18 AM, Tony Prisk wrote: > On Wed, 2013-03-27 at 23:09 -0600, Stephen Warren wrote: >> Use the new standard API of_property_read_u32_index() instead of open- >> coding it. >> >> Signed-off-by: Stephen Warren >> --- >> Note: This depends on the proposed patch "of: Add sup

Re: [PATCH] pinctrl: bcm2835: make use of of_property_read_u32_index()

2013-03-27 Thread Tony Prisk
On Wed, 2013-03-27 at 23:09 -0600, Stephen Warren wrote: > Use the new standard API of_property_read_u32_index() instead of open- > coding it. > > Signed-off-by: Stephen Warren > --- > Note: This depends on the proposed patch "of: Add support for reading > a u32 from a multi-value property" by To

[PATCH] pinctrl: bcm2835: make use of of_property_read_u32_index()

2013-03-27 Thread Stephen Warren
Use the new standard API of_property_read_u32_index() instead of open- coding it. Signed-off-by: Stephen Warren --- Note: This depends on the proposed patch "of: Add support for reading a u32 from a multi-value property" by Tony Prisk. BTW, I realized why I didn't create that standard API, but w