Re: [PATCH] pinctrl: single: use of_device_get_match_data() to get soc data

2017-05-29 Thread Linus Walleij
On Sat, May 20, 2017 at 6:02 PM, Masahiro Yamada wrote: > Use of_device_get_match_data() instead of of_match_device(). > It allows us to remove the forward declaration of pcs_of_match. > > Signed-off-by: Masahiro Yamada Patch applied with Tony's ACK. Yours, Linus Walleij

Re: [PATCH] pinctrl: single: use of_device_get_match_data() to get soc data

2017-05-22 Thread Tony Lindgren
* Masahiro Yamada [170520 09:06]: > Use of_device_get_match_data() instead of of_match_device(). > It allows us to remove the forward declaration of pcs_of_match. That's nice: Acked-by: Tony Lindgren

[PATCH] pinctrl: single: use of_device_get_match_data() to get soc data

2017-05-20 Thread Masahiro Yamada
Use of_device_get_match_data() instead of of_match_device(). It allows us to remove the forward declaration of pcs_of_match. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/pinctrl-single.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/pinctrl/pinctrl-si