Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-04-19 Thread Daniel Lezcano
On Tue, Apr 19, 2016 at 06:31:14PM +0100, Lorenzo Pieralisi wrote: > Hi Daniel, > > On Fri, Mar 25, 2016 at 12:26:27PM +0100, Daniel Lezcano wrote: > > On 03/22/2016 03:42 PM, Jisheng Zhang wrote: > > >These trivial patches are similar as Masahiro posted in[1]. The main > > >purpose is let

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-04-19 Thread Daniel Lezcano
On Tue, Apr 19, 2016 at 06:31:14PM +0100, Lorenzo Pieralisi wrote: > Hi Daniel, > > On Fri, Mar 25, 2016 at 12:26:27PM +0100, Daniel Lezcano wrote: > > On 03/22/2016 03:42 PM, Jisheng Zhang wrote: > > >These trivial patches are similar as Masahiro posted in[1]. The main > > >purpose is let

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-04-19 Thread Daniel Lezcano
On Tue, Apr 19, 2016 at 06:31:14PM +0100, Lorenzo Pieralisi wrote: > Hi Daniel, > > On Fri, Mar 25, 2016 at 12:26:27PM +0100, Daniel Lezcano wrote: > > On 03/22/2016 03:42 PM, Jisheng Zhang wrote: > > >These trivial patches are similar as Masahiro posted in[1]. The main > > >purpose is let

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-04-19 Thread Daniel Lezcano
On Tue, Apr 19, 2016 at 06:31:14PM +0100, Lorenzo Pieralisi wrote: > Hi Daniel, > > On Fri, Mar 25, 2016 at 12:26:27PM +0100, Daniel Lezcano wrote: > > On 03/22/2016 03:42 PM, Jisheng Zhang wrote: > > >These trivial patches are similar as Masahiro posted in[1]. The main > > >purpose is let

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-04-19 Thread Lorenzo Pieralisi
Hi Daniel, On Fri, Mar 25, 2016 at 12:26:27PM +0100, Daniel Lezcano wrote: > On 03/22/2016 03:42 PM, Jisheng Zhang wrote: > >These trivial patches are similar as Masahiro posted in[1]. The main > >purpose is let cpuidle_ops structure be constified and replace > >"__initdata" with "__initconst". >

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-04-19 Thread Lorenzo Pieralisi
Hi Daniel, On Fri, Mar 25, 2016 at 12:26:27PM +0100, Daniel Lezcano wrote: > On 03/22/2016 03:42 PM, Jisheng Zhang wrote: > >These trivial patches are similar as Masahiro posted in[1]. The main > >purpose is let cpuidle_ops structure be constified and replace > >"__initdata" with "__initconst". >

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-03-25 Thread Daniel Lezcano
On 03/22/2016 03:42 PM, Jisheng Zhang wrote: These trivial patches are similar as Masahiro posted in[1]. The main purpose is let cpuidle_ops structure be constified and replace "__initdata" with "__initconst". [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-August/365826.html

Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-03-25 Thread Daniel Lezcano
On 03/22/2016 03:42 PM, Jisheng Zhang wrote: These trivial patches are similar as Masahiro posted in[1]. The main purpose is let cpuidle_ops structure be constified and replace "__initdata" with "__initconst". [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-August/365826.html

[PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-03-22 Thread Jisheng Zhang
These trivial patches are similar as Masahiro posted in[1]. The main purpose is let cpuidle_ops structure be constified and replace "__initdata" with "__initconst". [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-August/365826.html Jisheng Zhang (4): ARM: cpuidle: add const

[PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

2016-03-22 Thread Jisheng Zhang
These trivial patches are similar as Masahiro posted in[1]. The main purpose is let cpuidle_ops structure be constified and replace "__initdata" with "__initconst". [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-August/365826.html Jisheng Zhang (4): ARM: cpuidle: add const