Re: [PATCH] pinctrl: mediatek: Consistently use the BIT() macro

2015-09-25 Thread Linus Walleij
On Fri, Aug 28, 2015 at 4:25 PM, Javier Martinez Canillas wrote: > The mediatek pinctrl driver uses the BIT() macro instead of open > coding 1 << n in all but one place. Replace this occurrence with > the BIT() macro for consistency. > > Signed-off-by: Javier Martinez Canillas Patch applied

Re: [PATCH] pinctrl: mediatek: Consistently use the BIT() macro

2015-09-25 Thread Linus Walleij
On Fri, Aug 28, 2015 at 4:25 PM, Javier Martinez Canillas wrote: > The mediatek pinctrl driver uses the BIT() macro instead of open > coding 1 << n in all but one place. Replace this occurrence with > the BIT() macro for consistency. > > Signed-off-by: Javier Martinez

Re: [PATCH] pinctrl: mediatek: Consistently use the BIT() macro

2015-09-01 Thread Matthias Brugger
On 29/08/15 01:25, Javier Martinez Canillas wrote: The mediatek pinctrl driver uses the BIT() macro instead of open coding 1 << n in all but one place. Replace this occurrence with the BIT() macro for consistency. Signed-off-by: Javier Martinez Canillas ---

Re: [PATCH] pinctrl: mediatek: Consistently use the BIT() macro

2015-09-01 Thread Matthias Brugger
On 29/08/15 01:25, Javier Martinez Canillas wrote: The mediatek pinctrl driver uses the BIT() macro instead of open coding 1 << n in all but one place. Replace this occurrence with the BIT() macro for consistency. Signed-off-by: Javier Martinez Canillas ---

[PATCH] pinctrl: mediatek: Consistently use the BIT() macro

2015-08-28 Thread Javier Martinez Canillas
The mediatek pinctrl driver uses the BIT() macro instead of open coding 1 << n in all but one place. Replace this occurrence with the BIT() macro for consistency. Signed-off-by: Javier Martinez Canillas --- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH] pinctrl: mediatek: Consistently use the BIT() macro

2015-08-28 Thread Javier Martinez Canillas
The mediatek pinctrl driver uses the BIT() macro instead of open coding 1 n in all but one place. Replace this occurrence with the BIT() macro for consistency. Signed-off-by: Javier Martinez Canillas jav...@osg.samsung.com --- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 2 +- 1 file