devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v13 0/4] Mediatek MT8173 CMDQ support
@ 2016-08-24  3:27 HS Liao
       [not found] ` <1472009252-1074-1-git-send-email-hs.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  2016-08-24  3:27 ` [PATCH v13 3/4] arm64: dts: mt8173: Add GCE node HS Liao
  0 siblings, 2 replies; 11+ messages in thread
From: HS Liao @ 2016-08-24  3:27 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger
  Cc: Monica Wang, Jiaguang Zhang, Nicolas Boichat, cawa cheng, HS Liao,
	Bibby Hsieh, YT Shen, Damon Chu,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Sascha Hauer, Daoyuan Huang,
	Sascha Hauer, Glory Hung, CK HU,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, Josh-YC Liu,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Dennis-YC Hsieh,
	Philipp Zabel


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.

These patches have a build dependency on top of v4.8-rc1.

Changes since v12:
 - remove mediatek,gce from device tree

Best regards,
HS Liao

HS Liao (4):
  dt-bindings: soc: Add documentation for the MediaTek GCE unit
  CMDQ: Mediatek CMDQ driver
  arm64: dts: mt8173: Add GCE node
  CMDQ: save more energy in idle

 .../devicetree/bindings/soc/mediatek/gce.txt       |  44 +
 arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  10 +
 drivers/soc/mediatek/Kconfig                       |  11 +
 drivers/soc/mediatek/Makefile                      |   1 +
 drivers/soc/mediatek/mtk-cmdq.c                    | 983 +++++++++++++++++++++
 include/soc/mediatek/cmdq.h                        | 180 ++++
 6 files changed, 1229 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/mediatek/gce.txt
 create mode 100644 drivers/soc/mediatek/mtk-cmdq.c
 create mode 100644 include/soc/mediatek/cmdq.h

-- 
1.9.1

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

end of thread, other threads:[~2016-09-02  8:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24  3:27 [PATCH v13 0/4] Mediatek MT8173 CMDQ support HS Liao
     [not found] ` <1472009252-1074-1-git-send-email-hs.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2016-08-24  3:27   ` [PATCH v13 1/4] dt-bindings: soc: Add documentation for the MediaTek GCE unit HS Liao
2016-08-24  3:27   ` [PATCH v13 2/4] CMDQ: Mediatek CMDQ driver HS Liao
2016-08-24  3:27   ` [PATCH v13 4/4] CMDQ: save more energy in idle HS Liao
2016-08-24 11:00   ` [PATCH v13 0/4] Mediatek MT8173 CMDQ support Matthias Brugger
2016-08-25 13:37     ` Horng-Shyang Liao
2016-08-25 13:42       ` Jassi Brar
2016-08-31  8:13         ` Horng-Shyang Liao
2016-08-31  8:45           ` Jassi Brar
     [not found]             ` <CABb+yY3uJMxcPgV4agGOd447ETe5UF-EqKWadvgfzy_QzzeGCQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-09-02  8:50               ` Horng-Shyang Liao
2016-08-24  3:27 ` [PATCH v13 3/4] arm64: dts: mt8173: Add GCE node HS Liao

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