Re: [PATCH] clk: uniphier: add ethernet clock control support for PXs3

2018-03-23 Thread Stephen Boyd
Quoting Kunihiko Hayashi (2018-03-22 22:11:41) > Add clock control for ethernet controller on PXs3 SoC. > > Signed-off-by: Kunihiko Hayashi > --- Applied to clk-next

Re: [PATCH] clk: uniphier: add ethernet clock control support for PXs3

2018-03-23 Thread Masahiro Yamada
2018-03-23 14:11 GMT+09:00 Kunihiko Hayashi : > Add clock control for ethernet controller on PXs3 SoC. > > Signed-off-by: Kunihiko Hayashi > --- > drivers/clk/uniphier/clk-uniphier-sys.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/uniphier/clk-uniphier-sys.c > b/driver

[PATCH] clk: uniphier: add ethernet clock control support for PXs3

2018-03-22 Thread Kunihiko Hayashi
Add clock control for ethernet controller on PXs3 SoC. Signed-off-by: Kunihiko Hayashi --- drivers/clk/uniphier/clk-uniphier-sys.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/uniphier/clk-uniphier-sys.c b/drivers/clk/uniphier/clk-uniphier-sys.c index d244e72..faadd9b 10064