[U-Boot] [PATCH v2 01/15] dm: gpio: Support numbered GPIOs

Simon Glass sjg at chromium.org
Fri Oct 24 05:51:17 CEST 2014


On 22 October 2014 21:37, Simon Glass <sjg at chromium.org> wrote:
> At present banks must be named and it is not possible to refer to GPIOs by
> number in driver model. Some boards use numbering - e.g. OMAP. It is fairly
> easy to support by detecting the absense of a bank name (which starts with
> a letter).
>
> Add support for numbered GPIOs in addition to the existing bank support.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Tom Rini <trini at ti.com>
> ---
>
> Changes in v2: None

Applied to u-boot-dm/master


More information about the U-Boot mailing list