Re: [U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > We have several GPIO drivers now and all are doing similar things to record > which GPIOs are reserved. > > Move this logic into the uclass to make the drivers similar. > > We retain the request()/free() methods since currently one driver does use > th

[U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass

2014-10-04 Thread Simon Glass
We have several GPIO drivers now and all are doing similar things to record which GPIOs are reserved. Move this logic into the uclass to make the drivers similar. We retain the request()/free() methods since currently one driver does use these for setting up the pin. Signed-off-by: Simon Glass