Re: [U-Boot] [PATCH] clk: uniphier: add ethernet clock control support

2018-04-18 Thread Masahiro Yamada
2018-04-18 10:05 GMT+09:00 Kunihiko Hayashi : > Add clock control for ethernet controller on each SoC. > > Signed-off-by: Kunihiko Hayashi > --- > drivers/clk/uniphier/clk-uniphier-sys.c | 6 ++ > 1 file changed, 6 insertions(+) Applied to u-boot-uniphier. Thanks! -- Best Regards Masahir

[U-Boot] [PATCH] clk: uniphier: add ethernet clock control support

2018-04-17 Thread Kunihiko Hayashi
Add clock control for ethernet controller on each SoC. Signed-off-by: Kunihiko Hayashi --- drivers/clk/uniphier/clk-uniphier-sys.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/uniphier/clk-uniphier-sys.c b/drivers/clk/uniphier/clk-uniphier-sys.c index c852c78..0230a18 1