All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] CPUFreq: Add support for cpu performance dependencies
@ 2020-11-02 12:01 ` Nicola Mazzucato
  0 siblings, 0 replies; 58+ messages in thread
From: Nicola Mazzucato @ 2020-11-02 12:01 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, linux-pm, devicetree,
	sudeep.holla, rjw, vireshk, robh+dt, sboyd, nm, daniel.lezcano
  Cc: morten.rasmussen, chris.redpath, nicola.mazzucato

Hi All,

In this V3 posting I have replaced the new dt-binding with minor changes/
improvements for opp (since we are now using opp tables instead).
The RFC still stands on how to make this info available to sw consumers.

In the RFC, I am proposing a simple addition of a performance dependencies
cpumask in CPUFreq core and an example of how drivers and consumers would
make use of it.
I also propose an alternative approach, which does not require changes in
CPUFreq core, but - possibly - in all the consumers.

This is to support systems where exposed cpu performance controls are more
fine-grained that the platform's ability to scale cpus independently.

[v3]
  * Remove proposal for new 'cpu-performance-dependencies' as we instead
    can reuse the opp table.
  * Update documentation for devicetree/bindings/opp
  * Minor changes within opp to support empty opp table
  * Rework the RFC by adding a second proposal

[v2]
  * Fix errors when running make dt_binding_check
  * Improve commit message description for the dt-binding
  * Add RFC for implementation in cpufreq-core and one of its
    drivers.

Nicola Mazzucato (3):
  dt-bindings/opp: Update documentation for opp-shared
  opp/of: Allow empty opp-table with opp-shared
  [RFC] CPUFreq: Add support for cpu-perf-dependencies

 Documentation/devicetree/bindings/opp/opp.txt | 53 +++++++++++++++++++
 drivers/opp/of.c                              | 13 ++++-
 2 files changed, 64 insertions(+), 2 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2020-11-19  6:44 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-02 12:01 [PATCH v3 0/3] CPUFreq: Add support for cpu performance dependencies Nicola Mazzucato
2020-11-02 12:01 ` Nicola Mazzucato
2020-11-02 12:01 ` [PATCH v3 1/3] dt-bindings/opp: Update documentation for opp-shared Nicola Mazzucato
2020-11-02 12:01   ` Nicola Mazzucato
2020-11-02 12:01 ` [PATCH v3 2/3] opp/of: Allow empty opp-table with opp-shared Nicola Mazzucato
2020-11-02 12:01   ` Nicola Mazzucato
2020-11-03  5:01   ` Viresh Kumar
2020-11-03  5:01     ` Viresh Kumar
2020-11-04 17:54     ` Nicola Mazzucato
2020-11-04 17:54       ` Nicola Mazzucato
2020-11-05  4:41       ` Viresh Kumar
2020-11-05  4:41         ` Viresh Kumar
2020-11-16 11:45         ` Nicola Mazzucato
2020-11-16 11:45           ` Nicola Mazzucato
2020-11-02 12:01 ` [PATCH v3 3/3] [RFC] CPUFreq: Add support for cpu-perf-dependencies Nicola Mazzucato
2020-11-02 12:01   ` Nicola Mazzucato
2020-11-06  9:20   ` Viresh Kumar
2020-11-06  9:20     ` Viresh Kumar
2020-11-06 10:37     ` Lukasz Luba
2020-11-06 10:37       ` Lukasz Luba
2020-11-06 10:55       ` Viresh Kumar
2020-11-06 10:55         ` Viresh Kumar
2020-11-06 11:14         ` Lukasz Luba
2020-11-06 11:14           ` Lukasz Luba
2020-11-09  6:57           ` Viresh Kumar
2020-11-09  6:57             ` Viresh Kumar
2020-11-16 11:33             ` Lukasz Luba
2020-11-16 11:33               ` Lukasz Luba
2020-11-17 10:11               ` Viresh Kumar
2020-11-17 10:11                 ` Viresh Kumar
2020-11-17 10:47                 ` Nicola Mazzucato
2020-11-17 10:47                   ` Nicola Mazzucato
2020-11-17 10:53                   ` Viresh Kumar
2020-11-17 10:53                     ` Viresh Kumar
2020-11-17 13:06                     ` Rafael J. Wysocki
2020-11-17 13:06                       ` Rafael J. Wysocki
2020-11-18  4:42                       ` Viresh Kumar
2020-11-18  4:42                         ` Viresh Kumar
2020-11-18 12:00                         ` Rafael J. Wysocki
2020-11-18 12:00                           ` Rafael J. Wysocki
2020-11-19  6:40                           ` Viresh Kumar
2020-11-19  6:40                             ` Viresh Kumar
2020-11-17 10:47                 ` Lukasz Luba
2020-11-17 10:47                   ` Lukasz Luba
2020-11-17 10:55                   ` Viresh Kumar
2020-11-17 10:55                     ` Viresh Kumar
2020-11-06  9:24   ` Viresh Kumar
2020-11-06  9:24     ` Viresh Kumar
2020-11-19  6:43   ` Viresh Kumar
2020-11-19  6:43     ` Viresh Kumar
2020-11-03 10:18 ` [PATCH v3 0/3] CPUFreq: Add support for cpu performance dependencies Viresh Kumar
2020-11-03 10:18   ` Viresh Kumar
2020-11-04 18:04   ` Nicola Mazzucato
2020-11-04 18:04     ` Nicola Mazzucato
2020-11-05 14:25     ` Vincent Guittot
2020-11-05 14:25       ` Vincent Guittot
2020-11-05 15:46       ` Ionela Voinescu
2020-11-05 15:46         ` Ionela Voinescu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.