dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Emil Velikov <emil.l.velikov@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: emil.l.velikov@gmail.com
Subject: [PATCH 11/14] MAINTAINERS: Add maintainer entry for the MSM DRM driver
Date: Fri, 22 Apr 2016 00:03:59 +0100	[thread overview]
Message-ID: <1461279842-28695-12-git-send-email-emil.l.velikov@gmail.com> (raw)
In-Reply-To: <1461279842-28695-1-git-send-email-emil.l.velikov@gmail.com>

Rob and Archit are the main developers behind the driver.

Cc: Rob Clark <robdclark@gmail.com>
Cc: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

---
Archit,

I believe Rob is the maintainer atm, although considering the amazing
work that you've been doing for MSM and DRM in general, I think it's
worth adding you as well.

I can see that you're contributing as part of your job, right ? So
should we use Supported here ?
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c81e02d..da88d74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3839,6 +3839,17 @@ T:	git git://github.com/patjak/drm-gma500
 S:	Maintained
 F:	drivers/gpu/drm/gma500/
 
+DRM DRIVER FOR MSM ADRENO GPU
+M:	Rob Clark <robdclark@gmail.com>
+M:	Archit Taneja <architt@codeaurora.org>
+L:	dri-devel@lists.freedesktop.org
+L:	freedreno@lists.freedesktop.org
+T:	git git://people.freedesktop.org/~robclark/linux
+S:	Maintained / Supported
+F:	drivers/gpu/drm/msm/
+F:	include/uapi/drm/msm_drm.h
+F:	Documentation/devicetree/bindings/display/msm/
+
 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
 M:	Ben Skeggs <bskeggs@redhat.com>
 L:	dri-devel@lists.freedesktop.org
-- 
2.6.2

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

  parent reply	other threads:[~2016-04-21 23:02 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
2016-04-21 23:03 ` [PATCH 01/14] MAINTAINERS: Remove unneded wildcard for the Radeon/AMDGPU drivers Emil Velikov
2016-04-22 20:39   ` Alex Deucher
2016-04-21 23:03 ` [PATCH 02/14] MAINTAINERS: Remove unneded wildcard for the i915 DRM driver Emil Velikov
2016-04-22  5:41   ` Jani Nikula
2016-04-21 23:03 ` [PATCH 03/14] MAINTAINERS: Update the files list for the Exynos " Emil Velikov
2016-04-21 23:03 ` [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 " Emil Velikov
2016-04-22 10:29   ` Patrik Jakobsson
2016-04-24 10:13     ` Emil Velikov
2016-04-25  8:33     ` Daniel Vetter
2016-04-21 23:03 ` [PATCH 05/14] MAINTAINERS: Update the files list for the Rockchip " Emil Velikov
2016-04-21 23:03 ` [PATCH 06/14] MAINTAINERS: Update the files list for the Etnaviv " Emil Velikov
2016-04-27  9:49   ` Russell King - ARM Linux
2016-04-21 23:03 ` [PATCH 07/14] MAINTAINERS: Update the files list for the Armada " Emil Velikov
2016-04-27  9:49   ` Russell King - ARM Linux
2016-04-21 23:03 ` [PATCH 08/14] MAINTAINERS: Update the files list for the Renesas DRM drivers Emil Velikov
2016-04-21 23:03 ` [PATCH 09/14] MAINTAINERS: List the correct git repo " Emil Velikov
2016-04-21 23:03 ` [PATCH 10/14] MAINTAINERS: Add maintainer entry for the Nouveau DRM driver Emil Velikov
2016-05-02 23:40   ` Ben Skeggs
2016-04-21 23:03 ` Emil Velikov [this message]
2016-05-02 23:14   ` [PATCH v2 11/14] MAINTAINERS: Add maintainer entry for the MSM " Emil Velikov
2016-05-02 23:33     ` Rob Clark
2016-04-21 23:04 ` [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX " Emil Velikov
2016-04-22 14:22   ` Sinclair Yeh
2016-04-24 10:12     ` Emil Velikov
2016-04-25 15:23       ` Sinclair Yeh
2016-05-02 23:15   ` [PATCH v2 " Emil Velikov
2016-05-03 15:15     ` Sinclair Yeh
2016-04-21 23:04 ` [PATCH 13/14] MAINTAINERS: Add a few DRM drivers by Dave Airlie Emil Velikov
2016-04-21 23:04 ` [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers Emil Velikov
2016-04-22  8:39   ` Daniel Vetter
2016-04-24 10:14     ` Emil Velikov
2016-05-03 13:54 ` [PATCH v2] MAINTAINERS: Add myself for the new VC4 (RPi GPU) graphics driver Emil Velikov
2016-05-03 16:22 ` [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Daniel Vetter

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=1461279842-28695-12-git-send-email-emil.l.velikov@gmail.com \
    --to=emil.l.velikov@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).