Re: [U-Boot] [PATCH 22/23] dm: gpio: imx: 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/mxc_gpio.c | 116 >

[U-Boot] [PATCH 22/23] dm: gpio: imx: 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/mxc_gpio.c | 116 1 file changed, 116 deletions(-) diff --git a/drivers