linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND, PATCH v4 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver
@ 2019-06-12 16:28 Yangtao Li
  2019-06-12 16:28 ` [RESEND, PATCH v4 1/2] cpufreq: Add sun50i " Yangtao Li
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yangtao Li @ 2019-06-12 16:28 UTC (permalink / raw)
  To: vireshk, nm, sboyd, robh+dt, mark.rutland, maxime.ripard, wens,
	rjw, davem, mchehab+samsung, gregkh, linus.walleij,
	nicolas.ferre, paulmck
  Cc: linux-pm, devicetree, linux-arm-kernel, linux-kernel, Yangtao Li

Add sunxi nvmem based CPU scaling driver, refers to qcom-cpufreq-kryo.

Yangtao Li (2):
  cpufreq: Add sun50i nvmem based CPU scaling driver
  dt-bindings: cpufreq: Document allwinner,sun50i-h6-operating-points

 .../bindings/opp/sun50i-nvmem-cpufreq.txt     | 167 +++++++++++++
 MAINTAINERS                                   |   7 +
 drivers/cpufreq/Kconfig.arm                   |  12 +
 drivers/cpufreq/Makefile                      |   1 +
 drivers/cpufreq/cpufreq-dt-platdev.c          |   2 +
 drivers/cpufreq/sun50i-cpufreq-nvmem.c        | 226 ++++++++++++++++++
 6 files changed, 415 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt
 create mode 100644 drivers/cpufreq/sun50i-cpufreq-nvmem.c

---
v4:
-Remove sunxi_cpufreq_soc_data structure for now.
-Convert to less generic name.
-Update soc_bin xlate.
v3:
-update changelog and title
-convert compatibles to allwinner,cpu-operating-points-v2
-document the valid names for opp-microvolt-<name>
v2:
-update changelog
-convert to dev_pm_opp_set_prop_name instead of
 dev_pm_opp_set_supported_hw
-some change in OPP Node  
--- 
2.17.0


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

end of thread, other threads:[~2019-07-10  9:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 16:28 [RESEND, PATCH v4 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver Yangtao Li
2019-06-12 16:28 ` [RESEND, PATCH v4 1/2] cpufreq: Add sun50i " Yangtao Li
2019-06-12 16:28 ` [RESEND, PATCH v4 2/2] dt-bindings: cpufreq: Document allwinner,sun50i-h6-operating-points Yangtao Li
2019-07-09 14:31   ` Rob Herring
2019-06-12 16:33 ` [RESEND, PATCH v4 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver Frank Lee
2019-07-10  9:15 ` Viresh Kumar

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