Re: [PATCH] pinctrl: st: Remove unnecessary use of of_match_ptr macro

2013-06-30 Thread Mark Brown
On Sun, Jun 30, 2013 at 08:58:57AM +0800, Axel Lin wrote: > This is a DT only driver and st_pctl_of_match is always compiled > in. Hence of_match_ptr is unnecessary. Applied, thanks. signature.asc Description: Digital signature

[PATCH] pinctrl: st: Remove unnecessary use of of_match_ptr macro

2013-06-29 Thread Axel Lin
This is a DT only driver and st_pctl_of_match is always compiled in. Hence of_match_ptr is unnecessary. Signed-off-by: Axel Lin Acked-by: Linus Walleij --- This patch was sent on https://lkml.org/lkml/2013/6/28/420. Resend to Mark because this driver is merged via regmap tree. drivers/pinctrl/

Re: [PATCH] pinctrl: st: Remove unnecessary use of of_match_ptr macro

2013-06-29 Thread Linus Walleij
On Fri, Jun 28, 2013 at 6:10 PM, Axel Lin wrote: > This is a DT only driver and st_pctl_of_match is always compiled > in. Hence of_match_ptr is unnecessary. > > Signed-off-by: Axel Lin Acked-by: Linus Walleij This driver is merged in Mark Brown's regmap tree, please resend it with my ACK and

[PATCH] pinctrl: st: Remove unnecessary use of of_match_ptr macro

2013-06-28 Thread Axel Lin
This is a DT only driver and st_pctl_of_match is always compiled in. Hence of_match_ptr is unnecessary. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c index f