alistair23-linux/drivers/clk/ux500
Arvind Yadav 56d8777641 clk: ux500: prcc: constify clk_ops.
clk_ops are not supposed to change at runtime. All functions
working with clk_ops provided by <linux/clk-provider.h> work
with const clk_ops. So mark the non-const clk_ops as const.

Here, Function "clk_reg_prcc" is used to initialized clk_init_data.
clk_init_data is working with const clk_ops. So make clk_reg_prcc
non-const clk_ops argument as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2017-08-30 22:27:49 -07:00
..
abx500-clk.c clk: ux500: Convert ABx500 clocks to use OF probing 2017-01-26 16:10:02 -08:00
clk-prcc.c clk: ux500: prcc: constify clk_ops. 2017-08-30 22:27:49 -07:00
clk-prcmu.c clk: ux500: prcmu: constify clk_ops. 2017-08-30 22:27:00 -07:00
clk-sysctrl.c clk: ux500: sysctrl: constify clk_ops. 2017-08-30 22:27:23 -07:00
clk.h clk: ux500: Remove clk.h and clkdev.h includes 2015-07-20 11:11:18 -07:00
Makefile clk: ux500: delete the non-DT U8500 clock implementation 2015-08-24 16:49:02 -07:00
u8500_of_clk.c clk: ux500: move AB8500 sysclk over to PRCMU clk driver 2017-01-26 16:10:01 -08:00
u8540_clk.c ARM: ux500: use CLK_OF_DECLARE() 2016-07-12 11:24:07 +02:00
u9540_clk.c ARM: ux500: use CLK_OF_DECLARE() 2016-07-12 11:24:07 +02:00