All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add gce support for mt8195
@ 2021-07-05  5:34 ` jason-jh.lin
  0 siblings, 0 replies; 15+ messages in thread
From: jason-jh.lin @ 2021-07-05  5:34 UTC (permalink / raw)
  To: chunkuang.hu, matthias.bgg
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	Project_Global_Chrome_Upstream_Group, hsinyi, jason-jh.lin,
	nancy.lin, singo.chang

Since GCE can increase performance for register configuration,
CMDQ driver is neccessary for driving GCE.

Add below patch to support GCE driver on MT8195:
[PATCH v2 1/5] dt-bindings: mailbox: add definition for mt8195
[PATCH v2 2/5] dt-bindings: gce: add gce header file for mt8195
[PATCH v2 3/5] arm64: dts: mt8195: add gce node
[PATCH v2 4/5] mailbox: cmdq: add mediatek mailbox support for mt8195
[PATCH v2 5/5] mailbox: cmdq: fix GCE can not receive hardward event

 .../devicetree/bindings/mailbox/mtk-gce.txt   |   9 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi      |  24 +
 drivers/mailbox/mtk-cmdq-mailbox.c            | 101 +-
 include/dt-bindings/gce/mt8195-gce.h          | 920 ++++++++++++++++++
 4 files changed, 1032 insertions(+), 22 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt8195-gce.h

-- 
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2021-07-14  6:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05  5:34 [PATCH v2 0/5] Add gce support for mt8195 jason-jh.lin
2021-07-05  5:34 ` jason-jh.lin
2021-07-05  5:34 ` [PATCH v2 1/5] dt-bindings: mailbox: add definition " jason-jh.lin
2021-07-05  5:34   ` jason-jh.lin
2021-07-05  5:34 ` [PATCH v2 2/5] dt-bindings: gce: add gce header file " jason-jh.lin
2021-07-05  5:34   ` jason-jh.lin
2021-07-05  5:34 ` [PATCH v2 3/5] arm64: dts: mt8195: add gce node jason-jh.lin
2021-07-05  5:34   ` jason-jh.lin
2021-07-05  5:34 ` [PATCH v2 4/5] mailbox: cmdq: add mediatek mailbox support for mt8195 jason-jh.lin
2021-07-05  5:34   ` jason-jh.lin
2021-07-05  5:34 ` [PATCH v2 5/5] mailbox: cmdq: fix GCE can not receive hardward event jason-jh.lin
2021-07-05  5:34   ` jason-jh.lin
2021-07-14  6:32   ` Hsin-Yi Wang
2021-07-14  6:32     ` Hsin-Yi Wang
2021-07-14  6:32     ` Hsin-Yi Wang

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.