RE: [PATCH] pinctrl: Pass all configs to driver on pin_config_set()

2013-08-21 Thread Sherman Yin
Hi Linus, >Right now this does not apply to my "devel" branch, so I'd like you >to rebase on that right now. (This is what will go into v3.12). > >This is also late in the development cycle so I believe this is going to >be v3.13 material unless there are more release candidates. > >You can also h

Re: [PATCH] pinctrl: Pass all configs to driver on pin_config_set()

2013-08-21 Thread Linus Walleij
Hi Sherman, On Fri, Aug 16, 2013 at 12:42 AM, Sherman Yin wrote: > When setting pin configuration in the pinctrl framework, pin_config_set() or > pin_config_group_set() is called in a loop to set one configuration at a time > for the specified pin or group. > > This patch 1) removes the loop and

Re: [PATCH] pinctrl: Pass all configs to driver on pin_config_set()

2013-08-19 Thread Stephen Warren
On 08/15/2013 04:42 PM, Sherman Yin wrote: > When setting pin configuration in the pinctrl framework, pin_config_set() or > pin_config_group_set() is called in a loop to set one configuration at a time > for the specified pin or group. > > This patch 1) removes the loop and 2) changes the API to p