Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1423085
| From | Juri Lelli <juri.lelli@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings |
| Date | 2016-06-15 16:30 +0200 |
| Message-ID | <rKjZo-3Eh-47@gated-at.bofh.it> (permalink) |
| References | <rKg5r-1fI-11@gated-at.bofh.it> <rKg5r-1fI-19@gated-at.bofh.it> <rKiAh-2Dn-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 15/06/16 14:51, Vincent Guittot wrote: > On 15 June 2016 at 12:17, Juri Lelli <juri.lelli@arm.com> wrote: [...] > > +========================================== > > +ARM CPUs capacity bindings > > +========================================== > > + > > +========================================== > > +1 - Introduction > > +========================================== > > + > > +ARM systems may be configured to have cpus with different power/performance > > +characteristics within the same chip. In this case, additional information > > +has to be made available to the kernel (the scheduler in particular) for > > not sure that it's worth mentioning the scheduler in particular here > OK. I can remove that bit. > > +it to be aware of such differences and take decisions accordingly. > > + [...] > > +========================================== > > +3 - capacity-dmips-mhz > > +========================================== > > + > > +capacity-dmips-mhz is an optional cpu node [1] property: u32 value > > +representing CPU capacity expressed in normalized DMIPS/MHz. At boot time, the > > +maximum frequency available to the cpu is then used to calculate the capacity > > +value internally used by the kernel. > > + > > +capacity-dmips-mhz property is all-or-nothing: if it is specified for a cpu > > +node, it has to be specified for every other cpu nodes, or the system will > > +fall back to the default capacity value for every CPU. If cpufreq is not > > +available, final capacities are calculated by directly using capacity-dmips- > > +mhz values (normalized w.r.t. the highest value found while parsing the DT). > > looks good to me > Great! Thanks for reviewing this. Best, - Juri
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/8] CPUs capacity information for heterogeneous systems Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:20 +0200
[PATCH v5 7/8] arm: add sysfs cpu_capacity attribute Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:20 +0200
[PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:20 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Vincent Guittot <vincent.guittot@linaro.org> - 2016-06-15 15:00 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Juri Lelli <juri.lelli@arm.com> - 2016-06-15 16:30 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Mark Brown <broonie@kernel.org> - 2016-06-15 16:10 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Juri Lelli <juri.lelli@arm.com> - 2016-06-15 16:30 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Rob Herring <robh+dt@kernel.org> - 2016-06-16 00:20 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Juri Lelli <juri.lelli@arm.com> - 2016-06-16 10:30 +0200
Re: [PATCH v5 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Juri Lelli <juri.lelli@arm.com> - 2016-06-22 19:00 +0200
[PATCH v5 3/8] arm, dts: add TC2 cpu capacity-dmips-mhz information Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:20 +0200
[PATCH v5 6/8] arm64, dts: add Juno r2 cpu capacity-dmips-mhz information Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:20 +0200
[PATCH v5 4/8] arm64: parse cpu capacity-dmips-mhz from DT Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:20 +0200
Re: [PATCH v5 4/8] arm64: parse cpu capacity-dmips-mhz from DT Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:30 +0200
Re: [PATCH v5 4/8] arm64: parse cpu capacity-dmips-mhz from DT Mark Brown <broonie@kernel.org> - 2016-06-15 16:00 +0200
Re: [PATCH v5 4/8] arm64: parse cpu capacity-dmips-mhz from DT Juri Lelli <juri.lelli@arm.com> - 2016-06-15 16:50 +0200
[PATCH v5 2/8] arm: parse cpu capacity-dmips-mhz from DT Juri Lelli <juri.lelli@arm.com> - 2016-06-15 12:30 +0200
csiph-web