Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-06-02 Thread Maxime Ripard
On Thu, Jun 01, 2017 at 11:07:46AM +0200, Arnd Bergmann wrote: > On Thu, Jun 1, 2017 at 9:17 AM, Stephen Boyd wrote: > > On 05/23, Arnd Bergmann wrote: > >> On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: > >> An alternative would be to remove all the

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-06-02 Thread Maxime Ripard
On Thu, Jun 01, 2017 at 11:07:46AM +0200, Arnd Bergmann wrote: > On Thu, Jun 1, 2017 at 9:17 AM, Stephen Boyd wrote: > > On 05/23, Arnd Bergmann wrote: > >> On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: > >> An alternative would be to remove all the dependencies as 'lib-y' > >> in the

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-06-01 Thread Arnd Bergmann
On Thu, Jun 1, 2017 at 9:17 AM, Stephen Boyd wrote: > On 05/23, Arnd Bergmann wrote: >> On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: >> An alternative would be to remove all the dependencies as 'lib-y' >> in the Makefile and remove the individual

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-06-01 Thread Arnd Bergmann
On Thu, Jun 1, 2017 at 9:17 AM, Stephen Boyd wrote: > On 05/23, Arnd Bergmann wrote: >> On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: >> An alternative would be to remove all the dependencies as 'lib-y' >> in the Makefile and remove the individual Kconfig symbols. That >> way, we would

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-06-01 Thread Stephen Boyd
On 05/23, Arnd Bergmann wrote: > On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: > > On Mon, May 22, 2017 at 05:55:53PM -0700, Stephen Boyd wrote: > >> On 05/22, Arnd Bergmann wrote: > >> > We get a link error when CCU_MULT is not set with the > >> > newly added driver: > >> >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-06-01 Thread Stephen Boyd
On 05/23, Arnd Bergmann wrote: > On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: > > On Mon, May 22, 2017 at 05:55:53PM -0700, Stephen Boyd wrote: > >> On 05/22, Arnd Bergmann wrote: > >> > We get a link error when CCU_MULT is not set with the > >> > newly added driver: > >> > > >> >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-23 Thread Arnd Bergmann
On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: > On Mon, May 22, 2017 at 05:55:53PM -0700, Stephen Boyd wrote: >> On 05/22, Arnd Bergmann wrote: >> > We get a link error when CCU_MULT is not set with the >> > newly added driver: >> > >> >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-23 Thread Arnd Bergmann
On Tue, May 23, 2017 at 9:19 AM, Chen-Yu Tsai wrote: > On Mon, May 22, 2017 at 05:55:53PM -0700, Stephen Boyd wrote: >> On 05/22, Arnd Bergmann wrote: >> > We get a link error when CCU_MULT is not set with the >> > newly added driver: >> > >> >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-23 Thread Chen-Yu Tsai
On Tue, May 23, 2017 at 4:29 AM, Arnd Bergmann wrote: > We get a link error when CCU_MULT is not set with the > newly added driver: > > drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): > undefined reference to `ccu_mult_ops' >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-23 Thread Chen-Yu Tsai
On Tue, May 23, 2017 at 4:29 AM, Arnd Bergmann wrote: > We get a link error when CCU_MULT is not set with the > newly added driver: > > drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): > undefined reference to `ccu_mult_ops' >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-23 Thread Chen-Yu Tsai
On Mon, May 22, 2017 at 05:55:53PM -0700, Stephen Boyd wrote: > On 05/22, Arnd Bergmann wrote: > > We get a link error when CCU_MULT is not set with the > > newly added driver: > > > > drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): > > undefined reference to

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-23 Thread Chen-Yu Tsai
On Mon, May 22, 2017 at 05:55:53PM -0700, Stephen Boyd wrote: > On 05/22, Arnd Bergmann wrote: > > We get a link error when CCU_MULT is not set with the > > newly added driver: > > > > drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): > > undefined reference to

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-22 Thread Stephen Boyd
On 05/22, Arnd Bergmann wrote: > We get a link error when CCU_MULT is not set with the > newly added driver: > > drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): > undefined reference to `ccu_mult_ops' >

Re: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-22 Thread Stephen Boyd
On 05/22, Arnd Bergmann wrote: > We get a link error when CCU_MULT is not set with the > newly added driver: > > drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): > undefined reference to `ccu_mult_ops' >

[PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-22 Thread Arnd Bergmann
We get a link error when CCU_MULT is not set with the newly added driver: drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): undefined reference to `ccu_mult_ops' drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.3+0x4): undefined reference to `ccu_mult_ops'

[PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

2017-05-22 Thread Arnd Bergmann
We get a link error when CCU_MULT is not set with the newly added driver: drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): undefined reference to `ccu_mult_ops' drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.3+0x4): undefined reference to `ccu_mult_ops'