Re: [PATCH 3/5] clk: berlin: add clk support for berlin4ct

2015-10-01 Thread Stephen Boyd
On 09/22, Jisheng Zhang wrote: > + */ > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include "clk.h" > + > +#define CLK_SOURCE_MAX 5 > + > +static struct clk_onecell_data gateclk_data; > +static struct clk_onecell_data clk_data; > + > +static DEFINE_SPIN

[PATCH 3/5] clk: berlin: add clk support for berlin4ct

2015-09-22 Thread Jisheng Zhang
This patch supports the gate-clk and berlin-clk in berlin4ct SoC. Signed-off-by: Jisheng Zhang --- drivers/clk/berlin/Makefile| 2 +- drivers/clk/berlin/clk-berlin4ct.c | 164 + 2 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 dr