mbox series

[GIT,PULL,4/4] memory: mediatek for v6.1

Message ID 20220909153037.824092-4-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit c457d9a580fbb106e82afb81e2b4177f80c0221d
Headers show
Series [PULL,fixes,1/4] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-mediatek-6.1

Message

Krzysztof Kozlowski Sept. 9, 2022, 3:30 p.m. UTC
Hi,

Topic branch.

Best regards,
Krzysztof


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-mediatek-6.1

for you to fetch changes up to 673e71df5ccfaefeb32bb5b3130a5d397b742194:

  memory: mtk-smi: mt8188: Add SMI Support (2022-08-30 20:54:05 +0300)

----------------------------------------------------------------
Memory controller drivers for v6.1 - MediaTek

Add support for the mt8188 SMI memory controller.

----------------------------------------------------------------
Chengci.Xu (4):
      dt-bindings: memory: mediatek: Add mt8188 smi binding
      memory: mtk-smi: Add return value for configure port function
      memory: mtk-smi: Add enable IOMMU SMC command for MM master
      memory: mtk-smi: mt8188: Add SMI Support

 .../memory-controllers/mediatek,smi-common.yaml    |   4 +-
 .../memory-controllers/mediatek,smi-larb.yaml      |   3 +
 drivers/memory/mtk-smi.c                           | 109 +++++++++++++++++++--
 include/linux/soc/mediatek/mtk_sip_svc.h           |   3 +
 include/soc/mediatek/smi.h                         |   5 +
 5 files changed, 114 insertions(+), 10 deletions(-)