Re: [U-Boot] [PATCH 01/14] dm: gpio: Support numbered GPIOs

2014-10-22 Thread Tom Rini
On Mon, Sep 22, 2014 at 09:48:41AM -0600, Simon Glass 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 l

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

2014-09-22 Thread Simon Glass
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 ba