Re: [PATCH V2 1/3] gpio: tegra: Don't open code of_device_get_match_data()

2016-04-29 Thread Linus Walleij
On Tue, Apr 19, 2016 at 11:43 AM, Laxman Dewangan wrote: > Use of_device_get_match_data() for getting matched data > instead of implementing this locally. > > Signed-off-by: Laxman Dewangan > Reviewed-by: Stephen Warren Patch applied with Thierry's ACK. Yours, Linus Walleij

Re: [PATCH V2 1/3] gpio: tegra: Don't open code of_device_get_match_data()

2016-04-19 Thread Thierry Reding
On Tue, Apr 19, 2016 at 03:13:38PM +0530, Laxman Dewangan wrote: > Use of_device_get_match_data() for getting matched data > instead of implementing this locally. > > Signed-off-by: Laxman Dewangan > Reviewed-by: Stephen Warren > > --- > Collected reviewed by from Stephen. > --- > drivers/gpio

[PATCH V2 1/3] gpio: tegra: Don't open code of_device_get_match_data()

2016-04-19 Thread Laxman Dewangan
Use of_device_get_match_data() for getting matched data instead of implementing this locally. Signed-off-by: Laxman Dewangan Reviewed-by: Stephen Warren --- Collected reviewed by from Stephen. --- drivers/gpio/gpio-tegra.c | 50 +++ 1 file changed, 2