devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xinliang Liu <xinliang.liu@linaro.org>
To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	daniel@ffwll.ch, robh@kernel.org, daniel@fooishbar.org,
	architt@codeaurora.org, airlied@linux.ie, corbet@lwn.net,
	catalin.marinas@arm.com, will.deacon@arm.com,
	emil.l.velikov@gmail.com
Cc: andy.green@linaro.org, xuyiping@hisilicon.com,
	guodong.xu@linaro.org, linux-doc@vger.kernel.org, w.f@huawei.com,
	zourongrong@huawei.com, linuxarm@huawei.com,
	xuwei5@hisilicon.com, bintian.wang@huawei.com,
	haojian.zhuang@linaro.org, benjamin.gaignard@linaro.org,
	puck.chen@hisilicon.com, liguozhu@hisilicon.com,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 10/10] MAINTAINERS: Add maintainer for hisilicon DRM driver
Date: Sat, 30 Jan 2016 16:54:35 +0800	[thread overview]
Message-ID: <1454144075-74361-11-git-send-email-xinliang.liu@linaro.org> (raw)
In-Reply-To: <1454144075-74361-1-git-send-email-xinliang.liu@linaro.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=n, Size: 847 bytes --]

Add maintainer and reviewer for hisilicon DRM driver.

Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4aa5467..92353c6afc66 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3777,6 +3777,15 @@ S:	Maintained
 F:	drivers/gpu/drm/gma500
 F:	include/drm/gma500*
 
+DRM DRIVERS FOR HISILICON
+M:	Xinliang Liu <z.liuxinliang@hisilicon.com>
+R:	Xinwei Kong <kong.kongxinwei@hisilicon.com>
+L:	dri-devel@lists.freedesktop.org
+T:	git git://github.com/xin3liang/linux.git
+S:	Maintained
+F:	drivers/gpu/drm/hisilicon
+F:	Documentation/devicetree/bindings/display/hisilicon
+
 DRM DRIVERS FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
 M:	Terje Bergström <tbergstrom@nvidia.com>
-- 
1.9.1


[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2016-01-30  8:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30  8:54 [PATCH v3 00/10] Add DRM Driver for HiSilicon Kirin hi6220 SoC Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 01/10] drm/hisilicon: Add device tree binding for hi6220 display subsystem Xinliang Liu
2016-02-01 15:10   ` Rob Herring
2016-02-03  8:32     ` Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 02/10] drm/hisilicon: Add hisilicon kirin drm master driver Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 03/10] drm/hisilicon: Add crtc driver for ADE Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 04/10] drm/hisilicon: Add plane " Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 05/10] drm/hisilicon: Add vblank " Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 06/10] drm/hisilicon: Add cma fbdev and hotplug Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 07/10] drm/hisilicon: Add designware dsi encoder driver Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 08/10] drm/hisilicon: Add designware dsi host driver Xinliang Liu
2016-01-30  8:54 ` [PATCH v3 09/10] drm/hisilicon: Add support for external bridge Xinliang Liu
2016-01-30  8:54 ` Xinliang Liu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454144075-74361-11-git-send-email-xinliang.liu@linaro.org \
    --to=xinliang.liu@linaro.org \
    --cc=airlied@linux.ie \
    --cc=andy.green@linaro.org \
    --cc=architt@codeaurora.org \
    --cc=benjamin.gaignard@linaro.org \
    --cc=bintian.wang@huawei.com \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=daniel@ffwll.ch \
    --cc=daniel@fooishbar.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=guodong.xu@linaro.org \
    --cc=haojian.zhuang@linaro.org \
    --cc=liguozhu@hisilicon.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    --cc=puck.chen@hisilicon.com \
    --cc=robh@kernel.org \
    --cc=w.f@huawei.com \
    --cc=will.deacon@arm.com \
    --cc=xuwei5@hisilicon.com \
    --cc=xuyiping@hisilicon.com \
    --cc=zourongrong@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).