linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PM / AVS: SVS: Introduce SVS engine
@ 2019-06-21  8:43 Roger Lu
  2019-06-21  8:43 ` [PATCH v3 1/2] dt-bindings: soc: add mtk svs dt-bindings Roger Lu
  2019-06-21  8:43 ` [PATCH v3 2/2] PM / AVS: SVS: Introduce SVS engine Roger Lu
  0 siblings, 2 replies; 4+ messages in thread
From: Roger Lu @ 2019-06-21  8:43 UTC (permalink / raw)
  To: Kevin Hilman, Rob Herring, Nicolas Boichat, Stephen Boyd
  Cc: Fan Chen, HenryC Chen, Mark Rutland, Matthias Brugger,
	Nishanth Menon, Roger Lu, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel, linux-pm

SVS driver use OPP adjust event in [1] to update
OPP table voltage part.

[1] https://patchwork.kernel.org/patch/10946069/

changes since v2:
- Improve SVS driver: For power saving point of view,
disable SVS main clk when probe fail.

Roger Lu (2):
  dt-bindings: soc: add mtk svs dt-bindings
  PM / AVS: SVS: Introduce SVS engine

 .../devicetree/bindings/power/mtk-svs.txt     |   88 +
 drivers/power/avs/Kconfig                     |   10 +
 drivers/power/avs/Makefile                    |    1 +
 drivers/power/avs/mtk_svs.c                   | 2093 +++++++++++++++++
 include/linux/power/mtk_svs.h                 |   23 +
 5 files changed, 2215 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/mtk-svs.txt
 create mode 100644 drivers/power/avs/mtk_svs.c
 create mode 100644 include/linux/power/mtk_svs.h



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

end of thread, other threads:[~2019-07-09 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21  8:43 [PATCH v3 0/2] PM / AVS: SVS: Introduce SVS engine Roger Lu
2019-06-21  8:43 ` [PATCH v3 1/2] dt-bindings: soc: add mtk svs dt-bindings Roger Lu
2019-07-09 21:47   ` Rob Herring
2019-06-21  8:43 ` [PATCH v3 2/2] PM / AVS: SVS: Introduce SVS engine Roger Lu

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