All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t
@ 2017-05-22 20:29 ` Arnd Bergmann
  0 siblings, 0 replies; 34+ messages in thread
From: Arnd Bergmann @ 2017-05-22 20:29 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Michael Turquette, Stephen Boyd
  Cc: Arnd Bergmann, Icenowy Zheng, Tobias Regnery, linux-arm-kernel,
	linux-clk, linux-kernel

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'

Fixes: 46b492116666 ("clk: sunxi-ng: Add driver for A83T CCU")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/clk/sunxi-ng/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig
index a384c695b388..67acef3d2494 100644
--- a/drivers/clk/sunxi-ng/Kconfig
+++ b/drivers/clk/sunxi-ng/Kconfig
@@ -121,6 +121,7 @@ config SUN8I_A83T_CCU
 	select SUNXI_CCU_DIV
 	select SUNXI_CCU_GATE
 	select SUNXI_CCU_MP
+	select SUNXI_CCU_MULT
 	select SUNXI_CCU_MUX
 	select SUNXI_CCU_NKMP
 	select SUNXI_CCU_NM
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2017-06-08  1:46 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 20:29 [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t Arnd Bergmann
2017-05-22 20:29 ` Arnd Bergmann
2017-05-23  0:55 ` Stephen Boyd
2017-05-23  0:55   ` Stephen Boyd
2017-05-23  7:19   ` Chen-Yu Tsai
2017-05-23  7:19     ` Chen-Yu Tsai
2017-05-23  7:54     ` Arnd Bergmann
2017-05-23  7:54       ` Arnd Bergmann
2017-06-01  7:17       ` Stephen Boyd
2017-06-01  7:17         ` Stephen Boyd
2017-06-01  9:07         ` Arnd Bergmann
2017-06-01  9:07           ` Arnd Bergmann
2017-06-02 12:15           ` Maxime Ripard
2017-06-02 12:15             ` Maxime Ripard
2017-06-02 22:30             ` [PATCH] clk: sunxi-ng: Move all clock types to a library Stephen Boyd
2017-06-02 22:30               ` Stephen Boyd
2017-06-03  4:22               ` kbuild test robot
2017-06-03  4:22                 ` kbuild test robot
2017-06-05 14:45                 ` Maxime Ripard
2017-06-05 14:45                   ` Maxime Ripard
2017-06-06 10:04                   ` Arnd Bergmann
2017-06-06 10:04                     ` Arnd Bergmann
2017-06-06 22:08                     ` Stephen Boyd
2017-06-06 22:08                       ` Stephen Boyd
2017-06-07  5:45                     ` Chen-Yu Tsai
2017-06-07  5:45                       ` Chen-Yu Tsai
2017-06-07  7:36                       ` Arnd Bergmann
2017-06-07  7:36                         ` Arnd Bergmann
2017-06-07  8:17                         ` Maxime Ripard
2017-06-07  8:17                           ` Maxime Ripard
2017-06-08  1:46                           ` Masahiro Yamada
2017-06-08  1:46                             ` Masahiro Yamada
2017-05-23  7:31 ` [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t Chen-Yu Tsai
2017-05-23  7:31   ` Chen-Yu Tsai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.