All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: rockchip: rv1108: support mac clk
@ 2017-08-21  8:16 ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc, Elaine Zhang

change in V2:
[PATCH v2 1/4] : NONE
[PATCH v2 2/4] : NONE
[PATCH v2 3/4] : NONE
[PATCH v2 4/4] : fix up the clk_mac mux regs description error

Elaine Zhang (4):
  clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
  clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
  clk: rockchip: rv1108: rename macphy to mac
  clk: rockchip: rv1108: fix up the clk_mac sel register description

 drivers/clk/rockchip/clk-rv1108.c      | 14 ++++++++------
 include/dt-bindings/clock/rv1108-cru.h |  8 +++++---
 2 files changed, 13 insertions(+), 9 deletions(-)

-- 
1.9.1

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

* [PATCH v2 0/4] clk: rockchip: rv1108: support mac clk
@ 2017-08-21  8:16 ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette-rdvid1DuHRBWk0Htik3J/w, sboyd-sgV2jX0FEOL9JmXXK+q4OQ,
	heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw,
	Elaine Zhang

change in V2:
[PATCH v2 1/4] : NONE
[PATCH v2 2/4] : NONE
[PATCH v2 3/4] : NONE
[PATCH v2 4/4] : fix up the clk_mac mux regs description error

Elaine Zhang (4):
  clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
  clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
  clk: rockchip: rv1108: rename macphy to mac
  clk: rockchip: rv1108: fix up the clk_mac sel register description

 drivers/clk/rockchip/clk-rv1108.c      | 14 ++++++++------
 include/dt-bindings/clock/rv1108-cru.h |  8 +++++---
 2 files changed, 13 insertions(+), 9 deletions(-)

-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 0/4] clk: rockchip: rv1108: support mac clk
@ 2017-08-21  8:16 ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

change in V2:
[PATCH v2 1/4] : NONE
[PATCH v2 2/4] : NONE
[PATCH v2 3/4] : NONE
[PATCH v2 4/4] : fix up the clk_mac mux regs description error

Elaine Zhang (4):
  clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
  clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
  clk: rockchip: rv1108: rename macphy to mac
  clk: rockchip: rv1108: fix up the clk_mac sel register description

 drivers/clk/rockchip/clk-rv1108.c      | 14 ++++++++------
 include/dt-bindings/clock/rv1108-cru.h |  8 +++++---
 2 files changed, 13 insertions(+), 9 deletions(-)

-- 
1.9.1

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21  8:16   ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc, Elaine Zhang

This patch exports gmac aclk and pclk for dts reference.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 include/dt-bindings/clock/rv1108-cru.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h
index f269d833e41a..2239ae2a19b9 100644
--- a/include/dt-bindings/clock/rv1108-cru.h
+++ b/include/dt-bindings/clock/rv1108-cru.h
@@ -110,6 +110,7 @@
 #define ACLK_CIF2			207
 #define ACLK_CIF3			208
 #define ACLK_PERI			209
+#define ACLK_GMAC			210
 
 /* pclk gates */
 #define PCLK_GPIO1			256
@@ -141,6 +142,7 @@
 #define PCLK_EFUSE0			282
 #define PCLK_EFUSE1			283
 #define PCLK_WDT			284
+#define PCLK_GMAC			285
 
 /* hclk gates */
 #define HCLK_I2S0_8CH			320
-- 
1.9.1

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21  8:16   ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette-rdvid1DuHRBWk0Htik3J/w, sboyd-sgV2jX0FEOL9JmXXK+q4OQ,
	heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw,
	Elaine Zhang

This patch exports gmac aclk and pclk for dts reference.

Signed-off-by: Elaine Zhang <zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
---
 include/dt-bindings/clock/rv1108-cru.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h
index f269d833e41a..2239ae2a19b9 100644
--- a/include/dt-bindings/clock/rv1108-cru.h
+++ b/include/dt-bindings/clock/rv1108-cru.h
@@ -110,6 +110,7 @@
 #define ACLK_CIF2			207
 #define ACLK_CIF3			208
 #define ACLK_PERI			209
+#define ACLK_GMAC			210
 
 /* pclk gates */
 #define PCLK_GPIO1			256
@@ -141,6 +142,7 @@
 #define PCLK_EFUSE0			282
 #define PCLK_EFUSE1			283
 #define PCLK_WDT			284
+#define PCLK_GMAC			285
 
 /* hclk gates */
 #define HCLK_I2S0_8CH			320
-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21  8:16   ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

This patch exports gmac aclk and pclk for dts reference.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 include/dt-bindings/clock/rv1108-cru.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h
index f269d833e41a..2239ae2a19b9 100644
--- a/include/dt-bindings/clock/rv1108-cru.h
+++ b/include/dt-bindings/clock/rv1108-cru.h
@@ -110,6 +110,7 @@
 #define ACLK_CIF2			207
 #define ACLK_CIF3			208
 #define ACLK_PERI			209
+#define ACLK_GMAC			210
 
 /* pclk gates */
 #define PCLK_GPIO1			256
@@ -141,6 +142,7 @@
 #define PCLK_EFUSE0			282
 #define PCLK_EFUSE1			283
 #define PCLK_WDT			284
+#define PCLK_GMAC			285
 
 /* hclk gates */
 #define HCLK_I2S0_8CH			320
-- 
1.9.1

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

* [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
  2017-08-21  8:16 ` Elaine Zhang
@ 2017-08-21  8:16   ` Elaine Zhang
  -1 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc, Elaine Zhang

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rv1108.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
index d1065dd9f442..0e441ec21e90 100644
--- a/drivers/clk/rockchip/clk-rv1108.c
+++ b/drivers/clk/rockchip/clk-rv1108.c
@@ -763,6 +763,8 @@ enum rv1108_plls {
 	GATE(SCLK_MACPHY_RX, "sclk_macphy_rx", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 8, GFLAGS),
 	GATE(SCLK_MAC_REF, "sclk_mac_ref", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 6, GFLAGS),
 	GATE(SCLK_MAC_REFOUT, "sclk_mac_refout", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 7, GFLAGS),
+	GATE(ACLK_GMAC, "aclk_gmac", "aclk_periph", 0, RV1108_CLKGATE_CON(15), 4, GFLAGS),
+	GATE(PCLK_GMAC, "pclk_gmac", "pclk_periph", 0, RV1108_CLKGATE_CON(15), 5, GFLAGS),
 
 	MMC(SCLK_SDMMC_DRV,    "sdmmc_drv",    "sclk_sdmmc", RV1108_SDMMC_CON0, 1),
 	MMC(SCLK_SDMMC_SAMPLE, "sdmmc_sample", "sclk_sdmmc", RV1108_SDMMC_CON1, 1),
-- 
1.9.1

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

* [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
@ 2017-08-21  8:16   ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rv1108.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
index d1065dd9f442..0e441ec21e90 100644
--- a/drivers/clk/rockchip/clk-rv1108.c
+++ b/drivers/clk/rockchip/clk-rv1108.c
@@ -763,6 +763,8 @@ enum rv1108_plls {
 	GATE(SCLK_MACPHY_RX, "sclk_macphy_rx", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 8, GFLAGS),
 	GATE(SCLK_MAC_REF, "sclk_mac_ref", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 6, GFLAGS),
 	GATE(SCLK_MAC_REFOUT, "sclk_mac_refout", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 7, GFLAGS),
+	GATE(ACLK_GMAC, "aclk_gmac", "aclk_periph", 0, RV1108_CLKGATE_CON(15), 4, GFLAGS),
+	GATE(PCLK_GMAC, "pclk_gmac", "pclk_periph", 0, RV1108_CLKGATE_CON(15), 5, GFLAGS),
 
 	MMC(SCLK_SDMMC_DRV,    "sdmmc_drv",    "sclk_sdmmc", RV1108_SDMMC_CON0, 1),
 	MMC(SCLK_SDMMC_SAMPLE, "sdmmc_sample", "sclk_sdmmc", RV1108_SDMMC_CON1, 1),
-- 
1.9.1

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

* [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
  2017-08-21  8:16 ` Elaine Zhang
@ 2017-08-21  8:16   ` Elaine Zhang
  -1 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc, Elaine Zhang

This MAC has no internal phy for rv1108.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rv1108.c      | 12 ++++++------
 include/dt-bindings/clock/rv1108-cru.h |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
index 0e441ec21e90..658da17c9d99 100644
--- a/drivers/clk/rockchip/clk-rv1108.c
+++ b/drivers/clk/rockchip/clk-rv1108.c
@@ -140,7 +140,7 @@ enum rv1108_plls {
 PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
 PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
 PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
-PNAME(mux_sclk_macphy_p)	= { "ext_gmac", "sclk_macphy_pre" };
+PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
 PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
 PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
 PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
@@ -755,14 +755,14 @@ enum rv1108_plls {
 			RV1108_CLKGATE_CON(5), 4, GFLAGS),
 	GATE(HCLK_SFC, "hclk_sfc", "hclk_periph", 0, RV1108_CLKGATE_CON(15), 10, GFLAGS),
 
-	COMPOSITE(SCLK_MACPHY_PRE, "sclk_macphy_pre", mux_pll_src_apll_gpll_p, 0,
+	COMPOSITE(SCLK_MAC_PRE, "sclk_mac_pre", mux_pll_src_apll_gpll_p, 0,
 			RV1108_CLKSEL_CON(24), 12, 1, MFLAGS, 0, 5, DFLAGS,
 			RV1108_CLKGATE_CON(4), 10, GFLAGS),
-	MUX(SCLK_MACPHY, "sclk_macphy", mux_sclk_macphy_p, CLK_SET_RATE_PARENT,
+	MUX(SCLK_MAC, "sclk_mac", mux_sclk_mac_p, CLK_SET_RATE_PARENT,
 			RV1108_CLKSEL_CON(24), 8, 1, MFLAGS),
-	GATE(SCLK_MACPHY_RX, "sclk_macphy_rx", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 8, GFLAGS),
-	GATE(SCLK_MAC_REF, "sclk_mac_ref", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 6, GFLAGS),
-	GATE(SCLK_MAC_REFOUT, "sclk_mac_refout", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 7, GFLAGS),
+	GATE(SCLK_MAC_RX, "sclk_mac_rx", "sclk_mac", 0, RV1108_CLKGATE_CON(4), 8, GFLAGS),
+	GATE(SCLK_MAC_REF, "sclk_mac_ref", "sclk_mac", 0, RV1108_CLKGATE_CON(4), 6, GFLAGS),
+	GATE(SCLK_MAC_REFOUT, "sclk_mac_refout", "sclk_mac", 0, RV1108_CLKGATE_CON(4), 7, GFLAGS),
 	GATE(ACLK_GMAC, "aclk_gmac", "aclk_periph", 0, RV1108_CLKGATE_CON(15), 4, GFLAGS),
 	GATE(PCLK_GMAC, "pclk_gmac", "pclk_periph", 0, RV1108_CLKGATE_CON(15), 5, GFLAGS),
 
diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h
index 2239ae2a19b9..d8d0e0456dc2 100644
--- a/include/dt-bindings/clock/rv1108-cru.h
+++ b/include/dt-bindings/clock/rv1108-cru.h
@@ -67,9 +67,9 @@
 #define SCLK_SPI			108
 #define SCLK_SARADC			109
 #define SCLK_TSADC			110
-#define SCLK_MACPHY_PRE			111
-#define SCLK_MACPHY			112
-#define SCLK_MACPHY_RX			113
+#define SCLK_MAC_PRE			111
+#define SCLK_MAC			112
+#define SCLK_MAC_RX			113
 #define SCLK_MAC_REF			114
 #define SCLK_MAC_REFOUT			115
 #define SCLK_DSP_PFM			116
-- 
1.9.1

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

* [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-21  8:16   ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

This MAC has no internal phy for rv1108.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rv1108.c      | 12 ++++++------
 include/dt-bindings/clock/rv1108-cru.h |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
index 0e441ec21e90..658da17c9d99 100644
--- a/drivers/clk/rockchip/clk-rv1108.c
+++ b/drivers/clk/rockchip/clk-rv1108.c
@@ -140,7 +140,7 @@ enum rv1108_plls {
 PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
 PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
 PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
-PNAME(mux_sclk_macphy_p)	= { "ext_gmac", "sclk_macphy_pre" };
+PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
 PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
 PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
 PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
@@ -755,14 +755,14 @@ enum rv1108_plls {
 			RV1108_CLKGATE_CON(5), 4, GFLAGS),
 	GATE(HCLK_SFC, "hclk_sfc", "hclk_periph", 0, RV1108_CLKGATE_CON(15), 10, GFLAGS),
 
-	COMPOSITE(SCLK_MACPHY_PRE, "sclk_macphy_pre", mux_pll_src_apll_gpll_p, 0,
+	COMPOSITE(SCLK_MAC_PRE, "sclk_mac_pre", mux_pll_src_apll_gpll_p, 0,
 			RV1108_CLKSEL_CON(24), 12, 1, MFLAGS, 0, 5, DFLAGS,
 			RV1108_CLKGATE_CON(4), 10, GFLAGS),
-	MUX(SCLK_MACPHY, "sclk_macphy", mux_sclk_macphy_p, CLK_SET_RATE_PARENT,
+	MUX(SCLK_MAC, "sclk_mac", mux_sclk_mac_p, CLK_SET_RATE_PARENT,
 			RV1108_CLKSEL_CON(24), 8, 1, MFLAGS),
-	GATE(SCLK_MACPHY_RX, "sclk_macphy_rx", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 8, GFLAGS),
-	GATE(SCLK_MAC_REF, "sclk_mac_ref", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 6, GFLAGS),
-	GATE(SCLK_MAC_REFOUT, "sclk_mac_refout", "sclk_macphy", 0, RV1108_CLKGATE_CON(4), 7, GFLAGS),
+	GATE(SCLK_MAC_RX, "sclk_mac_rx", "sclk_mac", 0, RV1108_CLKGATE_CON(4), 8, GFLAGS),
+	GATE(SCLK_MAC_REF, "sclk_mac_ref", "sclk_mac", 0, RV1108_CLKGATE_CON(4), 6, GFLAGS),
+	GATE(SCLK_MAC_REFOUT, "sclk_mac_refout", "sclk_mac", 0, RV1108_CLKGATE_CON(4), 7, GFLAGS),
 	GATE(ACLK_GMAC, "aclk_gmac", "aclk_periph", 0, RV1108_CLKGATE_CON(15), 4, GFLAGS),
 	GATE(PCLK_GMAC, "pclk_gmac", "pclk_periph", 0, RV1108_CLKGATE_CON(15), 5, GFLAGS),
 
diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h
index 2239ae2a19b9..d8d0e0456dc2 100644
--- a/include/dt-bindings/clock/rv1108-cru.h
+++ b/include/dt-bindings/clock/rv1108-cru.h
@@ -67,9 +67,9 @@
 #define SCLK_SPI			108
 #define SCLK_SARADC			109
 #define SCLK_TSADC			110
-#define SCLK_MACPHY_PRE			111
-#define SCLK_MACPHY			112
-#define SCLK_MACPHY_RX			113
+#define SCLK_MAC_PRE			111
+#define SCLK_MAC			112
+#define SCLK_MAC_RX			113
 #define SCLK_MAC_REF			114
 #define SCLK_MAC_REFOUT			115
 #define SCLK_DSP_PFM			116
-- 
1.9.1

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

* [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
  2017-08-21  8:16 ` Elaine Zhang
@ 2017-08-21  8:16   ` Elaine Zhang
  -1 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc, Elaine Zhang

cru_sel24_con[8]
rmii_extclk_sel
clock source select control register
1'b0: from internal PLL
1'b1: from external IO

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rv1108.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
index 658da17c9d99..4d87828df4f7 100644
--- a/drivers/clk/rockchip/clk-rv1108.c
+++ b/drivers/clk/rockchip/clk-rv1108.c
@@ -140,7 +140,7 @@ enum rv1108_plls {
 PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
 PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
 PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
-PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
+PNAME(mux_sclk_mac_p)	= { "sclk_mac_pre", "ext_gmac" };
 PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
 PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
 PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
-- 
1.9.1

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

* [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
@ 2017-08-21  8:16   ` Elaine Zhang
  0 siblings, 0 replies; 40+ messages in thread
From: Elaine Zhang @ 2017-08-21  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

cru_sel24_con[8]
rmii_extclk_sel
clock source select control register
1'b0: from internal PLL
1'b1: from external IO

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rv1108.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
index 658da17c9d99..4d87828df4f7 100644
--- a/drivers/clk/rockchip/clk-rv1108.c
+++ b/drivers/clk/rockchip/clk-rv1108.c
@@ -140,7 +140,7 @@ enum rv1108_plls {
 PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
 PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
 PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
-PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
+PNAME(mux_sclk_mac_p)	= { "sclk_mac_pre", "ext_gmac" };
 PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
 PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
 PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
-- 
1.9.1

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
  2017-08-21  8:16   ` Elaine Zhang
  (?)
@ 2017-08-21 10:22     ` David.Wu
  -1 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:22 UTC (permalink / raw)
  To: Elaine Zhang, mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> This patch exports gmac aclk and pclk for dts reference.
> 
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   include/dt-bindings/clock/rv1108-cru.h | 2 ++
>   1 file changed, 2 insertions(+)

Acked-by: David Wu <david.wu@rock-chips.com>

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 10:22     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:22 UTC (permalink / raw)
  To: Elaine Zhang, mturquette, sboyd, heiko
  Cc: mark.rutland, devicetree, huangtao, xf, xxx, linux-kernel,
	linux-rockchip, wdc, robh+dt, cl, andy.yan, linux-clk,
	linux-arm-kernel

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> This patch exports gmac aclk and pclk for dts reference.
> 
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   include/dt-bindings/clock/rv1108-cru.h | 2 ++
>   1 file changed, 2 insertions(+)

Acked-by: David Wu <david.wu@rock-chips.com>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 10:22     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Elaine,

? 2017/8/21 16:16, Elaine Zhang ??:
> This patch exports gmac aclk and pclk for dts reference.
> 
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   include/dt-bindings/clock/rv1108-cru.h | 2 ++
>   1 file changed, 2 insertions(+)

Acked-by: David Wu <david.wu@rock-chips.com>

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

* Re: [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
@ 2017-08-21 10:23     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:23 UTC (permalink / raw)
  To: Elaine Zhang, mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   drivers/clk/rockchip/clk-rv1108.c | 2 ++
>   1 file changed, 2 insertions(+)

Acked-by: David Wu <david.wu@rock-chips.com>

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

* Re: [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
@ 2017-08-21 10:23     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:23 UTC (permalink / raw)
  To: Elaine Zhang, mturquette-rdvid1DuHRBWk0Htik3J/w,
	sboyd-sgV2jX0FEOL9JmXXK+q4OQ, heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> Signed-off-by: Elaine Zhang<zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> ---
>   drivers/clk/rockchip/clk-rv1108.c | 2 ++
>   1 file changed, 2 insertions(+)

Acked-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
@ 2017-08-21 10:23     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Elaine,

? 2017/8/21 16:16, Elaine Zhang ??:
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   drivers/clk/rockchip/clk-rv1108.c | 2 ++
>   1 file changed, 2 insertions(+)

Acked-by: David Wu <david.wu@rock-chips.com>

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

* Re: [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-21 10:30     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:30 UTC (permalink / raw)
  To: Elaine Zhang, mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> This MAC has no internal phy for rv1108.
> 
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   drivers/clk/rockchip/clk-rv1108.c      | 12 ++++++------
>   include/dt-bindings/clock/rv1108-cru.h |  6 +++---
>   2 files changed, 9 insertions(+), 9 deletions(-)

Acked-by: David Wu <david.wu@rock-chips.com>

Usually, MAC and PHY are separate, macphy is easy to cause ambiguity, 
and RV1108 SOC does not have integrated ethernet PHY. It is more clear 
to change the name.

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

* Re: [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-21 10:30     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:30 UTC (permalink / raw)
  To: Elaine Zhang, mturquette-rdvid1DuHRBWk0Htik3J/w,
	sboyd-sgV2jX0FEOL9JmXXK+q4OQ, heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> This MAC has no internal phy for rv1108.
> 
> Signed-off-by: Elaine Zhang<zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> ---
>   drivers/clk/rockchip/clk-rv1108.c      | 12 ++++++------
>   include/dt-bindings/clock/rv1108-cru.h |  6 +++---
>   2 files changed, 9 insertions(+), 9 deletions(-)

Acked-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

Usually, MAC and PHY are separate, macphy is easy to cause ambiguity, 
and RV1108 SOC does not have integrated ethernet PHY. It is more clear 
to change the name.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-21 10:30     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Elaine,

? 2017/8/21 16:16, Elaine Zhang ??:
> This MAC has no internal phy for rv1108.
> 
> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> ---
>   drivers/clk/rockchip/clk-rv1108.c      | 12 ++++++------
>   include/dt-bindings/clock/rv1108-cru.h |  6 +++---
>   2 files changed, 9 insertions(+), 9 deletions(-)

Acked-by: David Wu <david.wu@rock-chips.com>

Usually, MAC and PHY are separate, macphy is easy to cause ambiguity, 
and RV1108 SOC does not have integrated ethernet PHY. It is more clear 
to change the name.

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

* Re: [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
@ 2017-08-21 10:30     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:30 UTC (permalink / raw)
  To: Elaine Zhang, mturquette, sboyd, heiko
  Cc: robh+dt, mark.rutland, devicetree, linux-clk, linux-rockchip,
	linux-kernel, linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan,
	wdc

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> cru_sel24_con[8]
> rmii_extclk_sel
> clock source select control register
> 1'b0: from internal PLL
> 1'b1: from external IO
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
> ---
>   drivers/clk/rockchip/clk-rv1108.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
> index 658da17c9d99..4d87828df4f7 100644
> --- a/drivers/clk/rockchip/clk-rv1108.c
> +++ b/drivers/clk/rockchip/clk-rv1108.c
> @@ -140,7 +140,7 @@ enum rv1108_plls {
>   PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
>   PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
>   PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
> -PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
> +PNAME(mux_sclk_mac_p)	= { "sclk_mac_pre", "ext_gmac" };
>   PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
>   PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
>   PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
> 

Acked-by: David Wu <david.wu@rock-chips.com>

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

* Re: [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
@ 2017-08-21 10:30     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:30 UTC (permalink / raw)
  To: Elaine Zhang, mturquette-rdvid1DuHRBWk0Htik3J/w,
	sboyd-sgV2jX0FEOL9JmXXK+q4OQ, heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw

Hi Elaine,

在 2017/8/21 16:16, Elaine Zhang 写道:
> cru_sel24_con[8]
> rmii_extclk_sel
> clock source select control register
> 1'b0: from internal PLL
> 1'b1: from external IO
> 
> Signed-off-by: Elaine Zhang <zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> ---
>   drivers/clk/rockchip/clk-rv1108.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
> index 658da17c9d99..4d87828df4f7 100644
> --- a/drivers/clk/rockchip/clk-rv1108.c
> +++ b/drivers/clk/rockchip/clk-rv1108.c
> @@ -140,7 +140,7 @@ enum rv1108_plls {
>   PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
>   PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
>   PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
> -PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
> +PNAME(mux_sclk_mac_p)	= { "sclk_mac_pre", "ext_gmac" };
>   PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
>   PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
>   PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
> 

Acked-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
@ 2017-08-21 10:30     ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 10:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Elaine,

? 2017/8/21 16:16, Elaine Zhang ??:
> cru_sel24_con[8]
> rmii_extclk_sel
> clock source select control register
> 1'b0: from internal PLL
> 1'b1: from external IO
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
> ---
>   drivers/clk/rockchip/clk-rv1108.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/rockchip/clk-rv1108.c b/drivers/clk/rockchip/clk-rv1108.c
> index 658da17c9d99..4d87828df4f7 100644
> --- a/drivers/clk/rockchip/clk-rv1108.c
> +++ b/drivers/clk/rockchip/clk-rv1108.c
> @@ -140,7 +140,7 @@ enum rv1108_plls {
>   PNAME(mux_uart0_p)		= { "uart0_src", "uart0_frac", "xin24m" };
>   PNAME(mux_uart1_p)		= { "uart1_src", "uart1_frac", "xin24m" };
>   PNAME(mux_uart2_p)		= { "uart2_src", "uart2_frac", "xin24m" };
> -PNAME(mux_sclk_mac_p)	= { "ext_gmac", "sclk_mac_pre" };
> +PNAME(mux_sclk_mac_p)	= { "sclk_mac_pre", "ext_gmac" };
>   PNAME(mux_i2s0_pre_p)		= { "i2s0_src", "i2s0_frac", "ext_i2s", "xin12m" };
>   PNAME(mux_i2s_out_p)		= { "i2s0_pre", "xin12m" };
>   PNAME(mux_i2s1_p)		= { "i2s1_src", "i2s1_frac", "dummy", "xin12m" };
> 

Acked-by: David Wu <david.wu@rock-chips.com>

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
  2017-08-21 10:22     ` David.Wu
  (?)
@ 2017-08-21 10:32       ` Heiko Stuebner
  -1 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-21 10:32 UTC (permalink / raw)
  To: David.Wu
  Cc: Elaine Zhang, mturquette, sboyd, robh+dt, mark.rutland,
	devicetree, linux-clk, linux-rockchip, linux-kernel,
	linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan, wdc

Hi David,

Am Montag, 21. August 2017, 18:22:31 CEST schrieb David.Wu:
> Hi Elaine,
> 
> 在 2017/8/21 16:16, Elaine Zhang 写道:
> > This patch exports gmac aclk and pclk for dts reference.
> > 
> > Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> > ---
> >   include/dt-bindings/clock/rv1108-cru.h | 2 ++
> >   1 file changed, 2 insertions(+)
> 
> Acked-by: David Wu <david.wu@rock-chips.com>

Acked-by is mainly meant for cross-maintainer stuff (changes
for one subsystem going through a different tree etc).

If you want to show that the change is correct and you have reviewed
the patch, please use "Reviewed-by".


Heiko

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 10:32       ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-21 10:32 UTC (permalink / raw)
  To: David.Wu
  Cc: Elaine Zhang, mturquette, sboyd, robh+dt, mark.rutland,
	devicetree, linux-clk, linux-rockchip, linux-kernel,
	linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan, wdc

Hi David,

Am Montag, 21. August 2017, 18:22:31 CEST schrieb David.Wu:
> Hi Elaine,
>=20
> =E5=9C=A8 2017/8/21 16:16, Elaine Zhang =E5=86=99=E9=81=93:
> > This patch exports gmac aclk and pclk for dts reference.
> >=20
> > Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> > ---
> >   include/dt-bindings/clock/rv1108-cru.h | 2 ++
> >   1 file changed, 2 insertions(+)
>=20
> Acked-by: David Wu <david.wu@rock-chips.com>

Acked-by is mainly meant for cross-maintainer stuff (changes
for one subsystem going through a different tree etc).

If you want to show that the change is correct and you have reviewed
the patch, please use "Reviewed-by".


Heiko

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 10:32       ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-21 10:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi David,

Am Montag, 21. August 2017, 18:22:31 CEST schrieb David.Wu:
> Hi Elaine,
> 
> ? 2017/8/21 16:16, Elaine Zhang ??:
> > This patch exports gmac aclk and pclk for dts reference.
> > 
> > Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
> > ---
> >   include/dt-bindings/clock/rv1108-cru.h | 2 ++
> >   1 file changed, 2 insertions(+)
> 
> Acked-by: David Wu <david.wu@rock-chips.com>

Acked-by is mainly meant for cross-maintainer stuff (changes
for one subsystem going through a different tree etc).

If you want to show that the change is correct and you have reviewed
the patch, please use "Reviewed-by".


Heiko

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
  2017-08-21 10:32       ` Heiko Stuebner
  (?)
@ 2017-08-21 11:15         ` David.Wu
  -1 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 11:15 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Elaine Zhang, mturquette, sboyd, robh+dt, mark.rutland,
	devicetree, linux-clk, linux-rockchip, linux-kernel,
	linux-arm-kernel, xxx, xf, huangtao, cl, andy.yan, wdc

Hi Heiko,

在 2017/8/21 18:32, Heiko Stuebner 写道:
> Hi David,
> 
> Am Montag, 21. August 2017, 18:22:31 CEST schrieb David.Wu:
>> Hi Elaine,
>>
>> 在 2017/8/21 16:16, Elaine Zhang 写道:
>>> This patch exports gmac aclk and pclk for dts reference.
>>>
>>> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
>>> ---
>>>    include/dt-bindings/clock/rv1108-cru.h | 2 ++
>>>    1 file changed, 2 insertions(+)
>>
>> Acked-by: David Wu <david.wu@rock-chips.com>
> 
> Acked-by is mainly meant for cross-maintainer stuff (changes
> for one subsystem going through a different tree etc).
> 
> If you want to show that the change is correct and you have reviewed
> the patch, please use "Reviewed-by".
> 

Yeap, my intent is that the patches are correct. And change the tag here.🙂
So for the series:

Reviewed-by: David Wu <david.wu@rock-chips.com>

> 
> Heiko
> 
> 
> 

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 11:15         ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 11:15 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Elaine Zhang, mturquette-rdvid1DuHRBWk0Htik3J/w,
	sboyd-sgV2jX0FEOL9JmXXK+q4OQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw

Hi Heiko,

在 2017/8/21 18:32, Heiko Stuebner 写道:
> Hi David,
> 
> Am Montag, 21. August 2017, 18:22:31 CEST schrieb David.Wu:
>> Hi Elaine,
>>
>> 在 2017/8/21 16:16, Elaine Zhang 写道:
>>> This patch exports gmac aclk and pclk for dts reference.
>>>
>>> Signed-off-by: Elaine Zhang<zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>>> ---
>>>    include/dt-bindings/clock/rv1108-cru.h | 2 ++
>>>    1 file changed, 2 insertions(+)
>>
>> Acked-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> 
> Acked-by is mainly meant for cross-maintainer stuff (changes
> for one subsystem going through a different tree etc).
> 
> If you want to show that the change is correct and you have reviewed
> the patch, please use "Reviewed-by".
> 

Yeap, my intent is that the patches are correct. And change the tag here.🙂
So for the series:

Reviewed-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

> 
> Heiko
> 
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 11:15         ` David.Wu
  0 siblings, 0 replies; 40+ messages in thread
From: David.Wu @ 2017-08-21 11:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Heiko,

? 2017/8/21 18:32, Heiko Stuebner ??:
> Hi David,
> 
> Am Montag, 21. August 2017, 18:22:31 CEST schrieb David.Wu:
>> Hi Elaine,
>>
>> ? 2017/8/21 16:16, Elaine Zhang ??:
>>> This patch exports gmac aclk and pclk for dts reference.
>>>
>>> Signed-off-by: Elaine Zhang<zhangqing@rock-chips.com>
>>> ---
>>>    include/dt-bindings/clock/rv1108-cru.h | 2 ++
>>>    1 file changed, 2 insertions(+)
>>
>> Acked-by: David Wu <david.wu@rock-chips.com>
> 
> Acked-by is mainly meant for cross-maintainer stuff (changes
> for one subsystem going through a different tree etc).
> 
> If you want to show that the change is correct and you have reviewed
> the patch, please use "Reviewed-by".
> 

Yeap, my intent is that the patches are correct. And change the tag here.?
So for the series:

Reviewed-by: David Wu <david.wu@rock-chips.com>

> 
> Heiko
> 
> 
> 

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 22:39     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-21 22:39 UTC (permalink / raw)
  To: Elaine Zhang
  Cc: mturquette, sboyd, robh+dt, mark.rutland, devicetree, linux-clk,
	linux-rockchip, linux-kernel, linux-arm-kernel, xxx, xf,
	huangtao, cl, andy.yan, wdc

Am Montag, 21. August 2017, 16:16:04 CEST schrieb Elaine Zhang:
> This patch exports gmac aclk and pclk for dts reference.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14


Thanks
Heiko

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

* Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 22:39     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-21 22:39 UTC (permalink / raw)
  To: Elaine Zhang
  Cc: mturquette-rdvid1DuHRBWk0Htik3J/w, sboyd-sgV2jX0FEOL9JmXXK+q4OQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw

Am Montag, 21. August 2017, 16:16:04 CEST schrieb Elaine Zhang:
> This patch exports gmac aclk and pclk for dts reference.
> 
> Signed-off-by: Elaine Zhang <zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

applied for 4.14


Thanks
Heiko
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID
@ 2017-08-21 22:39     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-21 22:39 UTC (permalink / raw)
  To: linux-arm-kernel

Am Montag, 21. August 2017, 16:16:04 CEST schrieb Elaine Zhang:
> This patch exports gmac aclk and pclk for dts reference.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14


Thanks
Heiko

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

* Re: [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
  2017-08-21  8:16   ` Elaine Zhang
@ 2017-08-22  0:52     ` Heiko Stuebner
  -1 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:52 UTC (permalink / raw)
  To: Elaine Zhang
  Cc: mturquette, sboyd, robh+dt, mark.rutland, devicetree, linux-clk,
	linux-rockchip, linux-kernel, linux-arm-kernel, xxx, xf,
	huangtao, cl, andy.yan, wdc

Am Montag, 21. August 2017, 16:16:05 CEST schrieb Elaine Zhang:
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14 after adapting the subject and adding a commit message


Heiko

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

* [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id
@ 2017-08-22  0:52     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:52 UTC (permalink / raw)
  To: linux-arm-kernel

Am Montag, 21. August 2017, 16:16:05 CEST schrieb Elaine Zhang:
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14 after adapting the subject and adding a commit message


Heiko

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

* Re: [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-22  0:56     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:56 UTC (permalink / raw)
  To: Elaine Zhang
  Cc: mturquette, sboyd, robh+dt, mark.rutland, devicetree, linux-clk,
	linux-rockchip, linux-kernel, linux-arm-kernel, xxx, xf,
	huangtao, cl, andy.yan, wdc

Am Montag, 21. August 2017, 16:16:06 CEST schrieb Elaine Zhang:
> This MAC has no internal phy for rv1108.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14 after adapting the subject and adding a sentence
to the commit message that this change is safe due to gmac not
being used yet.


Heiko

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

* Re: [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-22  0:56     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:56 UTC (permalink / raw)
  To: Elaine Zhang
  Cc: mturquette-rdvid1DuHRBWk0Htik3J/w, sboyd-sgV2jX0FEOL9JmXXK+q4OQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	xxx-TNX95d0MmH7DzftRWevZcw, xf-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, wdc-TNX95d0MmH7DzftRWevZcw

Am Montag, 21. August 2017, 16:16:06 CEST schrieb Elaine Zhang:
> This MAC has no internal phy for rv1108.
> 
> Signed-off-by: Elaine Zhang <zhangqing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

applied for 4.14 after adapting the subject and adding a sentence
to the commit message that this change is safe due to gmac not
being used yet.


Heiko
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac
@ 2017-08-22  0:56     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:56 UTC (permalink / raw)
  To: linux-arm-kernel

Am Montag, 21. August 2017, 16:16:06 CEST schrieb Elaine Zhang:
> This MAC has no internal phy for rv1108.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14 after adapting the subject and adding a sentence
to the commit message that this change is safe due to gmac not
being used yet.


Heiko

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

* Re: [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
  2017-08-21  8:16   ` Elaine Zhang
@ 2017-08-22  0:56     ` Heiko Stuebner
  -1 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:56 UTC (permalink / raw)
  To: Elaine Zhang
  Cc: mturquette, sboyd, robh+dt, mark.rutland, devicetree, linux-clk,
	linux-rockchip, linux-kernel, linux-arm-kernel, xxx, xf,
	huangtao, cl, andy.yan, wdc

Am Montag, 21. August 2017, 16:16:07 CEST schrieb Elaine Zhang:
> cru_sel24_con[8]
> rmii_extclk_sel
> clock source select control register
> 1'b0: from internal PLL
> 1'b1: from external IO
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14.


Thanks
Heiko

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

* [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description
@ 2017-08-22  0:56     ` Heiko Stuebner
  0 siblings, 0 replies; 40+ messages in thread
From: Heiko Stuebner @ 2017-08-22  0:56 UTC (permalink / raw)
  To: linux-arm-kernel

Am Montag, 21. August 2017, 16:16:07 CEST schrieb Elaine Zhang:
> cru_sel24_con[8]
> rmii_extclk_sel
> clock source select control register
> 1'b0: from internal PLL
> 1'b1: from external IO
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

applied for 4.14.


Thanks
Heiko

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

end of thread, other threads:[~2017-08-22  0:56 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21  8:16 [PATCH v2 0/4] clk: rockchip: rv1108: support mac clk Elaine Zhang
2017-08-21  8:16 ` Elaine Zhang
2017-08-21  8:16 ` Elaine Zhang
2017-08-21  8:16 ` [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID Elaine Zhang
2017-08-21  8:16   ` Elaine Zhang
2017-08-21  8:16   ` Elaine Zhang
2017-08-21 10:22   ` David.Wu
2017-08-21 10:22     ` David.Wu
2017-08-21 10:22     ` David.Wu
2017-08-21 10:32     ` Heiko Stuebner
2017-08-21 10:32       ` Heiko Stuebner
2017-08-21 10:32       ` Heiko Stuebner
2017-08-21 11:15       ` David.Wu
2017-08-21 11:15         ` David.Wu
2017-08-21 11:15         ` David.Wu
2017-08-21 22:39   ` Heiko Stuebner
2017-08-21 22:39     ` Heiko Stuebner
2017-08-21 22:39     ` Heiko Stuebner
2017-08-21  8:16 ` [PATCH v2 2/4] clk: rockchip: rv1108: add ACLK_GMAC and PCLK_GMAC clk id Elaine Zhang
2017-08-21  8:16   ` Elaine Zhang
2017-08-21 10:23   ` David.Wu
2017-08-21 10:23     ` David.Wu
2017-08-21 10:23     ` David.Wu
2017-08-22  0:52   ` Heiko Stuebner
2017-08-22  0:52     ` Heiko Stuebner
2017-08-21  8:16 ` [PATCH v2 3/4] clk: rockchip: rv1108: rename macphy to mac Elaine Zhang
2017-08-21  8:16   ` Elaine Zhang
2017-08-21 10:30   ` David.Wu
2017-08-21 10:30     ` David.Wu
2017-08-21 10:30     ` David.Wu
2017-08-22  0:56   ` Heiko Stuebner
2017-08-22  0:56     ` Heiko Stuebner
2017-08-22  0:56     ` Heiko Stuebner
2017-08-21  8:16 ` [PATCH v2 4/4] clk: rockchip: rv1108: fix up the clk_mac sel register description Elaine Zhang
2017-08-21  8:16   ` Elaine Zhang
2017-08-21 10:30   ` David.Wu
2017-08-21 10:30     ` David.Wu
2017-08-21 10:30     ` David.Wu
2017-08-22  0:56   ` Heiko Stuebner
2017-08-22  0:56     ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.