Re: [PATCH] mfd: syscon: set regmap name to DT node name

2018-01-24 Thread Lee Jones
On Tue, 23 Jan 2018, David Lechner wrote: > This sets the regmap name to the device tree node name. This is useful > for debugging. > > Signed-off-by: David Lechner > --- > drivers/mfd/syscon.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. -- Lee Jones Linaro Services Technical Le

Re: [PATCH] mfd: syscon: set regmap name to DT node name

2018-01-24 Thread Arnd Bergmann
On Tue, Jan 23, 2018 at 11:57 PM, David Lechner wrote: > This sets the regmap name to the device tree node name. This is useful > for debugging. > > Signed-off-by: David Lechner Looks reasonable, Acked-by: Arnd Bergmann

[PATCH] mfd: syscon: set regmap name to DT node name

2018-01-23 Thread David Lechner
This sets the regmap name to the device tree node name. This is useful for debugging. Signed-off-by: David Lechner --- drivers/mfd/syscon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index b93fe4c..2c34a35 100644 --- a/drivers/mfd/syscon.c +++