All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/2] Kryo CPU scaling driver
@ 2018-05-23  9:40 Ilia Lin
  2018-05-23  9:40 ` [PATCH v10 1/2] cpufreq: Add " Ilia Lin
  2018-05-23  9:40 ` [PATCH v10 2/2] dt-bindings: cpufreq: Document operating-points-v2-kryo-cpu Ilia Lin
  0 siblings, 2 replies; 14+ messages in thread
From: Ilia Lin @ 2018-05-23  9:40 UTC (permalink / raw)
  To: vireshk, nm, sboyd, robh, mark.rutland, rjw, linux-pm,
	devicetree, linux-kernel

[v10]
 * Split the series into domains
 * Addressed comments from Viresh and Sudeep about logical CPU numbering.

The qcom-cpufreq-kryo driver is aimed to support different SOC versions.
The driver reads eFuse information and chooses the required OPP subset
by passing the OPP supported-hw parameter.

The series depends on the series from Viresh:
https://patchwork.kernel.org/patch/10418139/

The previous spin was here:
https://patchwork.kernel.org/patch/10420751/
https://patchwork.kernel.org/patch/10414761/

Ilia Lin (2):
  cpufreq: Add Kryo CPU scaling driver
  dt-bindings: cpufreq: Document operating-points-v2-kryo-cpu

 .../devicetree/bindings/opp/kryo-cpufreq.txt       | 680 +++++++++++++++++++++
 drivers/cpufreq/Kconfig.arm                        |  10 +
 drivers/cpufreq/Makefile                           |   1 +
 drivers/cpufreq/cpufreq-dt-platdev.c               |   3 +
 drivers/cpufreq/qcom-cpufreq-kryo.c                | 163 +++++
 5 files changed, 857 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
 create mode 100644 drivers/cpufreq/qcom-cpufreq-kryo.c

-- 
1.9.1

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

end of thread, other threads:[~2018-05-23 11:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23  9:40 [PATCH v10 0/2] Kryo CPU scaling driver Ilia Lin
2018-05-23  9:40 ` [PATCH v10 1/2] cpufreq: Add " Ilia Lin
2018-05-23 10:03   ` Viresh Kumar
2018-05-23 10:39   ` Sudeep Holla
2018-05-23 11:06     ` ilialin
2018-05-23 11:06       ` ilialin
2018-05-23 11:31       ` Viresh Kumar
2018-05-23 11:34         ` ilialin
2018-05-23 11:34           ` ilialin
2018-05-23 11:46           ` Viresh Kumar
2018-05-23 11:47             ` ilialin
2018-05-23 11:47               ` ilialin
2018-05-23 11:51               ` Viresh Kumar
2018-05-23  9:40 ` [PATCH v10 2/2] dt-bindings: cpufreq: Document operating-points-v2-kryo-cpu Ilia Lin

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.