Re: [U-Boot] [PATCH v3 19/62] dm: regmap: Add a dummy implementation for of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > Add a placeholder for now so that this code will compile. It currently does > nothing. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/core/regmap.c | 9 + > include/regmap.h | 3 +++ > 2 fi

[U-Boot] [PATCH v3 19/62] dm: regmap: Add a dummy implementation for of-platdata

2016-07-04 Thread Simon Glass
Add a placeholder for now so that this code will compile. It currently does nothing. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/regmap.c | 9 + include/regmap.h | 3 +++ 2 files changed, 12 insertions(+) diff --git a/drivers/core/regmap.c