From patchwork Sat Jan 30 08:54:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Xinliang Liu X-Patchwork-Id: 60858 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp1615222lbb; Sat, 30 Jan 2016 01:01:17 -0800 (PST) X-Received: by 10.98.74.157 with SMTP id c29mr17663842pfj.25.1454144477452; Sat, 30 Jan 2016 01:01:17 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i77si1181491pfj.182.2016.01.30.01.01.17; Sat, 30 Jan 2016 01:01:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753900AbcA3JBQ (ORCPT + 6 others); Sat, 30 Jan 2016 04:01:16 -0500 Received: from mail-vk0-f41.google.com ([209.85.213.41]:36148 "EHLO mail-vk0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753001AbcA3JBP (ORCPT ); Sat, 30 Jan 2016 04:01:15 -0500 Received: by mail-vk0-f41.google.com with SMTP id n1so54208136vkb.3 for ; Sat, 30 Jan 2016 01:01:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=XGJjYXMKZCw2UZxuNP1zWl3Z8+U2yrTEJH8yGFD5oxk=; b=kEd2FUz6AZ/6lQr8D1FKlQJpzeFbh+jF8KL/cSzUQ+QSDXW393pXdCxLUc3iblxOvJ A88trfBnyWKgkvz/sAGxjCnbEsviSNXsC0DWu3sxnyHV+fo00MGV/bIdWMuOGjVqTZju d/w5iixen38PvCmrDGD52yGQMrLuVmKMlrBSo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=XGJjYXMKZCw2UZxuNP1zWl3Z8+U2yrTEJH8yGFD5oxk=; b=lAbF4jttuUSnwUF9PReByhg3IsXC+3LX4+KeGMijfYtA6Us/q+HVjiW7DG9dLpfmp2 gLIas+1jFOs5Dh1vp3750QEfsbpFFFNgzvUq/z8mePbUa6sEl+QhRlJPLLWH/mw2Dkh/ UahuAKmV7ZnkVVNMj3gAmPT33GyvL5cDRs9TmEdy3YL1zvoeDu90RwptVd31vACtPX1C Q2fQaKkScXPxDhcjy89Op0xu959D0UIqi6a9lQeEct81xYoBsaEMASi5EJ+t73wvZObH qz4kNej1Cf05NKo0iAjCYZxcB1icmVwT/Y6dVBRlzdYWfCDJB6UdVks7CXWW5YseCst9 Crtw== X-Gm-Message-State: AG10YORZ1ThFRuSnEKT138qiSjWRAYYW4RHPqD/RRi7Y2S9nu6W3Tj52HXhliz9wlJR9uvsf X-Received: by 10.31.178.146 with SMTP id b140mr8605197vkf.108.1454144475088; Sat, 30 Jan 2016 01:01:15 -0800 (PST) Received: from localhost.localdomain ([113.97.185.10]) by smtp.gmail.com with ESMTPSA id 79sm2742487vkj.21.2016.01.30.01.00.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 30 Jan 2016 01:01:14 -0800 (PST) From: Xinliang Liu 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: linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com, andy.green@linaro.org, haojian.zhuang@linaro.org, liguozhu@hisilicon.com, xuwei5@hisilicon.com, w.f@huawei.com, puck.chen@hisilicon.com, bintian.wang@huawei.com, benjamin.gaignard@linaro.org, xuyiping@hisilicon.com, kong.kongxinwei@hisilicon.com, zourongrong@huawei.com, lijianhua@huawei.com, sumit.semwal@linaro.org, guodong.xu@linaro.org, Xinliang Liu Subject: [PATCH v3 10/10] MAINTAINERS: Add maintainer for hisilicon DRM driver Date: Sat, 30 Jan 2016 16:54:35 +0800 Message-Id: <1454144075-74361-11-git-send-email-xinliang.liu@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1454144075-74361-1-git-send-email-xinliang.liu@linaro.org> References: <1454144075-74361-1-git-send-email-xinliang.liu@linaro.org> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add maintainer and reviewer for hisilicon DRM driver. Signed-off-by: Xinliang Liu --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 +R: Xinwei Kong +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 M: Terje Bergström