02 Nov, 2017
1 commit
-
Make these const as they are only stored in the const field of a
clk_init_data structure.Signed-off-by: Bhumika Goyal
Signed-off-by: Stephen Boyd
21 Jul, 2015
1 commit
-
Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Remove the include here because this is a
provider driver. The clkdev.h include isn't used either, so drop
it and add in slab.h to keep things compiling.Cc: Chao Xie
Signed-off-by: Stephen Boyd
15 May, 2015
1 commit
-
drivers/clk/mmp/clk-apbc.c:118:16: warning: symbol 'clk_apbc_ops' was not declared. Should it be static?
drivers/clk/mmp/clk-apmu.c:64:16: warning: symbol 'clk_apmu_ops' was not declared. Should it be static?Cc: Chao Xie
Signed-off-by: Stephen Boyd
29 Aug, 2012
1 commit
-
add mmp specific clocks including apbc cloks, apmu clocks,
and pll2, fraction clocksSigned-off-by: Chao Xie
Reviewed-by: Arnd Bergmann
Acked-by: Haojian Zhuang
Signed-off-by: Mike Turquette