Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-27 Thread Linus Walleij
On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Using for_each_set_bit() to simplify the code. > > Signed-off-by: Wei Yongjun Applied with Barry's ACK. Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-27 Thread Linus Walleij
On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Using for_each_set_bit() to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Applied with Barry's ACK. Thanks! Linus Walleij -- To unsubscribe

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-17 Thread Barry Song
2013/3/14 Linus Walleij > > On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun wrote: > > > From: Wei Yongjun > > > > Using for_each_set_bit() to simplify the code. > > > > Signed-off-by: Wei Yongjun > > Barry, can I have your ACK on this? yes. acked. thanks Yongjun, Linus. > > Yours, > Linus

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-17 Thread Barry Song
2013/3/14 Linus Walleij linus.wall...@linaro.org On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Using for_each_set_bit() to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Barry, can

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-13 Thread Linus Walleij
On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Using for_each_set_bit() to simplify the code. > > Signed-off-by: Wei Yongjun Barry, can I have your ACK on this? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-13 Thread Linus Walleij
On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Using for_each_set_bit() to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Barry, can I have your ACK on this? Yours, Linus Walleij -- To

[PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-11 Thread Wei Yongjun
From: Wei Yongjun Using for_each_set_bit() to simplify the code. Signed-off-by: Wei Yongjun --- drivers/pinctrl/pinctrl-sirf.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/pinctrl-sirf.c b/drivers/pinctrl/pinctrl-sirf.c index 498b2ba..d6cf500

[PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-11 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Using for_each_set_bit() to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/pinctrl/pinctrl-sirf.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git