Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-19 Thread kbuild test robot
Hi Manivannan, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [cannot apply to next-20180319] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-19 Thread kbuild test robot
Hi Manivannan, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [cannot apply to next-20180319] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-19 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:48) > + > +static int clk_val_best(struct clk_hw *hw, unsigned long rate, > + unsigned long *best_parent_rate) > +{ [...] > + } > + > + parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), > +

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-19 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:48) > + > +static int clk_val_best(struct clk_hw *hw, unsigned long rate, > + unsigned long *best_parent_rate) > +{ [...] > + } > + > + parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), > +

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-19 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:48) > Add support for Actions Semi factor clock together with > helper functions to be used in composite clock. > > Signed-off-by: Manivannan Sadhasivam Adddress kbuild robot comments and I'll apply.

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-19 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:48) > Add support for Actions Semi factor clock together with > helper functions to be used in composite clock. > > Signed-off-by: Manivannan Sadhasivam Adddress kbuild robot comments and I'll apply.

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-18 Thread kbuild test robot
Hi Manivannan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.16-rc4] [cannot apply to next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-18 Thread kbuild test robot
Hi Manivannan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.16-rc4] [cannot apply to next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-17 Thread Manivannan Sadhasivam
Add support for Actions Semi factor clock together with helper functions to be used in composite clock. Signed-off-by: Manivannan Sadhasivam --- drivers/clk/actions/Makefile | 1 + drivers/clk/actions/owl-factor.c | 222

[PATCH v5 08/12] clk: actions: Add factor clock support

2018-03-17 Thread Manivannan Sadhasivam
Add support for Actions Semi factor clock together with helper functions to be used in composite clock. Signed-off-by: Manivannan Sadhasivam --- drivers/clk/actions/Makefile | 1 + drivers/clk/actions/owl-factor.c | 222 +++