linux/drivers/clk/spear
Bhumika Goyal 71bf5ab863 CLK: SPEAr: make structure field and function argument as const
Make the masks field of clk_aux structure const as it do not modify the
fields of the aux_clk_masks structure it points to.

Make the struct aux_clk_masks *aux argument of the function
clk_register_aux as const as the argument is only stored in the masks
field of a clk_aux structure which is now made const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2017-11-01 23:22:32 -07:00
..
clk-aux-synth.c CLK: SPEAr: make structure field and function argument as const 2017-11-01 23:22:32 -07:00
clk-frac-synth.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
clk-gpt-synth.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
clk-vco-pll.c The clk framework changes for 4.3 are mostly updates to existing drivers 2015-08-31 17:26:48 -07:00
clk.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
clk.h CLK: SPEAr: make structure field and function argument as const 2017-11-01 23:22:32 -07:00
Makefile SPEAr13xx: Add common clock framework support 2012-05-14 17:34:05 +02:00
spear3xx_clock.c clk: spear: Remove CLK_IS_ROOT 2016-03-02 17:46:55 -08:00
spear6xx_clock.c clk: spear: fix ADC clock definition on SPEAr600 2017-04-19 09:27:52 -07:00
spear1310_clock.c clk: spear: Remove CLK_IS_ROOT 2016-03-02 17:46:55 -08:00
spear1340_clock.c clk: spear: Remove CLK_IS_ROOT 2016-03-02 17:46:55 -08:00