Re: [U-Boot] [PATCH v9 33/49] dm: core: Export uclass_find_device_by_of_offset()

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > It is sometimes useful to be able to find a device before probing it, > perhaps to set up some platform data for it. Allow finding by of_offset > also. > > Signed-off-by: Simon Glass > --- > > Changes in v9:

[U-Boot] [PATCH v9 33/49] dm: core: Export uclass_find_device_by_of_offset()

2016-01-21 Thread Simon Glass
It is sometimes useful to be able to find a device before probing it, perhaps to set up some platform data for it. Allow finding by of_offset also. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/core/uclass.c| 4 ++--