linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver
@ 2019-04-09 17:25 Yangtao Li
  2019-04-09 17:25 ` [PATCH v2 1/2] " Yangtao Li
  2019-04-09 17:25 ` [PATCH v2 2/2] dt-bindings: cpufreq: Document operating-points-v2-sunxi-cpu Yangtao Li
  0 siblings, 2 replies; 9+ messages in thread
From: Yangtao Li @ 2019-04-09 17:25 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 operating-points-v2-sunxi-cpu

 .../bindings/opp/sunxi-nvmem-cpufreq.txt      | 166 +++++++++++++
 MAINTAINERS                                   |   7 +
 drivers/cpufreq/Kconfig.arm                   |  10 +
 drivers/cpufreq/Makefile                      |   1 +
 drivers/cpufreq/cpufreq-dt-platdev.c          |   2 +
 drivers/cpufreq/sunxi-cpufreq-nvmem.c         | 234 ++++++++++++++++++
 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

---
v2:
-update changelog
-convert to dev_pm_opp_set_prop_name use instead of dev_pm_opp_set_supported_hw
-some change in OPP Node 
---
2.17.0


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

end of thread, other threads:[~2019-04-11  7:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 17:25 [PATCH v2 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver Yangtao Li
2019-04-09 17:25 ` [PATCH v2 1/2] " Yangtao Li
2019-04-10  3:24   ` Viresh Kumar
2019-04-10 17:44     ` Frank Lee
2019-04-09 17:25 ` [PATCH v2 2/2] dt-bindings: cpufreq: Document operating-points-v2-sunxi-cpu Yangtao Li
2019-04-10  3:26   ` Viresh Kumar
2019-04-10 14:56   ` Maxime Ripard
2019-04-10 17:49     ` Frank Lee
2019-04-11  7:49       ` Maxime Ripard

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