mbox series

[v4,0/5] Add gce support for mt8195

Message ID 20210721023440.29630-1-jason-jh.lin@mediatek.com (mailing list archive)
Headers show
Series Add gce support for mt8195 | expand

Message

Jason-JH.Lin July 21, 2021, 2:34 a.m. UTC
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: 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            |  91 +-
 include/dt-bindings/gce/mt8195-gce.h          | 920 ++++++++++++++++++
 4 files changed, 1021 insertions(+), 23 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt8195-gce.h