Re: [PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs

2016-05-02 Thread Stephen Boyd
On 05/03, Masahiro Yamada wrote: > > 2016-02-26 9:07 GMT+09:00 Stephen Boyd : > > On 12/28, Masahiro Yamada wrote: > >> > >> diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig > >> new file mode 100644 > >> index 000..7606f27 > >> --- /dev/null > >> +++ b/drivers/clk/unip

Re: [PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs

2016-05-02 Thread Masahiro Yamada
Hi Stephen, I am back after long silence. 2016-02-26 9:07 GMT+09:00 Stephen Boyd : > On 12/28, Masahiro Yamada wrote: >> This is the initial commit for the UniPhier clock drivers, including >> support for PH1-sLD3, PH1-LD4, PH1-Pro4, PH1-sLD8, PH1-Pro5, and >> ProXstream2/PH1-LD6b. >> >> To impro

Re: [PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs

2016-02-25 Thread Stephen Boyd
On 12/28, Masahiro Yamada wrote: > This is the initial commit for the UniPhier clock drivers, including > support for PH1-sLD3, PH1-LD4, PH1-Pro4, PH1-sLD8, PH1-Pro5, and > ProXstream2/PH1-LD6b. > > To improve the code maintainability, the driver consists of common > functions (clk-uniphier-core.c

[PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs

2015-12-28 Thread Masahiro Yamada
This is the initial commit for the UniPhier clock drivers, including support for PH1-sLD3, PH1-LD4, PH1-Pro4, PH1-sLD8, PH1-Pro5, and ProXstream2/PH1-LD6b. To improve the code maintainability, the driver consists of common functions (clk-uniphier-core.c) and clock data arrays needed to support eac