devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] MediaTek MT6735 SCPSYS support
@ 2023-03-02 12:27 Yassine Oudjana
  2023-03-02 12:27 ` [PATCH v2 1/2] dt-bindings: power: Add binding for MediaTek MT6735 power controller Yassine Oudjana
  2023-03-02 12:27 ` [PATCH v2 2/2] soc: mediatek: pm-domains: Add support for MT6735 Yassine Oudjana
  0 siblings, 2 replies; 6+ messages in thread
From: Yassine Oudjana @ 2023-03-02 12:27 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno, Tinghan Shen, Garmin.Chang,
	MandyJH Liu
  Cc: Yassine Oudjana, Yassine Oudjana, devicetree, linux-mediatek,
	linux-arm-kernel, linux-kernel

From: Yassine Oudjana <y.oudjana@protonmail.com>

These patches are part of a larger effort to support the MT6735 SoC family in
mainline Linux. More patches (unsent or sent and pending review or revision)
can be found here[1].

This series adds support for most SCPSYS power domains on MT6735. See patches
for details.

Changes since v1:
- Squash DT binding patches
- Dual-licence DT binding as GPL/BSD
- Switch to mtk-pm-domains driver
- Add MFG bus protection bit

[1] https://gitlab.com/mt6735-mainline/linux/-/commits/mt6735-staging

Yassine Oudjana (2):
  dt-bindings: power: Add binding for MediaTek MT6735 power controller
  soc: mediatek: pm-domains: Add support for MT6735

 .../power/mediatek,power-controller.yaml      |  2 +
 .../bindings/soc/mediatek/scpsys.txt          |  1 +
 drivers/soc/mediatek/mt6735-pm-domains.h      | 96 +++++++++++++++++++
 drivers/soc/mediatek/mtk-pm-domains.c         |  5 +
 drivers/soc/mediatek/mtk-pm-domains.h         |  2 +
 include/dt-bindings/power/mt6735-power.h      | 14 +++
 include/linux/soc/mediatek/infracfg.h         |  5 +
 7 files changed, 125 insertions(+)
 create mode 100644 drivers/soc/mediatek/mt6735-pm-domains.h
 create mode 100644 include/dt-bindings/power/mt6735-power.h

-- 
2.39.2


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

end of thread, other threads:[~2023-03-08 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02 12:27 [PATCH v2 0/2] MediaTek MT6735 SCPSYS support Yassine Oudjana
2023-03-02 12:27 ` [PATCH v2 1/2] dt-bindings: power: Add binding for MediaTek MT6735 power controller Yassine Oudjana
2023-03-02 15:26   ` AngeloGioacchino Del Regno
2023-03-08 19:00   ` Krzysztof Kozlowski
2023-03-02 12:27 ` [PATCH v2 2/2] soc: mediatek: pm-domains: Add support for MT6735 Yassine Oudjana
2023-03-02 15:32   ` AngeloGioacchino Del Regno

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