mbox series

[v3,0/2] MediaTek Helio X10 MT6795 - SMI Support

Message ID 20220518091038.22380-1-angelogioacchino.delregno@collabora.com (mailing list archive)
Headers show
Series MediaTek Helio X10 MT6795 - SMI Support | expand

Message

AngeloGioacchino Del Regno May 18, 2022, 9:10 a.m. UTC
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 for the SMI common and LARBs, found in
this SoC.

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

Changes in v3:
 - Applied Yong Wu's review comments (thanks!) on patch [2/2]

Changes in v2:
 - Added forgotten new definitions

AngeloGioacchino Del Regno (2):
  dt-bindings: memory: mtk-smi: Add MT6795 Helio X10 bindings
  memory: mtk-smi: Add support for MT6795 Helio X10

 .../memory-controllers/mediatek,smi-common.yaml |  1 +
 .../memory-controllers/mediatek,smi-larb.yaml   |  1 +
 drivers/memory/mtk-smi.c                        | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)

Comments

Krzysztof Kozlowski June 6, 2022, 9:20 a.m. UTC | #1
On Wed, 18 May 2022 11:10:36 +0200, AngeloGioacchino Del Regno wrote:
> 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 for the SMI common and LARBs, found in
> this SoC.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: memory: mtk-smi: Add MT6795 Helio X10 bindings
      https://git.kernel.org/krzk/linux-mem-ctrl/c/a24394059a1bde7c630352827543d50034f03180
[2/2] memory: mtk-smi: Add support for MT6795 Helio X10
      https://git.kernel.org/krzk/linux-mem-ctrl/c/0d97f2176dec9c1e070215c4e28ba87e036458c9

Best regards,