On 4 October 2014 11:29, Simon Glass <s...@chromium.org> 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
> these for setting up the pin.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
>  drivers/gpio/gpio-uclass.c | 92 
> +++++++++++++++++++++++++++++++++++++++-------
>  include/asm-generic/gpio.h |  6 +++
>  2 files changed, 84 insertions(+), 14 deletions(-)

Applied to u-boot-dm/master
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to