Re: [PATCH v6] clk: lpc32xx: Set name of regmap_config

2018-03-19 Thread Stephen Boyd
Quoting Jeffy Chen (2018-03-18 20:58:54)
> We are now allowing to register debugfs without a valid device, and not
> having a valid name will end up using "dummy*" to create debugfs dir.
> 
> Signed-off-by: Jeffy Chen 
> Acked-by: Vladimir Zapolskiy 
> ---

Applied to clk-next



Re: [PATCH v6] clk: lpc32xx: Set name of regmap_config

2018-03-19 Thread Stephen Boyd
Quoting Jeffy Chen (2018-03-18 20:58:54)
> We are now allowing to register debugfs without a valid device, and not
> having a valid name will end up using "dummy*" to create debugfs dir.
> 
> Signed-off-by: Jeffy Chen 
> Acked-by: Vladimir Zapolskiy 
> ---

Applied to clk-next



[PATCH v6] clk: lpc32xx: Set name of regmap_config

2018-03-18 Thread Jeffy Chen
We are now allowing to register debugfs without a valid device, and not
having a valid name will end up using "dummy*" to create debugfs dir.

Signed-off-by: Jeffy Chen 
Acked-by: Vladimir Zapolskiy 
---

Changes in v6:
Modify name as Vladimir suggested.

 drivers/clk/nxp/clk-lpc32xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/nxp/clk-lpc32xx.c b/drivers/clk/nxp/clk-lpc32xx.c
index f5d815f577e0..5eeecee17b69 100644
--- a/drivers/clk/nxp/clk-lpc32xx.c
+++ b/drivers/clk/nxp/clk-lpc32xx.c
@@ -67,6 +67,7 @@
 #define LPC32XX_USB_CLK_STS0xF8
 
 static struct regmap_config lpc32xx_scb_regmap_config = {
+   .name = "scb",
.reg_bits = 32,
.val_bits = 32,
.reg_stride = 4,
-- 
2.11.0




[PATCH v6] clk: lpc32xx: Set name of regmap_config

2018-03-18 Thread Jeffy Chen
We are now allowing to register debugfs without a valid device, and not
having a valid name will end up using "dummy*" to create debugfs dir.

Signed-off-by: Jeffy Chen 
Acked-by: Vladimir Zapolskiy 
---

Changes in v6:
Modify name as Vladimir suggested.

 drivers/clk/nxp/clk-lpc32xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/nxp/clk-lpc32xx.c b/drivers/clk/nxp/clk-lpc32xx.c
index f5d815f577e0..5eeecee17b69 100644
--- a/drivers/clk/nxp/clk-lpc32xx.c
+++ b/drivers/clk/nxp/clk-lpc32xx.c
@@ -67,6 +67,7 @@
 #define LPC32XX_USB_CLK_STS0xF8
 
 static struct regmap_config lpc32xx_scb_regmap_config = {
+   .name = "scb",
.reg_bits = 32,
.val_bits = 32,
.reg_stride = 4,
-- 
2.11.0