Re: [PATCH] clk: ti: make clk_ops const

2017-08-23 Thread Stephen Boyd
On 08/22, Bhumika Goyal wrote: > Make these const as they are only stored in the const field of a > clk_init_data structure. > > Signed-off-by: Bhumika Goyal > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation

Re: [PATCH] clk: ti: make clk_ops const

2017-08-23 Thread Stephen Boyd
On 08/22, Bhumika Goyal wrote: > Make these const as they are only stored in the const field of a > clk_init_data structure. > > Signed-off-by: Bhumika Goyal > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative

Re: [PATCH] clk: ti: make clk_ops const

2017-08-23 Thread Tero Kristo
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 22/08/17 16:11, Bhumika Goyal wrote: Make these const as they are only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal

Re: [PATCH] clk: ti: make clk_ops const

2017-08-23 Thread Tero Kristo
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 22/08/17 16:11, Bhumika Goyal wrote: Make these const as they are only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal

[PATCH] clk: ti: make clk_ops const

2017-08-22 Thread Bhumika Goyal
Make these const as they are only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal --- drivers/clk/ti/adpll.c | 2 +- drivers/clk/ti/apll.c | 2 +- drivers/clk/ti/fapll.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff

[PATCH] clk: ti: make clk_ops const

2017-08-22 Thread Bhumika Goyal
Make these const as they are only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal --- drivers/clk/ti/adpll.c | 2 +- drivers/clk/ti/apll.c | 2 +- drivers/clk/ti/fapll.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git