Re: [U-Boot] [PATCH v8 03/14] regmap: Add API regmap_init_mem_index()

2019-07-18 Thread Tom Rini
On Tue, Jun 11, 2019 at 12:43:33AM +0530, Faiz Abbas wrote: > In device nodes with more than one entry in the reg property, > it is sometimes useful to regmap only of the entries. Add an > API regmap_init_mem_index() to facilitate this. > > Signed-off-by: Faiz Abbas > Reviewed-by: Tom Rini App

[U-Boot] [PATCH v8 03/14] regmap: Add API regmap_init_mem_index()

2019-06-10 Thread Faiz Abbas
In device nodes with more than one entry in the reg property, it is sometimes useful to regmap only of the entries. Add an API regmap_init_mem_index() to facilitate this. Signed-off-by: Faiz Abbas Reviewed-by: Tom Rini --- drivers/core/regmap.c | 42 ++ i