[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161027134833.vdtd5t5hx33o3ahb@rob-hp-laptop>
Date: Thu, 27 Oct 2016 08:48:33 -0500
From: Rob Herring <robh@...nel.org>
To: Jiancheng Xue <xuejiancheng@...ilicon.com>
Cc: mturquette@...libre.com, sboyd@...eaurora.org,
mark.rutland@....com, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
bin.chen@...aro.org, elder@...aro.org,
hermit.wangheming@...ilicon.com, yanhaifeng@...ilicon.com,
wenpan@...ilicon.com
Subject: Re: [RESEND PATCH v2] clk: hisilicon: add CRG driver for Hi3798CV200
SoC
On Fri, Oct 21, 2016 at 09:37:10AM +0800, Jiancheng Xue wrote:
> Add CRG driver for Hi3798CV200 SoC. CRG(Clock and Reset
> Generator) module generates clock and reset signals used
> by other module blocks on SoC.
>
> Signed-off-by: Jiancheng Xue <xuejiancheng@...ilicon.com>
> ---
> change log
> v2:
> - Fixed compiling error when compiled as a module.
> - Fixed issues pointed by Stephen Boyd.
> - Added prefix HISTB for clock index macro definitions.
What Stephen asked for is send this and the Hi3516CV300 series as one
series since there is a dependency.
>
> .../clock/{hi3519-crg.txt => hisi-crg.txt} | 11 +-
In any case, for the binding:
Acked-by: Rob Herring <robh@...nel.org>
> drivers/clk/hisilicon/Kconfig | 8 +
> drivers/clk/hisilicon/Makefile | 1 +
> drivers/clk/hisilicon/crg-hi3798cv200.c | 305 +++++++++++++++++++++
> drivers/clk/hisilicon/crg.h | 34 +++
> include/dt-bindings/clock/histb-clock.h | 64 +++++
> 6 files changed, 419 insertions(+), 4 deletions(-)
> rename Documentation/devicetree/bindings/clock/{hi3519-crg.txt => hisi-crg.txt} (82%)
> create mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c
> create mode 100644 drivers/clk/hisilicon/crg.h
> create mode 100644 include/dt-bindings/clock/histb-clock.h
Powered by blists - more mailing lists