Re: [U-Boot] [PATCH 13/23] dm: gpio: sandbox: 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/sandbox.c | 82 > --

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