Re: [PATCH V2 1/2] pinctrl: utils : add support to pass config type in generic util APIs

2013-08-21 Thread Linus Walleij
On Wed, Aug 21, 2013 at 1:23 PM, Laxman Dewangan wrote: > Add support to pass the config type like GROUP or PIN when using > the utils or generic pin configuration APIs. This will make the > APIs more generic. > > Added additional inline APIs such that it can be use directly as > callback for the

Re: [PATCH V2 1/2] pinctrl: utils : add support to pass config type in generic util APIs

2013-08-21 Thread Stephen Warren
On 08/21/2013 05:23 AM, Laxman Dewangan wrote: > Add support to pass the config type like GROUP or PIN when using > the utils or generic pin configuration APIs. This will make the > APIs more generic. > > Added additional inline APIs such that it can be use directly as > callback for the pinctrl_o

[PATCH V2 1/2] pinctrl: utils : add support to pass config type in generic util APIs

2013-08-21 Thread Laxman Dewangan
Add support to pass the config type like GROUP or PIN when using the utils or generic pin configuration APIs. This will make the APIs more generic. Added additional inline APIs such that it can be use directly as callback for the pinctrl_ops. Signed-off-by: Laxman Dewangan --- Changes from V1: -