Re: [PATCH 2/2] ARM: davinci: make davinci_soc_info structures const

2017-11-27 Thread Sekhar Nori
On Monday 16 October 2017 03:38 PM, Bhumika Goyal wrote: > This is a followup patch for [PATCH 1/2]. This line is not relevant once the patch gets committed. > > Make the structures const as they are either passed to the function Patch description should be readable independent of subject line

Re: [PATCH 2/2] ARM: davinci: make davinci_soc_info structures const

2017-11-27 Thread Sekhar Nori
On Monday 16 October 2017 03:38 PM, Bhumika Goyal wrote: > This is a followup patch for [PATCH 1/2]. This line is not relevant once the patch gets committed. > > Make the structures const as they are either passed to the function Patch description should be readable independent of subject line

[PATCH 2/2] ARM: davinci: make davinci_soc_info structures const

2017-10-16 Thread Bhumika Goyal
This is a followup patch for [PATCH 1/2]. Make the structures const as they are either passed to the function davinci_common_init having the argument as const or their field cpu_clks of type struct clk_lookup * is passed to the function davinci_clk_init. So, the fields are never modified and the

[PATCH 2/2] ARM: davinci: make davinci_soc_info structures const

2017-10-16 Thread Bhumika Goyal
This is a followup patch for [PATCH 1/2]. Make the structures const as they are either passed to the function davinci_common_init having the argument as const or their field cpu_clks of type struct clk_lookup * is passed to the function davinci_clk_init. So, the fields are never modified and the