Re: [PATCH v6 1/5] clk: sifive: Extract prci core to common base

2020-12-09 Thread kernel test robot
Hi Zong, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on robh/for-next linux/master linus/master v5.10-rc7 next-20201208] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

Re: [PATCH v6 1/5] clk: sifive: Extract prci core to common base

2020-12-08 Thread Zong Li
On Wed, Dec 9, 2020 at 1:08 AM kernel test robot wrote: > > Hi Zong, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on clk/clk-next] > [also build test ERROR on robh/for-next linux/master linus/master v5.10-rc7 > next-20201208] > [If your patch is applied to

Re: [PATCH v6 1/5] clk: sifive: Extract prci core to common base

2020-12-08 Thread kernel test robot
Hi Zong, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on robh/for-next linux/master linus/master v5.10-rc7 next-20201208] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

Re: [PATCH v6 1/5] clk: sifive: Extract prci core to common base

2020-12-08 Thread kernel test robot
Hi Zong, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on robh/for-next linux/master linus/master v5.10-rc7 next-20201207] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

[PATCH v6 1/5] clk: sifive: Extract prci core to common base

2020-12-07 Thread Zong Li
Extract common core of prci driver to an independent file, it could allow other chips to reuse it. Separate SoCs-dependent code 'fu540' from prci core, then we can easily add 'fu740' later. Almost these changes are code movement. The different is adding the private data for each SoC use, so it