All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5, 0/3] support gce on mt8192 platform
@ 2021-06-23  9:30 ` Yongqiang Niu
  0 siblings, 0 replies; 16+ messages in thread
From: Yongqiang Niu @ 2021-06-23  9:30 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Change since v3:
-rebase on linux 5.13-rc1

Change since v3:
-fix review comment in v2

Change since v2:
- add controy_by_sw for mt8192

Change since v1:
- move out shift jump patch
- remove useless patch


Yongqiang Niu (3):
  dt-binding: gce: add gce header file for mt8192
  arm64: dts: mt8192: add gce node
  mailbox: cmdq: add mt8192 support

 .../devicetree/bindings/mailbox/mtk-gce.txt        |   7 +-
 arch/arm64/boot/dts/mediatek/mt8192.dtsi           |  10 +
 drivers/mailbox/mtk-cmdq-mailbox.c                 |  10 +
 include/dt-bindings/gce/mt8192-gce.h               | 335 +++++++++++++++++++++
 4 files changed, 359 insertions(+), 3 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt8192-gce.h

-- 
1.8.1.1.dirty


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

end of thread, other threads:[~2021-06-23  9:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  9:30 [PATCH v5, 0/3] support gce on mt8192 platform Yongqiang Niu
2021-06-23  9:30 ` Yongqiang Niu
2021-06-23  9:30 ` Yongqiang Niu
2021-06-23  9:30 ` Yongqiang Niu
2021-06-23  9:30 ` [PATCH v5, 1/3] dt-binding: gce: add gce header file for mt8192 Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30 ` [PATCH v5, 2/3] arm64: dts: mt8192: add gce node Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30 ` [PATCH v5, 3/3] mailbox: cmdq: add mt8192 support Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu
2021-06-23  9:30   ` Yongqiang Niu

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.