From patchwork Thu Jan 7 06:02:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Agner X-Patchwork-Id: 7973691 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CE2DC9F38D for ; Thu, 7 Jan 2016 06:01:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 71E4B201B9 for ; Thu, 7 Jan 2016 06:01:42 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id CBC402017D for ; Thu, 7 Jan 2016 06:01:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 242866E400; Wed, 6 Jan 2016 22:01:39 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kmu-office.ch (mail.kmu-office.ch [178.209.48.109]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3E4B66E400 for ; Wed, 6 Jan 2016 22:01:38 -0800 (PST) Received: from localhost.localdomain (unknown [IPv6:2601:602:8b00:ffde:ad4:cff:fe03:1df8]) by mail.kmu-office.ch (Postfix) with ESMTPSA id DD3905C04C6; Thu, 7 Jan 2016 07:00:42 +0100 (CET) From: Stefan Agner To: airlied@linux.ie, daniel.vetter@ffwll.ch, jianwei.wang.chn@gmail.com Subject: [PATCH] MAINTAINERS: update for Freescale DCU DRM driver Date: Wed, 6 Jan 2016 22:02:46 -0800 Message-Id: <1452146566-10123-1-git-send-email-stefan@agner.ch> X-Mailer: git-send-email 2.6.4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1452146444; bh=J26KAVfKJhm40RPtBEuB/S7drdAIk4QtkDl88vfZt7w=; h=From:To:Cc:Subject:Date:Message-Id; b=lQgzu5Mv1HO3GDH2B210fDEvrkp7HiV7Xf02zo94RaR4beSm8D0iHSBTnY8jR/kotDpc3NNSFgBQNKppfLD4KYjLy/HWe4gldck3qmp8oFekTCRRQ4Q2nNYwfLAPlpaK/oyB5T+aDebxw4PXXfDN41k/NWZ9Vk0PIxRnael4evU= Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, alison.wang@freescale.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Promote myself as new maintainer of the Freescale DCU DRM driver. Signed-off-by: Stefan Agner Acked-by: Jianwei Wang --- This has been previously discussed privately. The original driver author and maintainer Jianwei does not work for Freescale anymore and can not carve out spare time to maintain the driver. As I started to make use of the driver on the Freescale Vybrid SoC and already posted several fixes and improvements, I am willing to maintain the driver. Thanks Jianwei for your work on that driver! Dave, I hope you are OK with that? I plan to send a pull request with the patches which have been on the ml lately, specifically the "Fix no fb check bug" and my fixes and enhancements patchset, along with this maintainer change, does that sound reasonable? There is one more pending patchset for this drivers, the TCON and Vybrid support patchset, but this is probably not ready yet. I also plan to post another patchset which enables multiple overlay planes and a cursor plane. -- Stefan MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b..3f0aea3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3678,7 +3678,7 @@ F: include/drm/exynos* F: include/uapi/drm/exynos* DRM DRIVERS FOR FREESCALE DCU -M: Jianwei Wang +M: Stefan Agner M: Alison Wang L: dri-devel@lists.freedesktop.org S: Supported