devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Add Krait Cache Scaling support
@ 2020-08-05 13:11 Ansuel Smith
  2020-08-05 13:11 ` [RFC PATCH 1/2] cpufreq: qcom: " Ansuel Smith
  2020-08-05 13:11 ` [RFC PATCH 2/2] dt-bindings: cpufreq: Document Krait CPU Cache scaling Ansuel Smith
  0 siblings, 2 replies; 4+ messages in thread
From: Ansuel Smith @ 2020-08-05 13:11 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Ansuel Smith, Rafael J. Wysocki, Rob Herring, linux-pm,
	devicetree, linux-kernel

This adds Krait Cache scaling support using the cpufreq notifier.
I have some doubt about where this should be actually placed (clk or cpufreq)?
Also the original idea was to create a dedicated cpufreq driver (like it's done in
the codeaurora qcom repo) by copying the cpufreq-dt driver and adding the cache
scaling logic but i still don't know what is better. Have a very similar driver or
add a dedicated driver only for the cache using the cpufreq notifier and do the
scale on every freq transition.
Thanks to everyone who will review or answer these questions.

Ansuel Smith (2):
  cpufreq: qcom: Add Krait Cache Scaling support
  dt-bindings: cpufreq: Document Krait CPU Cache scaling

 .../bindings/cpufreq/krait-cache-scale.yaml   |  89 ++++++++
 drivers/cpufreq/Kconfig.arm                   |   9 +
 drivers/cpufreq/Makefile                      |   1 +
 drivers/cpufreq/krait-cache.c                 | 216 ++++++++++++++++++
 4 files changed, 315 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/cpufreq/krait-cache-scale.yaml
 create mode 100644 drivers/cpufreq/krait-cache.c

-- 
2.27.0


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

end of thread, other threads:[~2020-08-06 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-05 13:11 [RFC PATCH 0/2] Add Krait Cache Scaling support Ansuel Smith
2020-08-05 13:11 ` [RFC PATCH 1/2] cpufreq: qcom: " Ansuel Smith
2020-08-05 13:11 ` [RFC PATCH 2/2] dt-bindings: cpufreq: Document Krait CPU Cache scaling Ansuel Smith
2020-08-06 14:16   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).