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

2017-08-30 Thread Stephen Boyd
On 08/22, Bhumika Goyal wrote: > Make this const as it is 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: versatile: make clk_ops const

2017-08-30 Thread Stephen Boyd
On 08/22, Bhumika Goyal wrote: > Make this const as it is 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 Project

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

2017-08-24 Thread Sudeep Holla
On 24/08/17 10:54, Liviu Dudau wrote: > On Tue, Aug 22, 2017 at 07:36:26PM +0530, Bhumika Goyal wrote: >> Make this const as it is only stored in the const field of a >> clk_init_data structure. >> >> Signed-off-by: Bhumika Goyal > > Acked-by: Liviu Dudau

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

2017-08-24 Thread Sudeep Holla
On 24/08/17 10:54, Liviu Dudau wrote: > On Tue, Aug 22, 2017 at 07:36:26PM +0530, Bhumika Goyal wrote: >> Make this const as it is only stored in the const field of a >> clk_init_data structure. >> >> Signed-off-by: Bhumika Goyal > > Acked-by: Liviu Dudau > > Thanks for the patch! > >

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

2017-08-24 Thread Liviu Dudau
On Tue, Aug 22, 2017 at 07:36:26PM +0530, Bhumika Goyal wrote: > Make this const as it is only stored in the const field of a > clk_init_data structure. > > Signed-off-by: Bhumika Goyal Acked-by: Liviu Dudau Thanks for the patch! Sudeep, can you going

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

2017-08-24 Thread Liviu Dudau
On Tue, Aug 22, 2017 at 07:36:26PM +0530, Bhumika Goyal wrote: > Make this const as it is only stored in the const field of a > clk_init_data structure. > > Signed-off-by: Bhumika Goyal Acked-by: Liviu Dudau Thanks for the patch! Sudeep, can you going to pick this up for 4.14? Best regards,

[PATCH] clk: versatile: make clk_ops const

2017-08-22 Thread Bhumika Goyal
Make this const as it is only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal --- drivers/clk/versatile/clk-vexpress-osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/versatile/clk-vexpress-osc.c

[PATCH] clk: versatile: make clk_ops const

2017-08-22 Thread Bhumika Goyal
Make this const as it is only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal --- drivers/clk/versatile/clk-vexpress-osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/versatile/clk-vexpress-osc.c