Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add CMDQ driver support for 8189
@ 2025-08-20  9:38 Xiandong Wang
  2025-08-20  9:38 ` [PATCH v4 1/4] dt-bindings: mailbox: add cmdq yaml for MT8189 Xiandong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Xiandong Wang @ 2025-08-20  9:38 UTC (permalink / raw)
  To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Matthias Brugger, AngeloGioacchino Del Regno, Yongqiang Niu
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-mediatek,
	sirius.wang, vince-wl.liu, jh.hsu,
	Project_Global_Chrome_Upstream_Group, Xiandong Wang

The patches are based on the series:
https://lore.kernel.org/all/20250601173355.1731140-3-jason-jh.lin@mediatek.com/
https://lore.kernel.org/all/20250601173355.1731140-4-jason-jh.lin@mediatek.com/
https://lore.kernel.org/all/20250601173355.1731140-7-jason-jh.lin@mediatek.com/
https://lore.kernel.org/all/20250601173355.1731140-8-jason-jh.lin@mediatek.com/

Changes in v4:
-Modify the order of driver data for 8189.
-All uppercase characters in the GCE header have been converted to lowercase characters.
-Link to v3: https://lore.kernel.org/all/20250819033746.16405-2-xiandong.wang@mediatek.com/

Changes in v3:
-Modify unused property of 8189 driver data
-Link to v3: https://lore.kernel.org/all/20250819033746.16405-4-xiandong.wang@mediatek.com/ 

Changes in v2:
-Modify the title for series.
-Link to v2: https://lore.kernel.org/all/20250819015948.15450-2-xiandong.wang@mediatek.com/

Changes in v1:
-Add GCE driver data for 8189.
-Modify the clk api for 8189 gce suspend/resume.
-Link to v1: https://lore.kernel.org/all/20250814070401.13432-1-xiandong.wang@mediatek.com/

Xiandong Wang (4):
[v4,01/04] dt-bindings: mailbox: add cmdq yaml for MT8189
[v4,02/04] arm64: dts: mediatek: Add GCE header for mt8189
[v4,03/04] mailbox: mtk-cmdq: Add CMDQ driver support for mt8189
[v4,04/04] mailbox: mtk-cmdq: Fix clock handling using clk_bulk_prepare_enable

 .../mailbox/mediatek,gce-mailbox.yaml         |   1 +
 arch/arm64/boot/dts/mediatek/mt8189-gce.h     | 870 ++++++++++++++++++
 drivers/mailbox/mtk-cmdq-mailbox.c            |  24 +-
 3 files changed, 885 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8189-gce.h

-- 
2.46.0



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

end of thread, other threads:[~2025-08-21  0:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20  9:38 [PATCH v4 0/4] Add CMDQ driver support for 8189 Xiandong Wang
2025-08-20  9:38 ` [PATCH v4 1/4] dt-bindings: mailbox: add cmdq yaml for MT8189 Xiandong Wang
2025-08-20 19:46   ` Conor Dooley
2025-08-20  9:38 ` [PATCH v4 2/4] arm64: dts: mediatek: Add GCE header for mt8189 Xiandong Wang
2025-08-20  9:38 ` [PATCH v4 3/4] mailbox: mtk-cmdq: Add CMDQ driver support " Xiandong Wang
2025-08-20  9:38 ` [PATCH v4 4/4] mailbox: mtk-cmdq: Fix clock handling using clk_bulk_prepare_enable Xiandong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox