Re: [U-Boot] [PATCH 0/21] dm: Support GPIO device tree bindings in the uclass

2015-01-12 Thread Simon Glass
Hi Reviewers, On 5 January 2015 at 19:05, Simon Glass wrote: > At present U-Boot sort-of supports the standard way of reading GPIOs from > device tree nodes, but the support is incomplete, a bit clunky and only > works for GPIO bindings where #gpio-cells is 2. > > Also, this support can now be bu

[U-Boot] [PATCH 0/21] dm: Support GPIO device tree bindings in the uclass

2015-01-05 Thread Simon Glass
At present U-Boot sort-of supports the standard way of reading GPIOs from device tree nodes, but the support is incomplete, a bit clunky and only works for GPIO bindings where #gpio-cells is 2. Also, this support can now be built into the uclass, rather than parked in a separate file. Add support