All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/5] Add gce support for mt8195
@ 2021-08-31  7:08 ` jason-jh.lin
  0 siblings, 0 replies; 12+ messages in thread
From: jason-jh.lin @ 2021-08-31  7:08 UTC (permalink / raw)
  To: Chun-Kuang Hu, Jassi Brar, Rob Herring, Matthias Brugger, hsinyi
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-mediatek,
	jason-jh.lin, nancy.lin, singo.chang

Change in v7:
- rebase on "support gce on mt8192 platform" series:
  https://patchwork.kernel.org/project/linux-mediatek/list/?series=524833

Change in v6:
- remove the unused define in GCE header file.

Change in v5:
- rebase on kernel-5.14-rc1
- remove unused varriable in mtk-cmdq-mailbox.c

Change in v4:
- change clk array to bulk_clk_data array

Change in v3:
- fix #mbox-cless number in dts

Change in v2:
- remove the second clock in dts and add alias id for gce node
- find the other gce node and get it's clock

jason-jh.lin (5):
  dt-bindings: mailbox: add definition for mt8195
  dt-bindings: gce: add gce header file for mt8195
  arm64: dts: mt8195: add gce node
  mailbox: cmdq: add mediatek mailbox support for mt8195
  mailbox: cmdq: add multi-gce clocks support for mt8195

 .../devicetree/bindings/mailbox/mtk-gce.txt   |   8 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi      |  22 +
 drivers/mailbox/mtk-cmdq-mailbox.c            | 100 ++-
 include/dt-bindings/gce/mt8195-gce.h          | 812 ++++++++++++++++++
 4 files changed, 917 insertions(+), 25 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] 12+ messages in thread

end of thread, other threads:[~2021-08-31  7:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31  7:08 [PATCH v7 0/5] Add gce support for mt8195 jason-jh.lin
2021-08-31  7:08 ` jason-jh.lin
2021-08-31  7:08 ` [PATCH v7 1/5] dt-bindings: mailbox: add definition " jason-jh.lin
2021-08-31  7:08   ` jason-jh.lin
2021-08-31  7:09 ` [PATCH v7 2/5] dt-bindings: gce: add gce header file " jason-jh.lin
2021-08-31  7:09   ` jason-jh.lin
2021-08-31  7:09 ` [PATCH v7 3/5] arm64: dts: mt8195: add gce node jason-jh.lin
2021-08-31  7:09   ` jason-jh.lin
2021-08-31  7:09 ` [PATCH v7 4/5] mailbox: cmdq: add mediatek mailbox support for mt8195 jason-jh.lin
2021-08-31  7:09   ` jason-jh.lin
2021-08-31  7:09 ` [PATCH v7 5/5] mailbox: cmdq: add multi-gce clocks " jason-jh.lin
2021-08-31  7:09   ` jason-jh.lin

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.