All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] MT8186 SMI SUPPORT
@ 2021-12-03  6:40 ` Yong Wu
  0 siblings, 0 replies; 76+ messages in thread
From: Yong Wu @ 2021-12-03  6:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Matthias Brugger
  Cc: youlin.pei, devicetree, yi.kuo, srv_heupstream, Will Deacon,
	linux-kernel, Krzysztof Kozlowski, iommu, linux-mediatek, lc.kan,
	anthony.huang, anan.sun, Robin Murphy, linux-arm-kernel

This patchset add mt8186 smi support.
mainly add a sleep control function.

Base on v5.16-rc1.

Yong Wu (4):
  dt-bindings: memory: mediatek: Correct the minItems of clk for larbs
  dt-bindings: memory: mediatek: Add mt8186 support
  memory: mtk-smi: Add sleep ctrl function
  memory: mtk-smi: mt8186: Add smi support

 .../mediatek,smi-common.yaml                  |  4 +-
 .../memory-controllers/mediatek,smi-larb.yaml |  5 +-
 drivers/memory/mtk-smi.c                      | 52 +++++++++++++++++--
 3 files changed, 55 insertions(+), 6 deletions(-)

-- 
2.18.0


_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

end of thread, other threads:[~2021-12-13 20:32 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03  6:40 [PATCH 0/4] MT8186 SMI SUPPORT Yong Wu
2021-12-03  6:40 ` Yong Wu
2021-12-03  6:40 ` Yong Wu
2021-12-03  6:40 ` Yong Wu
2021-12-03  6:40 ` [PATCH 1/4] dt-bindings: memory: mediatek: Correct the minItems of clk for larbs Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03 23:34   ` Rob Herring
2021-12-03 23:34     ` Rob Herring
2021-12-03 23:34     ` Rob Herring
2021-12-03 23:34     ` Rob Herring
2021-12-13  6:48     ` Yong Wu
2021-12-13  6:48       ` Yong Wu
2021-12-13  6:48       ` Yong Wu
2021-12-13  6:48       ` Yong Wu
2021-12-13 20:30       ` Rob Herring
2021-12-13 20:30         ` Rob Herring
2021-12-13 20:30         ` Rob Herring
2021-12-13 20:30         ` Rob Herring
2021-12-03  6:40 ` [PATCH 2/4] dt-bindings: memory: mediatek: Add mt8186 support Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-13 20:31   ` Rob Herring
2021-12-13 20:31     ` Rob Herring
2021-12-13 20:31     ` Rob Herring
2021-12-13 20:31     ` Rob Herring
2021-12-03  6:40 ` [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-04 11:48   ` Krzysztof Kozlowski
2021-12-04 11:48     ` Krzysztof Kozlowski
2021-12-04 11:48     ` Krzysztof Kozlowski
2021-12-04 11:48     ` Krzysztof Kozlowski
2021-12-06  8:15     ` Yong Wu
2021-12-06  8:15       ` Yong Wu
2021-12-06  8:15       ` Yong Wu
2021-12-06  8:15       ` Yong Wu
2021-12-06 15:08   ` AngeloGioacchino Del Regno
2021-12-06 15:08     ` AngeloGioacchino Del Regno
2021-12-06 15:08     ` AngeloGioacchino Del Regno
2021-12-06 15:08     ` AngeloGioacchino Del Regno
2021-12-07  6:24     ` Yong Wu
2021-12-07  6:24       ` Yong Wu
2021-12-07  6:24       ` Yong Wu
2021-12-07  6:24       ` Yong Wu
2021-12-07  8:56       ` AngeloGioacchino Del Regno
2021-12-07  8:56         ` AngeloGioacchino Del Regno
2021-12-07  8:56         ` AngeloGioacchino Del Regno
2021-12-07  8:56         ` AngeloGioacchino Del Regno
2021-12-07 12:10         ` Yong Wu
2021-12-07 12:10           ` Yong Wu
2021-12-07 12:10           ` Yong Wu
2021-12-07 12:10           ` Yong Wu
2021-12-07 12:16           ` AngeloGioacchino Del Regno
2021-12-07 12:16             ` AngeloGioacchino Del Regno
2021-12-07 12:16             ` AngeloGioacchino Del Regno
2021-12-07 12:16             ` AngeloGioacchino Del Regno
2021-12-08  2:42             ` Yong Wu
2021-12-08  2:42               ` Yong Wu
2021-12-08  2:42               ` Yong Wu
2021-12-08  2:42               ` Yong Wu
2021-12-09  9:12               ` AngeloGioacchino Del Regno
2021-12-09  9:12                 ` AngeloGioacchino Del Regno
2021-12-09  9:12                 ` AngeloGioacchino Del Regno
2021-12-09  9:12                 ` AngeloGioacchino Del Regno
2021-12-03  6:40 ` [PATCH 4/4] memory: mtk-smi: mt8186: Add smi support Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-03  6:40   ` Yong Wu
2021-12-06 15:00   ` AngeloGioacchino Del Regno
2021-12-06 15:00     ` AngeloGioacchino Del Regno
2021-12-06 15:00     ` AngeloGioacchino Del Regno
2021-12-06 15:00     ` AngeloGioacchino Del Regno

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.