All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
To: linux-kernel@vger.kernel.org
Cc: l.stach@pengutronix.de, lukas@mntmn.com, agx@sigxcpu.org,
	dri-devel@lists.freedesktop.org, linux-imx@nxp.com,
	laurentiu.palcu@oss.nxp.com
Subject: [PATCH v7 4/5] MAINTAINERS: Add entry for i.MX 8MQ DCSS driver
Date: Tue, 21 Jul 2020 13:20:03 +0300	[thread overview]
Message-ID: <20200721102007.18368-5-laurentiu.palcu@oss.nxp.com> (raw)
In-Reply-To: <20200721102007.18368-1-laurentiu.palcu@oss.nxp.com>

From: Laurentiu Palcu <laurentiu.palcu@nxp.com>

The driver is part of DRM subsystem and is located in drivers/gpu/drm/imx/dcss.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dad5a62d21a7..200c5985b41f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12276,6 +12276,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 <laurentiu.palcu@oss.nxp.com>
+R:	Lucas Stach <l.stach@pengutronix.de>
+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 <festevam@gmail.com>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
-- 
2.23.0


WARNING: multiple messages have this Message-ID (diff)
From: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
To: linux-kernel@vger.kernel.org
Cc: agx@sigxcpu.org, lukas@mntmn.com,
	dri-devel@lists.freedesktop.org, linux-imx@nxp.com,
	laurentiu.palcu@oss.nxp.com
Subject: [PATCH v7 4/5] MAINTAINERS: Add entry for i.MX 8MQ DCSS driver
Date: Tue, 21 Jul 2020 13:20:03 +0300	[thread overview]
Message-ID: <20200721102007.18368-5-laurentiu.palcu@oss.nxp.com> (raw)
In-Reply-To: <20200721102007.18368-1-laurentiu.palcu@oss.nxp.com>

From: Laurentiu Palcu <laurentiu.palcu@nxp.com>

The driver is part of DRM subsystem and is located in drivers/gpu/drm/imx/dcss.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dad5a62d21a7..200c5985b41f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12276,6 +12276,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 <laurentiu.palcu@oss.nxp.com>
+R:	Lucas Stach <l.stach@pengutronix.de>
+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 <festevam@gmail.com>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
-- 
2.23.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2020-07-21 10:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 10:19 [PATCH v7 0/5] Add support for iMX8MQ Display Controller Subsystem Laurentiu Palcu
2020-07-21 10:19 ` Laurentiu Palcu
2020-07-21 10:19 ` Laurentiu Palcu
2020-07-21 10:20 ` [PATCH v7 1/5] drm/imx: compile imx directory by default Laurentiu Palcu
2020-07-21 10:20   ` Laurentiu Palcu
2020-07-21 10:20 ` [PATCH v7 2/5] drm/imx: Add initial support for DCSS on iMX8MQ Laurentiu Palcu
2020-07-21 10:20   ` Laurentiu Palcu
2020-07-21 12:43   ` Philipp Zabel
2020-07-21 12:43     ` Philipp Zabel
2020-07-21 12:43     ` Philipp Zabel
2020-07-21 14:20     ` Laurentiu Palcu
2020-07-21 14:20       ` Laurentiu Palcu
2020-07-21 14:20       ` Laurentiu Palcu
2020-07-21 10:20 ` [PATCH v7 3/5] drm/imx/dcss: use drm_bridge_connector API Laurentiu Palcu
2020-07-21 10:20   ` Laurentiu Palcu
2020-07-21 10:20   ` Laurentiu Palcu
2020-07-21 10:20 ` Laurentiu Palcu [this message]
2020-07-21 10:20   ` [PATCH v7 4/5] MAINTAINERS: Add entry for i.MX 8MQ DCSS driver Laurentiu Palcu
2020-07-21 10:20 ` [PATCH v7 5/5] dt-bindings: display: imx: add bindings for DCSS Laurentiu Palcu
2020-07-21 10:20   ` Laurentiu Palcu
2020-07-21 10:20   ` Laurentiu Palcu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200721102007.18368-5-laurentiu.palcu@oss.nxp.com \
    --to=laurentiu.palcu@oss.nxp.com \
    --cc=agx@sigxcpu.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=l.stach@pengutronix.de \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas@mntmn.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.