Re: [RESEND PATCH v8 1/6] clk: hisilicon: add CRG driver for hi3519 soc

2016-02-16 Thread xuejiancheng
Hi Mike, Thank you very much for your comments. On 2016/2/17 8:46, Michael Turquette wrote: > Hello Jiancheng Xue, > > Quoting Jiancheng Xue (2016-02-04 18:31:07) >> diff --git a/drivers/clk/hisilicon/Makefile b/drivers/clk/hisilicon/Makefile >> index 74dba31..3f57b09 100644 >> --- a/drivers/c

Re: [RESEND PATCH v8 1/6] clk: hisilicon: add CRG driver for hi3519 soc

2016-02-16 Thread Michael Turquette
Hello Jiancheng Xue, Quoting Jiancheng Xue (2016-02-04 18:31:07) > diff --git a/drivers/clk/hisilicon/Makefile b/drivers/clk/hisilicon/Makefile > index 74dba31..3f57b09 100644 > --- a/drivers/clk/hisilicon/Makefile > +++ b/drivers/clk/hisilicon/Makefile > @@ -4,8 +4,10 @@ > > obj-y += clk.o cl

[RESEND PATCH v8 1/6] clk: hisilicon: add CRG driver for hi3519 soc

2016-02-04 Thread Jiancheng Xue
The CRG(Clock and Reset Generator) block provides clock and reset signals for other modules in hi3519 soc. Signed-off-by: Jiancheng Xue Acked-by: Rob Herring --- .../devicetree/bindings/clock/hi3519-crg.txt | 46 +++ This binding file is already acked by Rob Herring. drivers/clk/hisi

[PATCH v8 1/6] clk: hisilicon: add CRG driver for hi3519 soc

2016-01-28 Thread Jiancheng Xue
The CRG(Clock and Reset Generator) block provides clock and reset signals for other modules in hi3519 soc. Signed-off-by: Jiancheng Xue Acked-by: Rob Herring --- .../devicetree/bindings/clock/hi3519-crg.txt | 46 +++ This binding file is already acked by Rob Herring. drivers/clk/hisi