Re: [U-Boot] [PATCH 20/23] dm: gpio: rpi_b: 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/bcm2835_gpio.c | 89 > -

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