devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] MediaTek Helio X10 MT6795 - MT6331/6332 PMIC Wrapper
@ 2022-05-20 12:40 AngeloGioacchino Del Regno
  2022-05-20 12:40 ` [PATCH 1/7] soc: mediatek: pwrap: Move PMIC read test sequence in function AngeloGioacchino Del Regno
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-05-20 12:40 UTC (permalink / raw)
  To: lee.jones
  Cc: robh+dt, krzysztof.kozlowski+dt, matthias.bgg,
	angelogioacchino.delregno, zhiyong.tao, henryc.chen,
	johnson.wang, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel

In an effort to give some love to the apparently forgotten MT6795 SoC,
I am upstreaming more components that are necessary to support platforms
powered by this one apart from a simple boot to serial console.

This series introduces support in the PMIC Wrapper for a different PMIC
topology, which is commonly found on smartphone boards, using one main
PMIC and one Companion PMIC;
be aware that this kind of topology is not *specific to* the Helio X10
SoC, but common across many kinds of MediaTek smartphone oriented SoCs
and board designs.

That said, support for the PMIC combo MT6331+MT6332 is provided in this
series in a form that will be able to initialize the PMICs with crypto
and DualIO but nothing else: these PMICs are very featureful, so I have
decided to add this support in more than just one step, as there will
be multiple patches for multiple different subsystems (..it's a mfd!..).

Tested on a MT6795 Sony Xperia M5 (codename "Holly") smartphone.

AngeloGioacchino Del Regno (7):
  soc: mediatek: pwrap: Move PMIC read test sequence in function
  soc: mediatek: pwrap: Add kerneldoc for struct pwrap_slv_type
  soc: mediatek: mtk-pmic-wrap: Add support for companion PMICs
  dt-bindings: mfd: Add compatible for MT6331 PMIC
  soc: mediatek: mtk-pmic-wrap: Add support for MT6331 w/ MT6332
    companion
  dt-bindings: mediatek: pwrap: Add a compatible for MT6795 Helio X10
  soc: mediatek: pwrap: Add support for MT6795 Helio X10

 .../devicetree/bindings/mfd/mt6397.txt        |   1 +
 .../bindings/soc/mediatek/pwrap.txt           |   1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c          | 287 ++++++++++++++++--
 3 files changed, 263 insertions(+), 26 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-24 10:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 12:40 [PATCH 0/7] MediaTek Helio X10 MT6795 - MT6331/6332 PMIC Wrapper AngeloGioacchino Del Regno
2022-05-20 12:40 ` [PATCH 1/7] soc: mediatek: pwrap: Move PMIC read test sequence in function AngeloGioacchino Del Regno
2022-05-20 12:40 ` [PATCH 2/7] soc: mediatek: pwrap: Add kerneldoc for struct pwrap_slv_type AngeloGioacchino Del Regno
2022-05-20 12:40 ` [PATCH 3/7] soc: mediatek: mtk-pmic-wrap: Add support for companion PMICs AngeloGioacchino Del Regno
2022-05-20 12:40 ` [PATCH 4/7] dt-bindings: mfd: Add compatible for MT6331 PMIC AngeloGioacchino Del Regno
2022-06-01 21:21   ` Rob Herring
2022-06-15 22:02   ` Lee Jones
2022-05-20 12:40 ` [PATCH 5/7] soc: mediatek: mtk-pmic-wrap: Add support for MT6331 w/ MT6332 companion AngeloGioacchino Del Regno
2022-05-20 12:40 ` [PATCH 6/7] dt-bindings: mediatek: pwrap: Add a compatible for MT6795 Helio X10 AngeloGioacchino Del Regno
2022-06-01 21:21   ` Rob Herring
2022-05-20 12:40 ` [PATCH 7/7] soc: mediatek: pwrap: Add support " AngeloGioacchino Del Regno
2022-06-24 10:21 ` [PATCH 0/7] MediaTek Helio X10 MT6795 - MT6331/6332 PMIC Wrapper 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).