Re: [PATCH 1/2] pinctrl: sh-pfc: Add PORT_GP_27 helper macro

2019-05-13 Thread Simon Horman
On Fri, May 10, 2019 at 02:10:22PM +0200, Geert Uytterhoeven wrote: > This follows the style of the existing PORT_GP_X macros, and will be > used by a follow-up patch for the r8a7778 SoC. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

[PATCH 1/2] pinctrl: sh-pfc: Add PORT_GP_27 helper macro

2019-05-10 Thread Geert Uytterhoeven
This follows the style of the existing PORT_GP_X macros, and will be used by a follow-up patch for the r8a7778 SoC. Signed-off-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/sh_pfc.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/sh_pfc.h b/