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

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      | 235 +++++++++++++++++
 MAINTAINERS                                   |   7 +
 drivers/cpufreq/Kconfig.arm                   |  10 +
 drivers/cpufreq/Makefile                      |   1 +
 drivers/cpufreq/cpufreq-dt-platdev.c          |   2 +
 drivers/cpufreq/sunxi-cpufreq-nvmem.c         | 236 ++++++++++++++++++
 6 files changed, 491 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/opp/sunxi-nvmem-cpufreq.txt
 create mode 100644 drivers/cpufreq/sunxi-cpufreq-nvmem.c

-- 
2.17.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 10:24 [PATCH 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver Yangtao Li
2019-04-05 10:24 ` [PATCH 1/2] " Yangtao Li
2019-04-05 10:24 ` [PATCH 2/2] dt-bindings: cpufreq: Document operating-points-v2-sunxi-cpu Yangtao Li
2019-04-05 14:55   ` Maxime Ripard
2019-04-06  3:26     ` Samuel Holland
2019-04-08 16:13     ` Frank Lee
2019-04-09  8:09       ` Maxime Ripard
2019-04-09 17:49         ` Frank Lee
2019-04-09 10:07   ` Viresh Kumar
2019-04-09 17:34     ` 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).