All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] soc: mediatek: svs: add support for mt8186 and
@ 2022-06-20  3:31 ` jia-wei.chang
  0 siblings, 0 replies; 12+ messages in thread
From: jia-wei.chang @ 2022-06-20  3:31 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Matthias Brugger,
	Philipp Zabel, Roger Lu, Kevin Hilman, Jia-Wei Chang
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	Project_Global_Chrome_Upstream_Group, hsinyi,
	AngeloGioacchino Del Regno

This series supports MT8186 and MT8195 Smart Voltage Scaling (SVS)
hardware which used as optimization of opp voltage table for
corresponding dvfs drivers.

This series is based on [1].
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/log/?h=for-next

Change since v3:
- Remove irqflags of MT8186 and MT8195.

Change since v2:
- Reuse platform probe of MT8192 for MT8195.
- Remove unnecessary svs bank parameters of MT8195.
- Remove sw id check for MT8195 efuse parsing.

Change since v1:
- Add myself as a co-maintainer of mtk-svs.yaml.
- Fix MT8186 error handling in platform probe.
- Add dt-bindings and support for MT8195 platform.

Jia-Wei Chang (4):
  dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
  soc: mediatek: svs: add support for mt8186
  dt-bindings: soc: mediatek: add mt8195 svs dt-bindings
  soc: mediatek: svs: add support for mt8195

 .../bindings/soc/mediatek/mtk-svs.yaml        |   3 +
 drivers/soc/mediatek/mtk-svs.c                | 500 +++++++++++++++++-
 2 files changed, 496 insertions(+), 7 deletions(-)

-- 
2.18.0



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

end of thread, other threads:[~2022-07-06  3:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  3:31 [PATCH v4 0/4] soc: mediatek: svs: add support for mt8186 and jia-wei.chang
2022-06-20  3:31 ` jia-wei.chang
2022-06-20  3:31 ` [PATCH v4 1/4] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings jia-wei.chang
2022-06-20  3:31   ` jia-wei.chang
2022-06-20  3:31 ` [PATCH v4 2/4] soc: mediatek: svs: add support for mt8186 jia-wei.chang
2022-06-20  3:31   ` jia-wei.chang
2022-06-20  3:31 ` [PATCH v4 3/4] dt-bindings: soc: mediatek: add mt8195 svs dt-bindings jia-wei.chang
2022-06-20  3:31   ` jia-wei.chang
2022-06-20  3:31 ` [PATCH v4 4/4] soc: mediatek: svs: add support for mt8195 jia-wei.chang
2022-06-20  3:31   ` jia-wei.chang
2022-07-06  3:33 ` [PATCH v4 0/4] soc: mediatek: svs: add support for mt8186 and Jia-Wei Chang
2022-07-06  3:33   ` Jia-Wei Chang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.