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

2013-08-25 Thread Sherman Yin
Hi Linus, >Didn't you get review from Stephen Warren? Yes, just wasn't sure when those tags should be added. They have been added to v3 now. >Please try to put all the maintainers for the above files on the To: line >so they get a chance to review/ack the patch. Ok. I've added the emails

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

2013-08-25 Thread Sherman Yin
Hi Linus, Didn't you get review from Stephen Warren? Yes, just wasn't sure when those tags should be added. They have been added to v3 now. Please try to put all the maintainers for the above files on the To: line so they get a chance to review/ack the patch. Ok. I've added the emails from

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

2013-08-23 Thread Linus Walleij
On Thu, Aug 22, 2013 at 3:18 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 2) changes

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

2013-08-23 Thread Linus Walleij
On Thu, Aug 22, 2013 at 3:18 AM, Sherman Yin s...@broadcom.com 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