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

2014-10-23 Thread Simon Glass
On 22 October 2014 21:37, 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 letter). > > Add

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

2014-10-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