Re: [U-Boot] [PATCH 19/23] dm: gpio: omap3: 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/omap_gpio.c | 116 > +--

[U-Boot] [PATCH 19/23] dm: gpio: omap3: 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/omap_gpio.c | 116 +-- 1 file changed, 1 insertion(+), 115 deletions(-) diff