linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v26 0/2] MediaTek MT8173 CMDQ support
@ 2018-10-08  3:43 Houlong Wei
  2018-10-08  3:43 ` [PATCH v26 1/2] arm64: dts: mt8173: Add GCE node Houlong Wei
  2018-10-08  3:43 ` [PATCH v26 2/2] soc: mediatek: Add Mediatek CMDQ helper Houlong Wei
  0 siblings, 2 replies; 4+ messages in thread
From: Houlong Wei @ 2018-10-08  3:43 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Jassi Brar, Rob Herring, Daniel Kurtz, Sascha Hauer, devicetree,
	linux-kernel, linux-arm-kernel, linux-mediatek, srv_heupstream,
	Sascha Hauer, Philipp Zabel, Nicolas Boichat, CK HU, Bibby Hsieh,
	YT Shen, Daoyuan Huang, Jiaguang Zhang, Dennis-YC Hsieh,
	Monica Wang, Houlong Wei, HS Liao, ginny.chen, enzhu.wang,
	kendrick.hsu

Hi,

This is Mediatek MT8173 Command Queue(CMDQ) driver. The CMDQ is used
to help write registers with critical time limitation, such as
updating display configuration during the vblank. It controls Global
Command Engine (GCE) hardware to achieve this requirement.

Changes since v25:
 -Replace WARN_ON() with WARN_ONCE() and add debug information.
Changes since v24:
 -move WARN_ON() into cmdq_pkt_append_command() from outside
Changes since v23:
 -rebase on v4.19-rc1
 -revise return value of cmdq_mbox_create()
 -revise cmdq_pkt_create()
 -add MODULE_LICENSE() for mtk-cmdq-helper.c
 -adjust functions order in mtk-cmdq.h
Changes since v22:
 -remove properties 'timeout' and 'thread-num' from device tree
 -move timer from CMDQ driver to CMDQ helper
 -move dma unmap from CMDQ driver to CMDQ helper
 -config thread number in CMDQ match table
 -remove reallocate mechanism and let client specify the cmdq buffer size
 -let client specify the timeout time
Changes since v21:
 -rebase on v4.18-rc1
 -remove subsys code and event id definition from mtk-cmdq-helper.c
 -add mt8173-gce.h to define the subsys code and envent id
Changes since v20:
 -rebase on v4.15-rc1
 -move dma_map_single outside of spinlock
Changes since v19:
 -rebase to v4.10-rc2

Houlong Wei (2):
  arm64: dts: mt8173: Add GCE node
  soc: mediatek: Add Mediatek CMDQ helper

 arch/arm64/boot/dts/mediatek/mt8173.dtsi |   10 +
 drivers/soc/mediatek/Kconfig             |   12 ++
 drivers/soc/mediatek/Makefile            |    1 +
 drivers/soc/mediatek/mtk-cmdq-helper.c   |  292 ++++++++++++++++++++++++++++++
 include/linux/soc/mediatek/mtk-cmdq.h    |  133 ++++++++++++++
 5 files changed, 448 insertions(+)
 create mode 100644 drivers/soc/mediatek/mtk-cmdq-helper.c
 create mode 100644 include/linux/soc/mediatek/mtk-cmdq.h

-- 
1.7.9.5


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

end of thread, other threads:[~2018-10-24 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  3:43 [PATCH v26 0/2] MediaTek MT8173 CMDQ support Houlong Wei
2018-10-08  3:43 ` [PATCH v26 1/2] arm64: dts: mt8173: Add GCE node Houlong Wei
2018-10-08  3:43 ` [PATCH v26 2/2] soc: mediatek: Add Mediatek CMDQ helper Houlong Wei
2018-10-24 13:17   ` houlong wei

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).