From patchwork Mon Aug 22 17:53:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 12951010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2B9D9C32789 for ; Mon, 22 Aug 2022 17:54:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F2BC79141A; Mon, 22 Aug 2022 17:54:52 +0000 (UTC) Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by gabe.freedesktop.org (Postfix) with ESMTPS id BD2B412B647 for ; Mon, 22 Aug 2022 17:54:38 +0000 (UTC) Received: by mail-pl1-x62d.google.com with SMTP id 2so10640246pll.0 for ; Mon, 22 Aug 2022 10:54:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=kVfoZhmtTtg50QC8HN2WpAxI8M7n5JgORmykDE3kKsE=; b=ex8+AFJr958wVkeLDtFOFTNG4S6PuxUOEUJ302qWzN1ns6MzQDhh5xNOf4cebaELXZ JE1xEvJAZda5+vGNaYhg6BZGpjObgPfWfjcOuxsDsYZnZwgue3H5y1XospGYbe1b49kd s6JAibLMo8RrAbyiGULc8Eu4sz1YYttLG+pTo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=kVfoZhmtTtg50QC8HN2WpAxI8M7n5JgORmykDE3kKsE=; b=fp+lYhTLMerFRwIltZFBNhlwBM/Ejf2j8S5HIZjdOoepzOfWLGDcphA99E51fXkMgD jTVhkKofuUDkVJ61qWeBY29eED8/QxppPFL1OjuKaQx1kb67gB9VWOI3BAe5u9/RXAsT sc1J8Ym0OlUNq7/NYCYOaW5ZckIunYu25TKCXS5XhJFcuGq0J864YW4JGJProgEJ8ubW sJvyqztca5s1VHR1ECsCeNv9xCLvtw+yc/FqXs2+O+hLnJnUTRjQteE/SvN/cqueEupu JXv7R4IpFQRolxqqDSbv35W5TTKbw19SdNb4Po9Sb7pKJ+jVSm2b+zthRzAPnoZDu3lE zV+Q== X-Gm-Message-State: ACgBeo2YwTXgTvUOy2rMHBitbIWVGvNNpJdlfB9McOyZsGwilPnX06rn 1abwvsXJWKWX/1fX9hGczM1TWci3qQ517sZH X-Google-Smtp-Source: AA6agR57wxjf/2ZQ0TI1hnwsMJDxfzNE1alik7oxQcsLCLejTac3WzelCkKFF9Ccs9X2LyWZYvgSjw== X-Received: by 2002:a17:90b:4d0e:b0:1f7:ae99:4d7f with SMTP id mw14-20020a17090b4d0e00b001f7ae994d7fmr29382895pjb.200.1661190878070; Mon, 22 Aug 2022 10:54:38 -0700 (PDT) Received: from tictac2.mtv.corp.google.com ([2620:15c:202:201:2d6b:83ed:6a4a:9f9e]) by smtp.gmail.com with ESMTPSA id z12-20020aa7990c000000b00536431c6ae0sm5297578pff.101.2022.08.22.10.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Aug 2022 10:54:37 -0700 (PDT) From: Douglas Anderson To: dri-devel@lists.freedesktop.org Subject: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c Date: Mon, 22 Aug 2022 10:53:59 -0700 Message-Id: <20220822105340.1.I66a9a5577f9b0af66492ef13c47bc78ed85e5d6b@changeid> X-Mailer: git-send-email 2.37.2.609.g9ff673ca1a-goog MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Douglas Anderson , linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" panel-edp changes go through the drm-misc tree (as per the "DRM PANEL DRIVERS" entry in MAINTAINERS), but ever since splitting panel-edp out of panel-simple I've been trying to keep a close eye on it. Make that official by listing me as a reviewer. Signed-off-by: Douglas Anderson Acked-by: Sam Ravnborg --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0f9366144d31..fc62434f693f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6343,6 +6343,11 @@ S: Maintained F: Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml F: drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c +DRM DRIVER FOR GENERIC EDP PANELS +R: Douglas Anderson +F: Documentation/devicetree/bindings/display/panel/panel-edp.yaml +F: drivers/gpu/drm/panel/panel-edp.c + DRM DRIVER FOR GENERIC USB DISPLAY M: Noralf Trønnes S: Maintained