All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] MT8186 SMI SUPPORT
@ 2022-01-11  6:38 ` Yong Wu
  0 siblings, 0 replies; 64+ messages in thread
From: Yong Wu @ 2022-01-11  6:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Matthias Brugger
  Cc: Krzysztof Kozlowski, Joerg Roedel, Will Deacon, Robin Murphy,
	Tomasz Figa, linux-mediatek, srv_heupstream, linux-kernel,
	devicetree, linux-arm-kernel, iommu, yong.wu, youlin.pei,
	anan.sun, lc.kan, yi.kuo, anthony.huang,
	AngeloGioacchino Del Regno

This patchset adds mt8186 smi support, mainly adds a sleep control function.

Change note:
v2: a) Add two patches for the "make dtbs_check" warning.
    b) Seperate the "sleep control" into two functions.
       And add a "TODO" comment while sleep control fails.

v1: https://lore.kernel.org/linux-mediatek/20211203064027.14993-1-yong.wu@mediatek.com/
    Base on v5.16-rc1.

Yong Wu (6):
  dt-bindings: memory: mtk-smi: Fix larb-id dtbs_check warning
  dt-bindings: memory: mtk-smi: Fix the larb clock/clock-names dtbs
    warning
  dt-bindings: memory: mediatek: Add mt8186 support
  memory: mtk-smi: Fix the return value for clk_bulk_prepare_enable
  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 | 10 ++--
 drivers/memory/mtk-smi.c                      | 50 ++++++++++++++++++-
 3 files changed, 57 insertions(+), 7 deletions(-)

-- 
2.18.0



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

end of thread, other threads:[~2022-01-13  6:07 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  6:38 [PATCH v2 0/6] MT8186 SMI SUPPORT Yong Wu
2022-01-11  6:38 ` Yong Wu
2022-01-11  6:38 ` Yong Wu
2022-01-11  6:38 ` Yong Wu
2022-01-11  6:38 ` [PATCH v2 1/6] dt-bindings: memory: mtk-smi: Fix larb-id dtbs_check warning Yong Wu
2022-01-11  6:38   ` Yong Wu
2022-01-11  6:38   ` Yong Wu
2022-01-11  6:38   ` Yong Wu
2022-01-12 10:11   ` Krzysztof Kozlowski
2022-01-12 10:11     ` Krzysztof Kozlowski
2022-01-12 10:11     ` Krzysztof Kozlowski
2022-01-12 10:11     ` Krzysztof Kozlowski
2022-01-11  6:39 ` [PATCH v2 2/6] dt-bindings: memory: mtk-smi: Fix the larb clock/clock-names dtbs warning Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-12 10:18   ` Krzysztof Kozlowski
2022-01-12 10:18     ` Krzysztof Kozlowski
2022-01-12 10:18     ` Krzysztof Kozlowski
2022-01-12 10:18     ` Krzysztof Kozlowski
2022-01-13  6:06     ` Yong Wu
2022-01-13  6:06       ` Yong Wu
2022-01-13  6:06       ` Yong Wu
2022-01-13  6:06       ` Yong Wu
2022-01-11  6:39 ` [PATCH v2 3/6] dt-bindings: memory: mediatek: Add mt8186 support Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39 ` [PATCH v2 4/6] memory: mtk-smi: Fix the return value for clk_bulk_prepare_enable Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  9:10   ` AngeloGioacchino Del Regno
2022-01-11  9:10     ` AngeloGioacchino Del Regno
2022-01-11  9:10     ` AngeloGioacchino Del Regno
2022-01-11  9:10     ` AngeloGioacchino Del Regno
2022-01-13  6:05     ` Yong Wu
2022-01-13  6:05       ` Yong Wu
2022-01-13  6:05       ` Yong Wu
2022-01-13  6:05       ` Yong Wu
2022-01-12 10:20   ` Krzysztof Kozlowski
2022-01-12 10:20     ` Krzysztof Kozlowski
2022-01-12 10:20     ` Krzysztof Kozlowski
2022-01-12 10:20     ` Krzysztof Kozlowski
2022-01-11  6:39 ` [PATCH v2 5/6] memory: mtk-smi: Add sleep ctrl function Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  9:14   ` AngeloGioacchino Del Regno
2022-01-11  9:14     ` AngeloGioacchino Del Regno
2022-01-11  9:14     ` AngeloGioacchino Del Regno
2022-01-11  9:14     ` AngeloGioacchino Del Regno
2022-01-12 10:27   ` Krzysztof Kozlowski
2022-01-12 10:27     ` Krzysztof Kozlowski
2022-01-12 10:27     ` Krzysztof Kozlowski
2022-01-12 10:27     ` Krzysztof Kozlowski
2022-01-13  6:02     ` Yong Wu
2022-01-13  6:02       ` Yong Wu
2022-01-13  6:02       ` Yong Wu
2022-01-13  6:02       ` Yong Wu
2022-01-11  6:39 ` [PATCH v2 6/6] memory: mtk-smi: mt8186: Add smi support Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu
2022-01-11  6:39   ` Yong Wu

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.