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

2016-04-19 Thread Alexandre Courbot
On Mon, Apr 18, 2016 at 5:46 PM, Laxman Dewangan wrote: > Use of_device_get_match_data() for getting matched data > instead of implementing this locally. Maybe this is moving things around more than needed, but the end result is arguably nicer. Reviewed-by: Alexandre Courbot

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

2016-04-18 Thread Stephen Warren
On 04/18/2016 02:46 AM, Laxman Dewangan wrote: Use of_device_get_match_data() for getting matched data instead of implementing this locally. This patch, Reviewed-by: Stephen Warren

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

2016-04-18 Thread Laxman Dewangan
Use of_device_get_match_data() for getting matched data instead of implementing this locally. Signed-off-by: Laxman Dewangan --- drivers/gpio/gpio-tegra.c | 50 +++ 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/drivers/gpio/gpio-tegra