Re: [U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > We have a way to find a regmap by its syscon driver data value. Add the same > for syscon itself. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add missing 'given' word > >

Re: [U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data

2016-01-20 Thread Bin Meng
On Thu, Jan 21, 2016 at 1:58 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> We have a way to find a regmap by its syscon driver data value. Add the same >> for syscon itself. >> >> Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data

2016-01-17 Thread Simon Glass
We have a way to find a regmap by its syscon driver data value. Add the same for syscon itself. Signed-off-by: Simon Glass --- Changes in v2: - Add missing 'given' word drivers/core/syscon-uclass.c | 31 +++ include/syscon.h | 14