Re: [PATCH] pinctrl: sh-pfc: r8a7795: use PINMUX_SINGLE() for I2C

2016-06-23 Thread Geert Uytterhoeven
Hi Linus, On Thu, Jun 23, 2016 at 10:47 AM, Linus Walleij wrote: > On Tue, Jun 21, 2016 at 9:21 AM, Kuninori Morimoto > wrote: > >> From: Kuninori Morimoto >> >> Now we have PINMUX_SINGLE(). Let's use it instead of PINMUX_IPSR_NOGP() >> >> Signed-off-by: Kuninori Morimoto >> Reviewed-by: Geert

Re: [PATCH] pinctrl: sh-pfc: r8a7795: use PINMUX_SINGLE() for I2C

2016-06-23 Thread Linus Walleij
On Tue, Jun 21, 2016 at 9:21 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Now we have PINMUX_SINGLE(). Let's use it instead of PINMUX_IPSR_NOGP() > > Signed-off-by: Kuninori Morimoto > Reviewed-by: Geert Uytterhoeven Acked-by: Linus Walleij Geert, are you queuing this? Yours,

[PATCH] pinctrl: sh-pfc: r8a7795: use PINMUX_SINGLE() for I2C

2016-06-21 Thread Kuninori Morimoto
From: Kuninori Morimoto Now we have PINMUX_SINGLE(). Let's use it instead of PINMUX_IPSR_NOGP() Signed-off-by: Kuninori Morimoto Reviewed-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/pinctr