Re: [PATCH V7 02/12] clk: sprd: Add common infrastructure

2017-12-21 Thread Stephen Boyd
On 12/07, Chunyan Zhang wrote: > Added Spreadtrum's clock driver framework together with common > structures and interface functions. > > Signed-off-by: Chunyan Zhang > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborativ

Re: [PATCH V7 02/12] clk: sprd: Add common infrastructure

2017-12-07 Thread Philippe Ombredanne
Dear Chunyan, On Thu, Dec 7, 2017 at 1:57 PM, Chunyan Zhang wrote: > Added Spreadtrum's clock driver framework together with common > structures and interface functions. > > Signed-off-by: Chunyan Zhang > --- /dev/null > +++ b/drivers/clk/sprd/common.c > @@ -0,0 +1,96 @@ > +// SPDX-License-Iden

[PATCH V7 02/12] clk: sprd: Add common infrastructure

2017-12-07 Thread Chunyan Zhang
Added Spreadtrum's clock driver framework together with common structures and interface functions. Signed-off-by: Chunyan Zhang --- drivers/clk/Kconfig | 1 + drivers/clk/Makefile | 1 + drivers/clk/sprd/Kconfig | 4 ++ drivers/clk/sprd/Makefile | 3 ++ drivers/clk/sprd/common.c