linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] scpi: RfC - Allow to ignore invalid SCPI DVFS clock rates
@ 2017-02-04 21:03 Heiner Kallweit
  2017-02-06  9:27 ` Neil Armstrong
  0 siblings, 1 reply; 3+ messages in thread
From: Heiner Kallweit @ 2017-02-04 21:03 UTC (permalink / raw)
  To: linux-arm-kernel

On the Odroid C2 (Amlogic S905GXBB) the firmware defines SCPI DVFS cpu
clock rates which make the system crash or at least unstable.
Therefore cpufreq can't be used on this system as of today.
Other systems might face similar issues with too optimistic SCPI SVFS
clock rates.

This RfC patch series addresses this by allowing to define a max
frequency per clock via DT. All frequencies for the respective clock
exceeding this threshold will be ignored.

Heiner Kallweit (2):
  clk: scpi: RfC - Allow to ignore invalid SCPI DVFS clock rates
  cpufreq: scpi: RfC - Allow to ignore invalid SCPI DVFS clock rates

 Documentation/devicetree/bindings/arm/arm,scpi.txt |  7 +++++++
 drivers/clk/clk-scpi.c                             | 15 ++++++++++++++-
 drivers/cpufreq/scpi-cpufreq.c                     | 22 ++++++++++++++++++++++
 3 files changed, 43 insertions(+), 1 deletion(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-02-06 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 21:03 [PATCH 0/2] scpi: RfC - Allow to ignore invalid SCPI DVFS clock rates Heiner Kallweit
2017-02-06  9:27 ` Neil Armstrong
2017-02-06 18:17   ` Heiner Kallweit

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).