[PATCH 02/13] clk: sunxi-ng: mux: Add mux table support

2016-07-26 Thread Maxime Ripard
Add support for the table based muxes, and add macros to register them. Signed-off-by: Maxime Ripard --- drivers/clk/sunxi-ng/ccu_mux.c | 14 ++ drivers/clk/sunxi-ng/ccu_mux.h | 27 --- 2 files changed, 34 insertions(+), 7

[PATCH 02/13] clk: sunxi-ng: mux: Add mux table support

2016-07-26 Thread Maxime Ripard
Add support for the table based muxes, and add macros to register them. Signed-off-by: Maxime Ripard --- drivers/clk/sunxi-ng/ccu_mux.c | 14 ++ drivers/clk/sunxi-ng/ccu_mux.h | 27 --- 2 files changed, 34 insertions(+), 7 deletions(-) diff --git