Re: [U-Boot] [PATCH 21/23] dm: gpio: exynos: Drop request()/free() in the driver

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > Now that the uclass supports gpio_request/free() there is no need for the > driver to implement it too. Drop this unnecessary code. > > Signed-off-by: Simon Glass > --- > > drivers/gpio/s5p_gpio.c | 101 >

[U-Boot] [PATCH 21/23] dm: gpio: exynos: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass --- drivers/gpio/s5p_gpio.c | 101 1 file changed, 101 deletions(-) diff --git a/drivers