Re: [PATCH V3 09/11] clk: sprd: add clocks support for SC9860
From: Chunyan Zhang <zhang.lyra@gmail.com>
Date: 2017-11-09 08:19:37
Also in:
linux-arm-kernel, linux-clk, lkml
From: Chunyan Zhang <zhang.lyra@gmail.com>
Date: 2017-11-09 08:19:37
Also in:
linux-arm-kernel, linux-clk, lkml
Hi Rob and Stephen, On 7 November 2017 at 05:43, Rob Herring [off-list ref] wrote:
On Thu, Nov 02, 2017 at 02:56:24PM +0800, Chunyan Zhang wrote:quoted
This patch added the list of clocks for Spreadtrum's SC9860 SoC, together with clock initialization code. Signed-off-by: Chunyan Zhang <redacted> --- drivers/clk/sprd/Kconfig | 10 + drivers/clk/sprd/Makefile | 3 + drivers/clk/sprd/sc9860-clk.c | 1987 +++++++++++++++++++++++++++ include/dt-bindings/clock/sprd,sc9860-clk.h | 408 ++++++This belongs in the binding doc patch.
I noticed that this kind of files were submitted in driver patch before when adding a new driver, how about I just put it into a single patch in the next version? Thanks, Chunyan
Rob