From patchwork Thu Sep 19 17:30:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11152969 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5313E16B1 for ; Thu, 19 Sep 2019 17:30:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3A60E21A49 for ; Thu, 19 Sep 2019 17:30:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3A60E21A49 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D5F86F4CC; Thu, 19 Sep 2019 17:30:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5BFBB6F4CC for ; Thu, 19 Sep 2019 17:30:24 +0000 (UTC) Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B1BDB21928; Thu, 19 Sep 2019 17:30:23 +0000 (UTC) From: Maxime Ripard To: Daniel Vetter , David Airlie , Maarten Lankhorst , Sean Paul , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH 1/2] MAINTAINERS: Update Allwinner DRM drivers entry Date: Thu, 19 Sep 2019 19:30:19 +0200 Message-Id: <20190919173020.11655-1-mripard@kernel.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568914224; bh=21/IjosP+LtJLPZp6ABCh4apWOiNakxej0e5jWIlrdY=; h=From:To:Cc:Subject:Date:From; b=ZTmHLSbOSa5pXAUHGBUYdakLJzC8rvWqz+judrWSQv3i9Ad97cnnTEOb12IkuvBkU oVv/n8tJzQrrwZS+jXBqfXfdonCTWk0VO+26Xp5uDg4EWXebJi6fqSFJi2aZ/htey9 JUOnonIjHlVpC+P0/4W/dmiST8hMVzIEug5IH3nQ= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jernej.skrabec@siol.net, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The DRM drivers are more than about the A10 now, so let's make the entry name a bit more generic. Also, Chen-Yu has been a de-facto maintainer for the DRM driver for a while, is a maintainer of the Allwinner platform for an even longer time, and has drm-misc commit access. Let's make it formal and add him as a maintainer. Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b2326dece28e..54e222e1d0d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5352,8 +5352,9 @@ F: include/drm/drm* F: include/uapi/drm/drm* F: include/linux/vga* -DRM DRIVERS FOR ALLWINNER A10 +DRM DRIVERS FOR ALLWINNER SOCS M: Maxime Ripard +M: Chen-Yu Tsai L: dri-devel@lists.freedesktop.org S: Supported F: drivers/gpu/drm/sun4i/ From patchwork Thu Sep 19 17:30:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11152971 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 695C014DB for ; Thu, 19 Sep 2019 17:30:29 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50E8921928 for ; Thu, 19 Sep 2019 17:30:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 50E8921928 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 559C96F541; Thu, 19 Sep 2019 17:30:28 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 613C96F541 for ; Thu, 19 Sep 2019 17:30:27 +0000 (UTC) Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BB5892196E; Thu, 19 Sep 2019 17:30:26 +0000 (UTC) From: Maxime Ripard To: Daniel Vetter , David Airlie , Maarten Lankhorst , Sean Paul , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH 2/2] =?utf-8?q?MAINTAINERS=3A_Add_Jernej_=C5=A0krabec_as_a_r?= =?utf-8?q?eviewer_for_DE2?= Date: Thu, 19 Sep 2019 19:30:20 +0200 Message-Id: <20190919173020.11655-2-mripard@kernel.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190919173020.11655-1-mripard@kernel.org> References: <20190919173020.11655-1-mripard@kernel.org> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568914227; bh=+eqMvWZ6CaptmchpOvIdQLFm7GexEydCK2c+BAaWykM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bmJdCY8IQtvVJbEi9wt5Ej8uGskVkHrq1P2U+3C/EL9LYV2Ug9A5NyTABYKlVNyx2 Q+JrjPQziGRtxcOO/DwY+PsBEQClAebZNN2TaQhjiaptg2goBdoER2BfIaEuVDh7EX dhYLm1mVvr99axMBRaBG9PsqYMCruYehXo/czPgU= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jernej.skrabec@siol.net, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The newer Allwinner SoCs have a different layers controller than the older ones. Jernej wrote that support and has been reviewing patches for a while now, so let's make him a formal reviewer. Signed-off-by: Maxime Ripard Reviewed-by: Jernej Skrabec --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 54e222e1d0d6..fae328f06c17 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5361,6 +5361,15 @@ F: drivers/gpu/drm/sun4i/ F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt T: git git://anongit.freedesktop.org/drm/drm-misc +DRM DRIVER FOR ALLWINNER DE2 ENGINE +M: Maxime Ripard +M: Chen-Yu Tsai +R: Jernej Škrabec +L: dri-devel@lists.freedesktop.org +S: Supported +F: drivers/gpu/drm/sun4i/sun8i* +T: git git://anongit.freedesktop.org/drm/drm-misc + DRM DRIVERS FOR AMLOGIC SOCS M: Neil Armstrong L: dri-devel@lists.freedesktop.org