Re: [PATCH v5 2/3] pinctrl: msm: Use init_valid_mask exported function

2018-10-10 Thread Linus Walleij
On Fri, Oct 5, 2018 at 8:53 AM Ricardo Ribalda Delgado wrote: > The current code produces XPU violation if get_direction is called just > after the initialization. > > Signed-off-by: Ricardo Ribalda Delgado Patch applied with Timur's ACK. The code makes perfect sense. I hope Bjorn has no reserv

Re: [PATCH v5 2/3] pinctrl: msm: Use init_valid_mask exported function

2018-10-07 Thread Timur Tabi
On 10/5/18 1:52 AM, Ricardo Ribalda Delgado wrote: The current code produces XPU violation if get_direction is called just after the initialization. Signed-off-by: Ricardo Ribalda Delgado I'm not the maintainer of pinctrl-msm, but this looks okay to me. Acked-by: Timur Tabi

[PATCH v5 2/3] pinctrl: msm: Use init_valid_mask exported function

2018-10-04 Thread Ricardo Ribalda Delgado
The current code produces XPU violation if get_direction is called just after the initialization. Signed-off-by: Ricardo Ribalda Delgado --- drivers/pinctrl/qcom/pinctrl-msm.c | 79 ++ 1 file changed, 37 insertions(+), 42 deletions(-) diff --git a/drivers/pinctrl/qco