devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver
@ 2019-04-10 17:41 Yangtao Li
  2019-04-10 17:41 ` [PATCH v3 1/2] " Yangtao Li
  2019-04-10 17:41 ` [PATCH v3 2/2] dt-bindings: cpufreq: Document allwinner,cpu-operating-points-v2 Yangtao Li
  0 siblings, 2 replies; 13+ messages in thread
From: Yangtao Li @ 2019-04-10 17:41 UTC (permalink / raw)
  To: tiny.windzz, vireshk, nm, sboyd, robh+dt, mark.rutland,
	maxime.ripard, wens, rjw, davem, mchehab+samsung, gregkh,
	nicolas.ferre
  Cc: linux-pm, devicetree, linux-arm-kernel, linux-kernel

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

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

 .../bindings/opp/sunxi-nvmem-cpufreq.txt      | 168 +++++++++++++
 MAINTAINERS                                   |   7 +
 drivers/cpufreq/Kconfig.arm                   |  10 +
 drivers/cpufreq/Makefile                      |   1 +
 drivers/cpufreq/cpufreq-dt-platdev.c          |   2 +
 drivers/cpufreq/sunxi-cpufreq-nvmem.c         | 232 ++++++++++++++++++
 6 files changed, 420 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/opp/sunxi-nvmem-cpufreq.txt
 create mode 100644 drivers/cpufreq/sunxi-cpufreq-nvmem.c

---
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] 13+ messages in thread

end of thread, other threads:[~2019-05-06 17:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-10 17:41 [PATCH v3 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver Yangtao Li
2019-04-10 17:41 ` [PATCH v3 1/2] " Yangtao Li
2019-04-11  4:03   ` Viresh Kumar
2019-04-11  8:09   ` Maxime Ripard
2019-04-11 18:36     ` Frank Lee
2019-04-11 18:41       ` Frank Lee
2019-04-10 17:41 ` [PATCH v3 2/2] dt-bindings: cpufreq: Document allwinner,cpu-operating-points-v2 Yangtao Li
2019-04-26 21:15   ` Rob Herring
2019-04-28  9:53     ` Frank Lee
2019-04-29 16:18       ` Rob Herring
2019-04-30  4:42         ` Viresh Kumar
2019-05-01  3:44           ` Frank Lee
2019-05-06 17:27             ` Frank Lee

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