mbox series

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

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

Message

Jason-JH.Lin July 14, 2021, 4:52 p.m. UTC
Since GCE can increase performance for register configuration,
CMDQ driver is neccessary for driving GCE.

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            | 104 +-
 include/dt-bindings/gce/mt8195-gce.h          | 920 ++++++++++++++++++
 4 files changed, 1035 insertions(+), 22 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt8195-gce.h