Re: [PATCH 2/2] pinctrl: sh-pfc: r8a7778: Use common PORT_GP_CFG_27() macro

2019-05-13 Thread Simon Horman
On Fri, May 10, 2019 at 02:10:23PM +0200, Geert Uytterhoeven wrote: > Get rid of the custom PORT_GP_PUP_27() macro by using the common > PORT_GP_CFG_27() macro instead. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

[PATCH 2/2] pinctrl: sh-pfc: r8a7778: Use common PORT_GP_CFG_27() macro

2019-05-10 Thread Geert Uytterhoeven
Get rid of the custom PORT_GP_PUP_27() macro by using the common PORT_GP_CFG_27() macro instead. Signed-off-by: Geert Uytterhoeven --- No change in generated code. --- drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/driv