From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08577C433E1 for ; Fri, 31 Jul 2020 08:48:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D7E4A2173E for ; Fri, 31 Jul 2020 08:48:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731934AbgGaIsW (ORCPT ); Fri, 31 Jul 2020 04:48:22 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:58752 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728412AbgGaIsW (ORCPT ); Fri, 31 Jul 2020 04:48:22 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 24B66FB04; Fri, 31 Jul 2020 10:48:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OBDVOmHfYedR; Fri, 31 Jul 2020 10:48:20 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id ADBF44537D; Fri, 31 Jul 2020 10:48:19 +0200 (CEST) Date: Fri, 31 Jul 2020 10:48:19 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Laurentiu Palcu Cc: linux-kernel@vger.kernel.org, l.stach@pengutronix.de, lukas@mntmn.com, dri-devel@lists.freedesktop.org, linux-imx@nxp.com Subject: Re: [PATCH v9 4/5] MAINTAINERS: Add entry for i.MX 8MQ DCSS driver Message-ID: <20200731084819.GB12560@bogon.m.sigxcpu.org> References: <20200731081836.3048-1-laurentiu.palcu@oss.nxp.com> <20200731081836.3048-5-laurentiu.palcu@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200731081836.3048-5-laurentiu.palcu@oss.nxp.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Fri, Jul 31, 2020 at 11:18:32AM +0300, Laurentiu Palcu wrote: > From: Laurentiu Palcu > > The driver is part of DRM subsystem and is located in drivers/gpu/drm/imx/dcss. > > Signed-off-by: Laurentiu Palcu Reviewed-by: Guido Günther > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2c669c07fa35..1a22038f2869 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12281,6 +12281,14 @@ F: drivers/iio/gyro/fxas21002c_core.c > F: drivers/iio/gyro/fxas21002c_i2c.c > F: drivers/iio/gyro/fxas21002c_spi.c > > +NXP i.MX 8MQ DCSS DRIVER > +M: Laurentiu Palcu > +R: Lucas Stach > +L: dri-devel@lists.freedesktop.org > +S: Maintained > +F: Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml > +F: drivers/gpu/drm/imx/dcss/ > + > NXP SGTL5000 DRIVER > M: Fabio Estevam > L: alsa-devel@alsa-project.org (moderated for non-subscribers) > -- > 2.23.0 >