Re: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module

2013-04-03 Thread Stephen Warren
Tony Prisk wrote: ... >Can you just confirm you want: > >pinctrl: bcm2835: make use of of_property_read_u32_index() > >to be included in the pull with this series. I'll get it sent out once >you let me know. That sounds fine, thanks. -- Sent from my Android phone with K-9 Mail. Please excuse

Re: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module

2013-04-03 Thread Tony Prisk
On 04/04/13 10:23, Stephen Warren wrote: On 04/03/2013 07:40 AM, Linus Walleij wrote: On Wed, Apr 3, 2013 at 8:24 AM, Tony Prisk wrote: v5 changes: Changed as requested by Rob Herring: Added of_find_property_value_of_size() to drivers/of/base.c to remove some code that was being duplicated.

Re: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module

2013-04-03 Thread Stephen Warren
On 04/03/2013 07:40 AM, Linus Walleij wrote: > On Wed, Apr 3, 2013 at 8:24 AM, Tony Prisk wrote: > >> v5 changes: >> Changed as requested by Rob Herring: >> Added of_find_property_value_of_size() to drivers/of/base.c to remove some >> code that was being duplicated. >> >> Changed as requested by

Re: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module

2013-04-03 Thread Linus Walleij
On Wed, Apr 3, 2013 at 8:08 PM, Tony Prisk wrote: > On 04/04/13 02:40, Linus Walleij wrote: >> This v5 series: >> Acked-by: Linus Walleij >> >> I guess it will go in through the VT8500 tree eventually? >> >> Maybe you could put Stephen's BCMring patch on top when sending >> it in (also Acked-by)

Re: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module

2013-04-03 Thread Tony Prisk
On 04/04/13 02:40, Linus Walleij wrote: On Wed, Apr 3, 2013 at 8:24 AM, Tony Prisk wrote: v5 changes: Changed as requested by Rob Herring: Added of_find_property_value_of_size() to drivers/of/base.c to remove some code that was being duplicated. Changed as requested by Stephen Warren: Redid t

Re: [PATCHv5 0/7] arm: vt8500: Add support for pinctrl/gpio module

2013-04-03 Thread Linus Walleij
On Wed, Apr 3, 2013 at 8:24 AM, Tony Prisk wrote: > v5 changes: > Changed as requested by Rob Herring: > Added of_find_property_value_of_size() to drivers/of/base.c to remove some > code that was being duplicated. > > Changed as requested by Stephen Warren: > Redid the kfree(maps) code as devm_kz