From patchwork Mon Apr 25 14:19:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 66581 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1065132qge; Mon, 25 Apr 2016 07:19:38 -0700 (PDT) X-Received: by 10.66.244.233 with SMTP id xj9mr48828636pac.19.1461593978237; Mon, 25 Apr 2016 07:19:38 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id sg7si3251883pac.221.2016.04.25.07.19.37; Mon, 25 Apr 2016 07:19:38 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754642AbcDYOTg (ORCPT + 7 others); Mon, 25 Apr 2016 10:19:36 -0400 Received: from fw-tnat.cambridge.arm.com ([217.140.96.140]:59420 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751980AbcDYOTg (ORCPT ); Mon, 25 Apr 2016 10:19:36 -0400 Received: from e106497-lin.cambridge.arm.com (e106497-lin.cambridge.arm.com [10.2.131.153]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id u3PEJO3Z020067; Mon, 25 Apr 2016 15:19:26 +0100 From: Liviu Dudau To: Rob Herring , Pawel Moll , Mark Rutland , devicetree@vger.kernel.org, David Airlie , DRI devel , LKML , Daniel Vetter , Brian Starkey , David Brown Subject: [PATCH v2 3/3] MAINTAINERS: Add entry for Mali-DP driver Date: Mon, 25 Apr 2016 15:19:24 +0100 Message-Id: <1461593964-27722-4-git-send-email-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1461593964-27722-1-git-send-email-Liviu.Dudau@arm.com> References: <1461593964-27722-1-git-send-email-Liviu.Dudau@arm.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add MAINTAINERS entry for ARM Mali-DP driver and update the HDLCD file matching pattern to cover only HDLCD rather than the whole drivers/gpu/drm/arm directory. Signed-off-by: Liviu Dudau --- MAINTAINERS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -- 2.8.0 -- 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 1d5b4be..a5a4346 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -850,9 +850,17 @@ F: include/uapi/linux/if_arcnet.h ARM HDLCD DRM DRIVER M: Liviu Dudau S: Supported -F: drivers/gpu/drm/arm/ +F: drivers/gpu/drm/arm/hdlcd_* F: Documentation/devicetree/bindings/display/arm,hdlcd.txt +ARM MALI-DP DRM DRIVER +M: Liviu Dudau +M: Brian Starkey +M: Mali DP Maintainers +S: Supported +F: drivers/gpu/drm/arm/ +F: Documentation/devicetree/bindings/display/arm,malidp.txt + ARM MFM AND FLOPPY DRIVERS M: Ian Molton S: Maintained