Re: [U-Boot] [PATCH v3 19/29] dm: Allow a device to be found by its FDT offset

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > Each device that was bound from a device tree has an node that caused it to > be bound. Add functions that find and return a device based on a device tree > offset. > > Signed-off-by: Simon Glass Applied to dm/master. __

[U-Boot] [PATCH v3 19/29] dm: Allow a device to be found by its FDT offset

2014-07-23 Thread Simon Glass
Each device that was bound from a device tree has an node that caused it to be bound. Add functions that find and return a device based on a device tree offset. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None doc/driver-model/README.txt | 3 ++- drivers/core/uclass.c