linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/4] support gce on mt6779 platform
@ 2020-06-21 13:22 Dennis YC Hsieh
  2020-06-21 13:22 ` [PATCH v7 1/4] dt-binding: gce: add gce header file for mt6779 Dennis YC Hsieh
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Dennis YC Hsieh @ 2020-06-21 13:22 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Matthias Brugger, Jassi Brar,
	Bibby Hsieh, CK Hu
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	wsd_upstream, Houlong Wei, HS Liao

This patch support gce on mt6779 platform.

Change since v6:
- Separate all helper function to another patchset.

Change since v5:
- spearate address shift code in client helper and mailbox controller
- separate write_s/write_s_mask and write_s_value/write_s_mask_value so that
  client can decide use mask or not
- fix typo in header

Change since v4:
- do not clear disp event again in drm driver
- symbolize value 1 to jump relative

[... snip ...]


Dennis YC Hsieh (4):
  dt-binding: gce: add gce header file for mt6779
  mailbox: cmdq: variablize address shift in platform
  mailbox: cmdq: support mt6779 gce platform definition
  mailbox: mediatek: cmdq: clear task in channel before shutdown

 .../devicetree/bindings/mailbox/mtk-gce.txt   |   8 +-
 drivers/mailbox/mtk-cmdq-mailbox.c            | 101 ++++++--
 include/dt-bindings/gce/mt6779-gce.h          | 222 ++++++++++++++++++
 include/linux/mailbox/mtk-cmdq-mailbox.h      |   2 +
 4 files changed, 315 insertions(+), 18 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt6779-gce.h

-- 
2.18.0

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

end of thread, other threads:[~2020-06-22 15:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-21 13:22 [PATCH v7 0/4] support gce on mt6779 platform Dennis YC Hsieh
2020-06-21 13:22 ` [PATCH v7 1/4] dt-binding: gce: add gce header file for mt6779 Dennis YC Hsieh
2020-06-22  2:35   ` Bibby Hsieh
2020-06-21 13:22 ` [PATCH v7 2/4] mailbox: cmdq: variablize address shift in platform Dennis YC Hsieh
2020-06-22  2:33   ` Bibby Hsieh
2020-06-22 15:19     ` Dennis-YC Hsieh
2020-06-21 13:22 ` [PATCH v7 3/4] mailbox: cmdq: support mt6779 gce platform definition Dennis YC Hsieh
2020-06-22  2:35   ` Bibby Hsieh
2020-06-21 13:22 ` [PATCH v7 4/4] mailbox: mediatek: cmdq: clear task in channel before shutdown Dennis YC Hsieh
2020-06-22  2:36   ` Bibby Hsieh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).