Re: [PATCH] mfd: syscon: set regmap max_register in of_syscon_register

2016-01-29 Thread kbuild test robot
Hi Philipp, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Philipp-Zabel/mfd-syscon-set-reg

Re: [PATCH] mfd: syscon: set regmap max_register in of_syscon_register

2016-01-29 Thread Lee Jones
On Fri, 29 Jan 2016, Philipp Zabel wrote: > Determine the regmap max_register configuration from the io resource size > and the reg-io-width device tree property. > > Signed-off-by: Philipp Zabel > --- > drivers/mfd/syscon.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) Appli

Re: [PATCH] mfd: syscon: set regmap max_register in of_syscon_register

2016-01-29 Thread Arnd Bergmann
On Friday 29 January 2016 10:35:51 Philipp Zabel wrote: > Determine the regmap max_register configuration from the io resource size > and the reg-io-width device tree property. > > Signed-off-by: Philipp Zabel > Good catch! Acked-by: Arnd Bergmann

[PATCH] mfd: syscon: set regmap max_register in of_syscon_register

2016-01-29 Thread Philipp Zabel
Determine the regmap max_register configuration from the io resource size and the reg-io-width device tree property. Signed-off-by: Philipp Zabel --- drivers/mfd/syscon.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index