Re: [PATCH 2/3] regmap: add 64-bit mode support

2015-12-09 Thread Xiubo Li
On 09/12/2015 16:45, Arnd Bergmann wrote: On Thursday 03 December 2015 17:31:52 Xiubo Li wrote: @@ -2488,11 +2581,17 @@ int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, * we assume that the values are native

Re: [PATCH 2/3] regmap: add 64-bit mode support

2015-12-09 Thread Arnd Bergmann
On Thursday 03 December 2015 17:31:52 Xiubo Li wrote: > @@ -2488,11 +2581,17 @@ int regmap_bulk_read(struct regmap *map, unsigned int > reg, void *val, > * we assume that the values are native > * endian. >

[PATCH 2/3] regmap: add 64-bit mode support

2015-12-03 Thread Xiubo Li
Since the mmio has support the 64-bit has been supported for the 64-bit platform, so should the regmap core too. Signed-off-by: Xiubo Li --- drivers/base/regmap/regmap.c | 99 1 file changed, 99 insertions(+) diff --git a/drivers/base/regmap/regmap.c