Re: [PATCH v5 12/12] clk: actions: Add S900 SoC clock support

2018-03-20 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:52) > diff --git a/drivers/clk/actions/owl-s900.c b/drivers/clk/actions/owl-s900.c > new file mode 100644 > index ..5a9b1e3f3571 > --- /dev/null > +++ b/drivers/clk/actions/owl-s900.c > @@ -0,0 +1,690 @@ > +// SPDX-License-Identifier:

Re: [PATCH v5 12/12] clk: actions: Add S900 SoC clock support

2018-03-20 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:52) > diff --git a/drivers/clk/actions/owl-s900.c b/drivers/clk/actions/owl-s900.c > new file mode 100644 > index ..5a9b1e3f3571 > --- /dev/null > +++ b/drivers/clk/actions/owl-s900.c > @@ -0,0 +1,690 @@ > +// SPDX-License-Identifier:

Re: [PATCH v5 12/12] clk: actions: Add S900 SoC 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 12/12] clk: actions: Add S900 SoC 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 12/12] clk: actions: Add S900 SoC 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 12/12] clk: actions: Add S900 SoC 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 12/12] clk: actions: Add S900 SoC clock support

2018-03-17 Thread Manivannan Sadhasivam
Add Actions Semi S900 SoC clock support. Signed-off-by: Manivannan Sadhasivam --- drivers/clk/actions/Kconfig| 10 + drivers/clk/actions/Makefile | 3 + drivers/clk/actions/owl-s900.c | 690 +

[PATCH v5 12/12] clk: actions: Add S900 SoC clock support

2018-03-17 Thread Manivannan Sadhasivam
Add Actions Semi S900 SoC clock support. Signed-off-by: Manivannan Sadhasivam --- drivers/clk/actions/Kconfig| 10 + drivers/clk/actions/Makefile | 3 + drivers/clk/actions/owl-s900.c | 690 + drivers/clk/actions/owl-s900.h | 61 4 files