linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: syscon: set regmap name to DT node name
@ 2018-01-23 22:57 David Lechner
  2018-01-24  8:04 ` Arnd Bergmann
  2018-01-24 15:34 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: David Lechner @ 2018-01-23 22:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Lechner, Lee Jones, Arnd Bergmann

This sets the regmap name to the device tree node name. This is useful
for debugging.

Signed-off-by: David Lechner <david@lechnology.com>
---
 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
+++ b/drivers/mfd/syscon.c
@@ -87,6 +87,7 @@ static struct syscon *of_syscon_register(struct device_node *np)
 	if (ret)
 		reg_io_width = 4;
 
+	syscon_config.name = of_node_full_name(np);
 	syscon_config.reg_stride = reg_io_width;
 	syscon_config.val_bits = reg_io_width * 8;
 	syscon_config.max_register = resource_size(&res) - reg_io_width;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: syscon: set regmap name to DT node name
  2018-01-23 22:57 [PATCH] mfd: syscon: set regmap name to DT node name David Lechner
@ 2018-01-24  8:04 ` Arnd Bergmann
  2018-01-24 15:34 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2018-01-24  8:04 UTC (permalink / raw)
  To: David Lechner; +Cc: Linux Kernel Mailing List, Lee Jones

On Tue, Jan 23, 2018 at 11:57 PM, David Lechner <david@lechnology.com> wrote:
> This sets the regmap name to the device tree node name. This is useful
> for debugging.
>
> Signed-off-by: David Lechner <david@lechnology.com>

Looks reasonable,

Acked-by: Arnd Bergmann <arnd@arndb.de>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: syscon: set regmap name to DT node name
  2018-01-23 22:57 [PATCH] mfd: syscon: set regmap name to DT node name David Lechner
  2018-01-24  8:04 ` Arnd Bergmann
@ 2018-01-24 15:34 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2018-01-24 15:34 UTC (permalink / raw)
  To: David Lechner; +Cc: linux-kernel, Arnd Bergmann

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 <david@lechnology.com>
> ---
>  drivers/mfd/syscon.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- 
Lee Jones
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-24 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-23 22:57 [PATCH] mfd: syscon: set regmap name to DT node name David Lechner
2018-01-24  8:04 ` Arnd Bergmann
2018-01-24 15:34 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).