Re: [PATCH v3] pinctrl: sh-pfc: r8a77970: fix pin I/O voltage control support

2018-04-24 Thread Geert Uytterhoeven
On Thu, Apr 19, 2018 at 8:52 PM, Sergei Shtylyov wrote: > I've included the pin I/O voltage control into the R8A77970 PFC driver but > it was incomplete because: > - SH_PFC_PIN_CFG_IO_VOLTAGE pin flags weren't set properly; > - sh_pfc_soc_info::ioctrl_regs

[PATCH v3] pinctrl: sh-pfc: r8a77970: fix pin I/O voltage control support

2018-04-19 Thread Sergei Shtylyov
I've included the pin I/O voltage control into the R8A77970 PFC driver but it was incomplete because: - SH_PFC_PIN_CFG_IO_VOLTAGE pin flags weren't set properly; - sh_pfc_soc_info::ioctrl_regs wasn't set at all... Fixes: b92ac66a1819 ("pinctrl: sh-pfc: Add R8A77970 PFC support") Signed-off-by: