Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1410796 > unrolled thread

Re: [PATCH v4 09/10] cpuidle/powernv: Add support for POWER ISA v3 idle states

Started byMichael Ellerman <mpe@ellerman.id.au>
First post2016-06-01 05:20 +0200
Last post2016-06-01 05:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 09/10] cpuidle/powernv: Add support for POWER ISA v3  idle states Michael Ellerman <mpe@ellerman.id.au> - 2016-06-01 05:20 +0200

#1410796 — Re: [PATCH v4 09/10] cpuidle/powernv: Add support for POWER ISA v3 idle states

FromMichael Ellerman <mpe@ellerman.id.au>
Date2016-06-01 05:20 +0200
SubjectRe: [PATCH v4 09/10] cpuidle/powernv: Add support for POWER ISA v3 idle states
Message-ID<rF4Rj-2Wb-1@gated-at.bofh.it>
On Tue, 2016-05-31 at 19:20 +0530, Shreyas B Prabhu wrote:
> On 05/30/2016 07:56 PM, Daniel Lezcano wrote:
> > On 05/24/2016 03:15 PM, Shreyas B. Prabhu wrote:
> > > +        psscr_val = kcalloc(dt_idle_states, sizeof(*psscr_val),
> > > +                    GFP_KERNEL);
> > > +        rc = of_property_read_u64_array(power_mgt,
> > > +            "ibm,cpu-idle-state-psscr", psscr_val, dt_idle_states);
> > 
> > [cc'ed Lorenzo and Rob ]
> > 
> > I don't see the documentation for the binding. Wouldn't make sense to
> > add the value per idle state instead of an index based array ?


The binding *should* be documented here AFAIK:

  https://github.com/open-power/skiboot/blob/master/doc/device-tree/ibm%2Copal/power-mgt.txt

cheers

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web