All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file
@ 2016-04-21 23:03 Emil Velikov
  2016-04-21 23:03 ` [PATCH 01/14] MAINTAINERS: Remove unneded wildcard for the Radeon/AMDGPU drivers Emil Velikov
                   ` (15 more replies)
  0 siblings, 16 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

Hi all,

A bunch of trivial updates for the MAINTAINERS file - corrected files 
lists, git repos. The last few patches 'nominate' developers who have 
already been the effective maintainers of the specific drivers.

With the final patch we explicitly list the legacy/UMS drivers, as 
Orphan/Obsolete. Who knows we might get a few volunteers to give them 
the some love for the first time in ~8 years.


Maintainers,

Can we get a few acks and get all (most) of them in one go or do you 
prefer to carry them via your tree ?


Thanks
Emil


Emil Velikov (14):
  MAINTAINERS: Remove unneded wildcard for the Radeon/AMDGPU drivers
  MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
  MAINTAINERS: Update the files list for the Exynos DRM driver
  MAINTAINERS: Update the files list for the GMA500 DRM driver
  MAINTAINERS: Update the files list for the Rockchip DRM driver
  MAINTAINERS: Update the files list for the Etnaviv DRM driver
  MAINTAINERS: Update the files list for the Armada DRM driver
  MAINTAINERS: Update the files list for the Renesas DRM drivers
  MAINTAINERS: List the correct git repo for the Renesas DRM drivers
  MAINTAINERS: Add maintainer entry for the Nouveau DRM driver
  MAINTAINERS: Add maintainer entry for the MSM DRM driver
  MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  MAINTAINERS: Add a few DRM drivers by Dave Airlie
  MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers

 MAINTAINERS | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 102 insertions(+), 11 deletions(-)

-- 
2.6.2

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

^ permalink raw reply	[flat|nested] 34+ messages in thread

* [PATCH 01/14] MAINTAINERS: Remove unneded wildcard for the Radeon/AMDGPU drivers
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
@ 2016-04-21 23:03 ` 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
                   ` (14 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher, emil.l.velikov, Christian König

There are no other files but the UAPI headers, thus we can drop the
wildcard.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1c32f8a..2ac57ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3769,9 +3769,9 @@ L:	dri-devel@lists.freedesktop.org
 T:	git git://people.freedesktop.org/~agd5f/linux
 S:	Supported
 F:	drivers/gpu/drm/radeon/
-F:	include/uapi/drm/radeon*
+F:	include/uapi/drm/radeon_drm.h
 F:	drivers/gpu/drm/amd/
-F:	include/uapi/drm/amdgpu*
+F:	include/uapi/drm/amdgpu_drm.h
 
 DRM PANEL DRIVERS
 M:	Thierry Reding <thierry.reding@gmail.com>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 02/14] MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
  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-21 23:03 ` 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
                   ` (13 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter, intel-gfx, emil.l.velikov

There is no other file but the UAPI header, thus we can drop the
wildcard.

Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2ac57ac..08ae19a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3794,7 +3794,7 @@ T:	git git://anongit.freedesktop.org/drm-intel
 S:	Supported
 F:	drivers/gpu/drm/i915/
 F:	include/drm/i915*
-F:	include/uapi/drm/i915*
+F:	include/uapi/drm/i915_drm.h
 
 DRM DRIVERS FOR ATMEL HLCDC
 M:	Boris Brezillon <boris.brezillon@free-electrons.com>
-- 
2.6.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 03/14] MAINTAINERS: Update the files list for the Exynos DRM driver
  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-21 23:03 ` [PATCH 02/14] MAINTAINERS: Remove unneded wildcard for the i915 DRM driver Emil Velikov
@ 2016-04-21 23:03 ` Emil Velikov
  2016-04-21 23:03 ` [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 " Emil Velikov
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: Seung-Woo Kim, Kyungmin Park, emil.l.velikov

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 08ae19a..17dc561 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3812,8 +3812,8 @@ L:	dri-devel@lists.freedesktop.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
 S:	Supported
 F:	drivers/gpu/drm/exynos/
-F:	include/drm/exynos*
-F:	include/uapi/drm/exynos*
+F:	include/uapi/drm/exynos_drm.h
+F:	Documentation/devicetree/bindings/display/exynos/
 
 DRM DRIVERS FOR FREESCALE DCU
 M:	Stefan Agner <stefan@agner.ch>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (2 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 03/14] MAINTAINERS: Update the files list for the Exynos " Emil Velikov
@ 2016-04-21 23:03 ` Emil Velikov
  2016-04-22 10:29   ` Patrik Jakobsson
  2016-04-21 23:03 ` [PATCH 05/14] MAINTAINERS: Update the files list for the Rockchip " Emil Velikov
                   ` (11 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 17dc561..205b3c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3837,8 +3837,7 @@ M:	Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
 L:	dri-devel@lists.freedesktop.org
 T:	git git://github.com/patjak/drm-gma500
 S:	Maintained
-F:	drivers/gpu/drm/gma500
-F:	include/drm/gma500*
+F:	drivers/gpu/drm/gma500/
 
 DRM DRIVERS FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 05/14] MAINTAINERS: Update the files list for the Rockchip DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (3 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 " Emil Velikov
@ 2016-04-21 23:03 ` Emil Velikov
  2016-04-21 23:03 ` [PATCH 06/14] MAINTAINERS: Update the files list for the Etnaviv " Emil Velikov
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

The location listed is a folder - swap the wildcard with '/'

Cc: Mark Yao <mark.yao@rock-chips.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 205b3c1..9df1555 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3867,7 +3867,7 @@ M:	Mark Yao <mark.yao@rock-chips.com>
 L:	dri-devel@lists.freedesktop.org
 S:	Maintained
 F:	drivers/gpu/drm/rockchip/
-F:	Documentation/devicetree/bindings/display/rockchip*
+F:	Documentation/devicetree/bindings/display/rockchip/
 
 DRM DRIVERS FOR STI
 M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 06/14] MAINTAINERS: Update the files list for the Etnaviv DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (4 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 05/14] MAINTAINERS: Update the files list for the Rockchip " Emil Velikov
@ 2016-04-21 23:03 ` 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
                   ` (9 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: Russell King, emil.l.velikov

Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Russell King <linux+etnaviv@arm.linux.org.uk>
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9df1555..47a09fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3884,8 +3884,9 @@ R:	Russell King <linux+etnaviv@arm.linux.org.uk>
 R:	Christian Gmeiner <christian.gmeiner@gmail.com>
 L:	dri-devel@lists.freedesktop.org
 S:	Maintained
-F:	drivers/gpu/drm/etnaviv
-F:	Documentation/devicetree/bindings/display/etnaviv
+F:	drivers/gpu/drm/etnaviv/
+F:	include/uapi/drm/etnaviv_drm.h
+F:	Documentation/devicetree/bindings/display/etnaviv/
 
 DSBR100 USB FM RADIO DRIVER
 M:	Alexey Klimov <klimov.linux@gmail.com>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 07/14] MAINTAINERS: Update the files list for the Armada DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (5 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 06/14] MAINTAINERS: Update the files list for the Etnaviv " Emil Velikov
@ 2016-04-21 23:03 ` 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
                   ` (8 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: Russell King, emil.l.velikov

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 47a09fe..f759b53 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6908,6 +6908,8 @@ MARVELL ARMADA DRM SUPPORT
 M:	Russell King <rmk+kernel@arm.linux.org.uk>
 S:	Maintained
 F:	drivers/gpu/drm/armada/
+F:	include/uapi/drm/armada_drm.h
+F:	Documentation/devicetree/bindings/display/armada/
 
 MARVELL 88E6352 DSA support
 M:	Guenter Roeck <linux@roeck-us.net>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 08/14] MAINTAINERS: Update the files list for the Renesas DRM drivers
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (6 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 07/14] MAINTAINERS: Update the files list for the Armada " Emil Velikov
@ 2016-04-21 23:03 ` Emil Velikov
  2016-04-21 23:03 ` [PATCH 09/14] MAINTAINERS: List the correct git repo " Emil Velikov
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov, Laurent Pinchart, linux-renesas-soc

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-renesas-soc@vger.kernel.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f759b53..776d614 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3861,6 +3861,7 @@ S:	Supported
 F:	drivers/gpu/drm/rcar-du/
 F:	drivers/gpu/drm/shmobile/
 F:	include/linux/platform_data/shmob_drm.h
+F:	Documentation/devicetree/bindings/display/renesas,du.txt
 
 DRM DRIVERS FOR ROCKCHIP
 M:	Mark Yao <mark.yao@rock-chips.com>
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 09/14] MAINTAINERS: List the correct git repo for the Renesas DRM drivers
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (7 preceding siblings ...)
  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 ` Emil Velikov
  2016-04-21 23:03 ` [PATCH 10/14] MAINTAINERS: Add maintainer entry for the Nouveau DRM driver Emil Velikov
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov, Laurent Pinchart, linux-renesas-soc

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-renesas-soc@vger.kernel.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 776d614..b9eddf1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3856,7 +3856,7 @@ DRM DRIVERS FOR RENESAS
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	dri-devel@lists.freedesktop.org
 L:	linux-renesas-soc@vger.kernel.org
-T:	git git://people.freedesktop.org/~airlied/linux
+T:	git git://linuxtv.org/pinchartl/fbdev
 S:	Supported
 F:	drivers/gpu/drm/rcar-du/
 F:	drivers/gpu/drm/shmobile/
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 10/14] MAINTAINERS: Add maintainer entry for the Nouveau DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (8 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 09/14] MAINTAINERS: List the correct git repo " Emil Velikov
@ 2016-04-21 23:03 ` Emil Velikov
  2016-05-02 23:40   ` Ben Skeggs
  2016-04-21 23:03 ` [PATCH 11/14] MAINTAINERS: Add maintainer entry for the MSM " Emil Velikov
                   ` (5 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: Dave Airlie, emil.l.velikov, Ben Skeggs

Ben has been the maintainer of the driver even before it got included in
the kernel.

Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index b9eddf1..c81e02d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3839,6 +3839,15 @@ T:	git git://github.com/patjak/drm-gma500
 S:	Maintained
 F:	drivers/gpu/drm/gma500/
 
+DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
+M:	Ben Skeggs <bskeggs@redhat.com>
+L:	dri-devel@lists.freedesktop.org
+L:	nouveau@lists.freedesktop.org
+T:	git git://github.com/skeggsb/linux
+S:	Supported
+F:	drivers/gpu/drm/nouveau/
+F:	include/uapi/drm/nouveau_drm.h
+
 DRM DRIVERS FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
 M:	Terje Bergström <tbergstrom@nvidia.com>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 11/14] MAINTAINERS: Add maintainer entry for the MSM DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (9 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 10/14] MAINTAINERS: Add maintainer entry for the Nouveau DRM driver Emil Velikov
@ 2016-04-21 23:03 ` Emil Velikov
  2016-05-02 23:14   ` [PATCH v2 " Emil Velikov
  2016-04-21 23:04 ` [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX " Emil Velikov
                   ` (4 subsequent siblings)
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:03 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (10 preceding siblings ...)
  2016-04-21 23:03 ` [PATCH 11/14] MAINTAINERS: Add maintainer entry for the MSM " Emil Velikov
@ 2016-04-21 23:04 ` Emil Velikov
  2016-04-22 14:22   ` Sinclair Yeh
  2016-05-02 23:15   ` [PATCH v2 " Emil Velikov
  2016-04-21 23:04 ` [PATCH 13/14] MAINTAINERS: Add a few DRM drivers by Dave Airlie Emil Velikov
                   ` (3 subsequent siblings)
  15 siblings, 2 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:04 UTC (permalink / raw)
  To: dri-devel; +Cc: Brian Paul, Thomas Hellstrom, VMware Graphics, emil.l.velikov

Thomas is one of the original authors of the driver, with recent
contributions from Sinclair and Brian.

Cc: Sinclair Yeh <syeh@vmware.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Cc: Brian Paul <brianp@vmware.com>
Cc: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
Gents can anyone confirm if the data is correct ?

I'm thinking that the status should be Supported, although the driver
hasn't see much action recently.

NOTE: The following email linux-graphics-maintainer@vmware.com is also
listed for the VMMOUSE driver. Is that correct ?
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index da88d74..e8ad8b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3909,6 +3909,14 @@ F:	drivers/gpu/drm/etnaviv/
 F:	include/uapi/drm/etnaviv_drm.h
 F:	Documentation/devicetree/bindings/display/etnaviv/
 
+DRM DRIVER FOR VMWARE VIRTUAL GPU
+M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
+M:	Thomas Hellstrom <thellstrom@vmware.com>
+L:	dri-devel@lists.freedesktop.org
+S:	Maintained / Supported
+F:	drivers/gpu/drm/vmwgfx/
+F:	include/uapi/drm/vmwgfx_drm.h
+
 DSBR100 USB FM RADIO DRIVER
 M:	Alexey Klimov <klimov.linux@gmail.com>
 L:	linux-media@vger.kernel.org
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 13/14] MAINTAINERS: Add a few DRM drivers by Dave Airlie
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (11 preceding siblings ...)
  2016-04-21 23:04 ` [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX " Emil Velikov
@ 2016-04-21 23:04 ` Emil Velikov
  2016-04-21 23:04 ` [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers Emil Velikov
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:04 UTC (permalink / raw)
  To: dri-devel; +Cc: Dave Airlie, emil.l.velikov

Almost exclusively done by Dave Airlie.

Explicitly list him as a maintainer and classify them as "Odd Fixes" as I
doubt he's got much time for them these days.

Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
Dave, please correct me if I got it wrong.
---
 MAINTAINERS | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e8ad8b1..3774081 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3762,6 +3762,21 @@ F:	drivers/gpu/vga/
 F:	include/drm/
 F:	include/uapi/drm/
 
+DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
+M:	Dave Airlie <airlied@redhat.com>
+S:	Odd Fixes
+F:	drivers/gpu/drm/ast/
+
+DRM DRIVER FOR BOCHS VIRTUAL GPU
+M:	Gerd Hoffmann <kraxel@redhat.com>
+S:	Odd Fixes
+F:	drivers/gpu/drm/bochs/
+
+DRM DRIVER FOR QEMU'S CIRRUS DEVICE
+M:	Dave Airlie <airlied@redhat.com>
+S:	Odd Fixes
+F:	drivers/gpu/drm/cirrus/
+
 RADEON and AMDGPU DRM DRIVERS
 M:	Alex Deucher <alexander.deucher@amd.com>
 M:	Christian König <christian.koenig@amd.com>
@@ -3872,6 +3887,11 @@ F:	include/linux/host1x.h
 F:	include/uapi/drm/tegra_drm.h
 F:	Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
 
+DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
+M:	Dave Airlie <airlied@redhat.com>
+S:	Odd Fixes
+F:	drivers/gpu/drm/mgag200/
+
 DRM DRIVERS FOR RENESAS
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	dri-devel@lists.freedesktop.org
@@ -3883,6 +3903,12 @@ F:	drivers/gpu/drm/shmobile/
 F:	include/linux/platform_data/shmob_drm.h
 F:	Documentation/devicetree/bindings/display/renesas,du.txt
 
+DRM DRIVER FOR QXL VIRTUAL GPU
+M:	Dave Airlie <airlied@redhat.com>
+S:	Odd Fixes
+F:	drivers/gpu/drm/qxl/
+F:	include/uapi/drm/qxl_drm.h
+
 DRM DRIVERS FOR ROCKCHIP
 M:	Mark Yao <mark.yao@rock-chips.com>
 L:	dri-devel@lists.freedesktop.org
@@ -3899,6 +3925,11 @@ S:	Maintained
 F:	drivers/gpu/drm/sti
 F:	Documentation/devicetree/bindings/display/st,stih4xx.txt
 
+DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
+M:	Dave Airlie <airlied@redhat.com>
+S:	Odd Fixes
+F:	drivers/gpu/drm/udl/
+
 DRM DRIVERS FOR VIVANTE GPU IP
 M:	Lucas Stach <l.stach@pengutronix.de>
 R:	Russell King <linux+etnaviv@arm.linux.org.uk>
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (12 preceding siblings ...)
  2016-04-21 23:04 ` [PATCH 13/14] MAINTAINERS: Add a few DRM drivers by Dave Airlie Emil Velikov
@ 2016-04-21 23:04 ` Emil Velikov
  2016-04-22  8:39   ` Daniel Vetter
  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
  15 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-21 23:04 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

Pretty much all of these hasn't seen any action singe 2008 at the very
least. Barring the occasional buildfix and DRM-wide refactoring of
course.

Note: some distributions have stopped shipping their userspace
counterparts for a while. Although some still do.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
I'm inclined to list these as Obsolete, yet that implies that there's
something better in the works, yet there isn't.

I believe many people will be happy to see these drivers go, although I
doubt interested parties are about to port them to KMS/DRI2 unless we
make some noise. Like, say, propose their removal ? ;-)
---
 MAINTAINERS | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3774081..c808542 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3854,6 +3854,11 @@ T:	git git://github.com/patjak/drm-gma500
 S:	Maintained
 F:	drivers/gpu/drm/gma500/
 
+DRM DRIVER FOR INTEL I810 VIDEO CARDS
+S:	Orphan / Obsolete
+F:	drivers/gpu/drm/i810/
+F:	include/uapi/drm/i810_drm.h
+
 DRM DRIVER FOR MSM ADRENO GPU
 M:	Rob Clark <robdclark@gmail.com>
 M:	Archit Taneja <architt@codeaurora.org>
@@ -3887,11 +3892,21 @@ F:	include/linux/host1x.h
 F:	include/uapi/drm/tegra_drm.h
 F:	Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
 
+DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
+S:	Orphan / Obsolete
+F:	drivers/gpu/drm/mga/
+F:	include/uapi/drm/mga_drm.h
+
 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
 M:	Dave Airlie <airlied@redhat.com>
 S:	Odd Fixes
 F:	drivers/gpu/drm/mgag200/
 
+DRM DRIVER FOR RAGE 128 VIDEO CARDS
+S:	Orphan / Obsolete
+F:	drivers/gpu/drm/r128/
+F:	include/uapi/drm/r128_drm.h
+
 DRM DRIVERS FOR RENESAS
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	dri-devel@lists.freedesktop.org
@@ -3916,6 +3931,16 @@ S:	Maintained
 F:	drivers/gpu/drm/rockchip/
 F:	Documentation/devicetree/bindings/display/rockchip/
 
+DRM DRIVER FOR SAVAGE VIDEO CARDS
+S:	Orphan / Obsolete
+F:	drivers/gpu/drm/savage/
+F:	include/uapi/drm/savage_drm.h
+
+DRM DRIVER FOR SIS VIDEO CARDS
+S:	Orphan / Obsolete
+F:	drivers/gpu/drm/sis/
+F:	include/uapi/drm/sis_drm.h
+
 DRM DRIVERS FOR STI
 M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
 M:	Vincent Abriou <vincent.abriou@st.com>
@@ -3925,6 +3950,10 @@ S:	Maintained
 F:	drivers/gpu/drm/sti
 F:	Documentation/devicetree/bindings/display/st,stih4xx.txt
 
+DRM DRIVER FOR TDFX VIDEO CARDS
+S:	Orphan / Obsolete
+F:	drivers/gpu/drm/tdfx/
+
 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
 M:	Dave Airlie <airlied@redhat.com>
 S:	Odd Fixes
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* Re: [PATCH 02/14] MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
  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
  0 siblings, 0 replies; 34+ messages in thread
From: Jani Nikula @ 2016-04-22  5:41 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter, intel-gfx, emil.l.velikov

On Fri, 22 Apr 2016, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> [ text/plain ]
> There is no other file but the UAPI header, thus we can drop the
> wildcard.
>
> Cc: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: intel-gfx@lists.freedesktop.org
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

Acked-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ac57ac..08ae19a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3794,7 +3794,7 @@ T:	git git://anongit.freedesktop.org/drm-intel
>  S:	Supported
>  F:	drivers/gpu/drm/i915/
>  F:	include/drm/i915*
> -F:	include/uapi/drm/i915*
> +F:	include/uapi/drm/i915_drm.h
>  
>  DRM DRIVERS FOR ATMEL HLCDC
>  M:	Boris Brezillon <boris.brezillon@free-electrons.com>

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers
  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
  0 siblings, 1 reply; 34+ messages in thread
From: Daniel Vetter @ 2016-04-22  8:39 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

On Fri, Apr 22, 2016 at 12:04:02AM +0100, Emil Velikov wrote:
> Pretty much all of these hasn't seen any action singe 2008 at the very
> least. Barring the occasional buildfix and DRM-wide refactoring of
> course.
> 
> Note: some distributions have stopped shipping their userspace
> counterparts for a while. Although some still do.
> 
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
> I'm inclined to list these as Obsolete, yet that implies that there's
> something better in the works, yet there isn't.
> 
> I believe many people will be happy to see these drivers go, although I
> doubt interested parties are about to port them to KMS/DRI2 unless we
> make some noise. Like, say, propose their removal ? ;-)

If we do this, does get_maintainers.pl still list dri-devel@fd.o and
Dave's mail address? Just want to make sure that patches for those won't
suddenly disappear out of sight (not that there are many really).
-Daniel

> ---
>  MAINTAINERS | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3774081..c808542 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3854,6 +3854,11 @@ T:	git git://github.com/patjak/drm-gma500
>  S:	Maintained
>  F:	drivers/gpu/drm/gma500/
>  
> +DRM DRIVER FOR INTEL I810 VIDEO CARDS
> +S:	Orphan / Obsolete
> +F:	drivers/gpu/drm/i810/
> +F:	include/uapi/drm/i810_drm.h
> +
>  DRM DRIVER FOR MSM ADRENO GPU
>  M:	Rob Clark <robdclark@gmail.com>
>  M:	Archit Taneja <architt@codeaurora.org>
> @@ -3887,11 +3892,21 @@ F:	include/linux/host1x.h
>  F:	include/uapi/drm/tegra_drm.h
>  F:	Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
>  
> +DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
> +S:	Orphan / Obsolete
> +F:	drivers/gpu/drm/mga/
> +F:	include/uapi/drm/mga_drm.h
> +
>  DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
>  M:	Dave Airlie <airlied@redhat.com>
>  S:	Odd Fixes
>  F:	drivers/gpu/drm/mgag200/
>  
> +DRM DRIVER FOR RAGE 128 VIDEO CARDS
> +S:	Orphan / Obsolete
> +F:	drivers/gpu/drm/r128/
> +F:	include/uapi/drm/r128_drm.h
> +
>  DRM DRIVERS FOR RENESAS
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  L:	dri-devel@lists.freedesktop.org
> @@ -3916,6 +3931,16 @@ S:	Maintained
>  F:	drivers/gpu/drm/rockchip/
>  F:	Documentation/devicetree/bindings/display/rockchip/
>  
> +DRM DRIVER FOR SAVAGE VIDEO CARDS
> +S:	Orphan / Obsolete
> +F:	drivers/gpu/drm/savage/
> +F:	include/uapi/drm/savage_drm.h
> +
> +DRM DRIVER FOR SIS VIDEO CARDS
> +S:	Orphan / Obsolete
> +F:	drivers/gpu/drm/sis/
> +F:	include/uapi/drm/sis_drm.h
> +
>  DRM DRIVERS FOR STI
>  M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
>  M:	Vincent Abriou <vincent.abriou@st.com>
> @@ -3925,6 +3950,10 @@ S:	Maintained
>  F:	drivers/gpu/drm/sti
>  F:	Documentation/devicetree/bindings/display/st,stih4xx.txt
>  
> +DRM DRIVER FOR TDFX VIDEO CARDS
> +S:	Orphan / Obsolete
> +F:	drivers/gpu/drm/tdfx/
> +
>  DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
>  M:	Dave Airlie <airlied@redhat.com>
>  S:	Odd Fixes
> -- 
> 2.6.2
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 DRM driver
  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
  0 siblings, 2 replies; 34+ messages in thread
From: Patrik Jakobsson @ 2016-04-22 10:29 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

On Fri, Apr 22, 2016 at 1:03 AM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 17dc561..205b3c1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3837,8 +3837,7 @@ M:        Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
>  L:     dri-devel@lists.freedesktop.org
>  T:     git git://github.com/patjak/drm-gma500
>  S:     Maintained
> -F:     drivers/gpu/drm/gma500
> -F:     include/drm/gma500*

There is actually a header file for gma500 (include/drm/gma_drm.h) but
that one is empty so this looks good (I'll remove gma_drm.h).

Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

> +F:     drivers/gpu/drm/gma500/
>
>  DRM DRIVERS FOR NVIDIA TEGRA
>  M:     Thierry Reding <thierry.reding@gmail.com>
> --
> 2.6.2
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  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-05-02 23:15   ` [PATCH v2 " Emil Velikov
  1 sibling, 1 reply; 34+ messages in thread
From: Sinclair Yeh @ 2016-04-22 14:22 UTC (permalink / raw)
  To: Emil Velikov; +Cc: VMware Graphics, Thomas Hellstrom, Brian Paul, dri-devel

Hi,

On Fri, Apr 22, 2016 at 12:04:00AM +0100, Emil Velikov wrote:
> Thomas is one of the original authors of the driver, with recent
> contributions from Sinclair and Brian.
> 
> Cc: Sinclair Yeh <syeh@vmware.com>
> Cc: Thomas Hellstrom <thellstrom@vmware.com>
> Cc: Brian Paul <brianp@vmware.com>
> Cc: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
> Gents can anyone confirm if the data is correct ?

You can also add me as a maintainer for vmwgfx if you like.

> 
> I'm thinking that the status should be Supported, although the driver
> hasn't see much action recently.
> 
> NOTE: The following email linux-graphics-maintainer@vmware.com is also
> listed for the VMMOUSE driver. Is that correct ?

Yes, correct since it's the same team that maintains the vmmouse driver.

Sinclair

> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da88d74..e8ad8b1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3909,6 +3909,14 @@ F:	drivers/gpu/drm/etnaviv/
>  F:	include/uapi/drm/etnaviv_drm.h
>  F:	Documentation/devicetree/bindings/display/etnaviv/
>  
> +DRM DRIVER FOR VMWARE VIRTUAL GPU
> +M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
> +M:	Thomas Hellstrom <thellstrom@vmware.com>
> +L:	dri-devel@lists.freedesktop.org
> +S:	Maintained / Supported
> +F:	drivers/gpu/drm/vmwgfx/
> +F:	include/uapi/drm/vmwgfx_drm.h
> +
>  DSBR100 USB FM RADIO DRIVER
>  M:	Alexey Klimov <klimov.linux@gmail.com>
>  L:	linux-media@vger.kernel.org
> -- 
> 2.6.2
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 01/14] MAINTAINERS: Remove unneded wildcard for the Radeon/AMDGPU drivers
  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
  0 siblings, 0 replies; 34+ messages in thread
From: Alex Deucher @ 2016-04-22 20:39 UTC (permalink / raw)
  To: Emil Velikov
  Cc: Alex Deucher, Christian König, Maling list - DRI developers

On Thu, Apr 21, 2016 at 7:03 PM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> There are no other files but the UAPI headers, thus we can drop the
> wildcard.
>
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Cc: Christian König <christian.koenig@amd.com>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

Applied.  thanks!

Alex

> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c32f8a..2ac57ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3769,9 +3769,9 @@ L:        dri-devel@lists.freedesktop.org
>  T:     git git://people.freedesktop.org/~agd5f/linux
>  S:     Supported
>  F:     drivers/gpu/drm/radeon/
> -F:     include/uapi/drm/radeon*
> +F:     include/uapi/drm/radeon_drm.h
>  F:     drivers/gpu/drm/amd/
> -F:     include/uapi/drm/amdgpu*
> +F:     include/uapi/drm/amdgpu_drm.h
>
>  DRM PANEL DRIVERS
>  M:     Thierry Reding <thierry.reding@gmail.com>
> --
> 2.6.2
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  2016-04-22 14:22   ` Sinclair Yeh
@ 2016-04-24 10:12     ` Emil Velikov
  2016-04-25 15:23       ` Sinclair Yeh
  0 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-04-24 10:12 UTC (permalink / raw)
  To: Sinclair Yeh; +Cc: VMware Graphics, Thomas Hellstrom, Brian Paul, ML dri-devel

On 22 April 2016 at 15:22, Sinclair Yeh <syeh@vmware.com> wrote:
> Hi,
>
> On Fri, Apr 22, 2016 at 12:04:00AM +0100, Emil Velikov wrote:
>> Thomas is one of the original authors of the driver, with recent
>> contributions from Sinclair and Brian.
>>
>> Cc: Sinclair Yeh <syeh@vmware.com>
>> Cc: Thomas Hellstrom <thellstrom@vmware.com>
>> Cc: Brian Paul <brianp@vmware.com>
>> Cc: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
>> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
>> ---
>> Gents can anyone confirm if the data is correct ?
>
> You can also add me as a maintainer for vmwgfx if you like.
>
Nice one, thanks.

Just realised that it's missing a tree tag, so based on the last few
pull req. it should be:

T:    git git://people.freedesktop.org/~thomash/linux

>>
>> I'm thinking that the status should be Supported, although the driver
>> hasn't see much action recently.
>>
Can I bother you for a confirmation on the Maintained vs Supported question ?

>> NOTE: The following email linux-graphics-maintainer@vmware.com is also
>> listed for the VMMOUSE driver. Is that correct ?
>
> Yes, correct since it's the same team that maintains the vmmouse driver.
>
Ack.

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

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 DRM driver
  2016-04-22 10:29   ` Patrik Jakobsson
@ 2016-04-24 10:13     ` Emil Velikov
  2016-04-25  8:33     ` Daniel Vetter
  1 sibling, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-24 10:13 UTC (permalink / raw)
  To: Patrik Jakobsson; +Cc: dri-devel

On 22 April 2016 at 11:29, Patrik Jakobsson
<patrik.r.jakobsson@gmail.com> wrote:
> On Fri, Apr 22, 2016 at 1:03 AM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
>> Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
>> Cc: dri-devel@lists.freedesktop.org
>> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
>> ---
>>  MAINTAINERS | 3 +--
>>  1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 17dc561..205b3c1 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3837,8 +3837,7 @@ M:        Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
>>  L:     dri-devel@lists.freedesktop.org
>>  T:     git git://github.com/patjak/drm-gma500
>>  S:     Maintained
>> -F:     drivers/gpu/drm/gma500
>> -F:     include/drm/gma500*
>
> There is actually a header file for gma500 (include/drm/gma_drm.h) but
> that one is empty so this looks good (I'll remove gma_drm.h).
>
I could swear that I've already seen a patch that nukes it. Might have
been day dreaming.

> Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
>
Thanks!

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

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers
  2016-04-22  8:39   ` Daniel Vetter
@ 2016-04-24 10:14     ` Emil Velikov
  0 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-04-24 10:14 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: ML dri-devel

On 22 April 2016 at 09:39, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Fri, Apr 22, 2016 at 12:04:02AM +0100, Emil Velikov wrote:
>> Pretty much all of these hasn't seen any action singe 2008 at the very
>> least. Barring the occasional buildfix and DRM-wide refactoring of
>> course.
>>
>> Note: some distributions have stopped shipping their userspace
>> counterparts for a while. Although some still do.
>>
>> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
>> ---
>> I'm inclined to list these as Obsolete, yet that implies that there's
>> something better in the works, yet there isn't.
>>
>> I believe many people will be happy to see these drivers go, although I
>> doubt interested parties are about to port them to KMS/DRI2 unless we
>> make some noise. Like, say, propose their removal ? ;-)
>
> If we do this, does get_maintainers.pl still list dri-devel@fd.o and
> Dave's mail address? Just want to make sure that patches for those won't
> suddenly disappear out of sight (not that there are many really).
What a happy little accident it will be if it they do. One could say
"they haven't worked in years" and give them the stick ;-)

But seriously - yes it still lists Dave/dri-devel. Here is the output

$ scripts/get_maintainer.pl -f drivers/gpu/drm/sis/

David Airlie <airlied@linux.ie> (maintainer:DRM DRIVERS)
Dave Airlie <airlied@redhat.com> (commit_signer:1/1=100%)
Mikko Rapeli <mikko.rapeli@iki.fi> (commit_signer:1/1=100%,authored:1/1=100%)
dri-devel@lists.freedesktop.org (open list:DRM DRIVERS)
linux-kernel@vger.kernel.org (open list)

And for reference

$ git grep -2 -h "drm/sis" MAINTAINERS

DRM DRIVER FOR SIS VIDEO CARDS
S:      Orphan / Obsolete
F:      drivers/gpu/drm/sis/
F:      include/uapi/drm/sis_drm.h


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

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 DRM driver
  2016-04-22 10:29   ` Patrik Jakobsson
  2016-04-24 10:13     ` Emil Velikov
@ 2016-04-25  8:33     ` Daniel Vetter
  1 sibling, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2016-04-25  8:33 UTC (permalink / raw)
  To: Patrik Jakobsson; +Cc: Emil Velikov, dri-devel

On Fri, Apr 22, 2016 at 12:29:24PM +0200, Patrik Jakobsson wrote:
> On Fri, Apr 22, 2016 at 1:03 AM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> > Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
> > Cc: dri-devel@lists.freedesktop.org
> > Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> > ---
> >  MAINTAINERS | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 17dc561..205b3c1 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3837,8 +3837,7 @@ M:        Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
> >  L:     dri-devel@lists.freedesktop.org
> >  T:     git git://github.com/patjak/drm-gma500
> >  S:     Maintained
> > -F:     drivers/gpu/drm/gma500
> > -F:     include/drm/gma500*
> 
> There is actually a header file for gma500 (include/drm/gma_drm.h) but
> that one is empty so this looks good (I'll remove gma_drm.h).
> 
> Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

Applied to drm-misc, thanks.
-Daniel

> 
> > +F:     drivers/gpu/drm/gma500/
> >
> >  DRM DRIVERS FOR NVIDIA TEGRA
> >  M:     Thierry Reding <thierry.reding@gmail.com>
> > --
> > 2.6.2
> >
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  2016-04-24 10:12     ` Emil Velikov
@ 2016-04-25 15:23       ` Sinclair Yeh
  0 siblings, 0 replies; 34+ messages in thread
From: Sinclair Yeh @ 2016-04-25 15:23 UTC (permalink / raw)
  To: Emil Velikov; +Cc: VMware Graphics, Thomas Hellstrom, Brian Paul, ML dri-devel

On Sun, Apr 24, 2016 at 11:12:28AM +0100, Emil Velikov wrote:
> On 22 April 2016 at 15:22, Sinclair Yeh <syeh@vmware.com> wrote:
> > Hi,
> >
> > On Fri, Apr 22, 2016 at 12:04:00AM +0100, Emil Velikov wrote:
> >> Thomas is one of the original authors of the driver, with recent
> >> contributions from Sinclair and Brian.
> >>
> >> Cc: Sinclair Yeh <syeh@vmware.com>
> >> Cc: Thomas Hellstrom <thellstrom@vmware.com>
> >> Cc: Brian Paul <brianp@vmware.com>
> >> Cc: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
> >> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> >> ---
> >> Gents can anyone confirm if the data is correct ?
> >
> > You can also add me as a maintainer for vmwgfx if you like.
> >
> Nice one, thanks.
> 
> Just realised that it's missing a tree tag, so based on the last few
> pull req. it should be:
> 
> T:    git git://people.freedesktop.org/~thomash/linux

This is fine.

> 
> >>
> >> I'm thinking that the status should be Supported, although the driver
> >> hasn't see much action recently.
> >>
> Can I bother you for a confirmation on the Maintained vs Supported question ?

Yes, it's "Supported."

> 
> >> NOTE: The following email linux-graphics-maintainer@vmware.com is also
> >> listed for the VMMOUSE driver. Is that correct ?
> >
> > Yes, correct since it's the same team that maintains the vmmouse driver.
> >
> Ack.
> 
> Thanks
> Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 06/14] MAINTAINERS: Update the files list for the Etnaviv DRM driver
  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
  0 siblings, 0 replies; 34+ messages in thread
From: Russell King - ARM Linux @ 2016-04-27  9:49 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

On Fri, Apr 22, 2016 at 12:03:54AM +0100, Emil Velikov wrote:
> Cc: Lucas Stach <l.stach@pengutronix.de>
> Cc: Russell King <linux+etnaviv@arm.linux.org.uk>

Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>

Thanks.

-- 
RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 07/14] MAINTAINERS: Update the files list for the Armada DRM driver
  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
  0 siblings, 0 replies; 34+ messages in thread
From: Russell King - ARM Linux @ 2016-04-27  9:49 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

On Fri, Apr 22, 2016 at 12:03:55AM +0100, Emil Velikov wrote:
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>

Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>

Thanks.

-- 
RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* [PATCH v2 11/14] MAINTAINERS: Add maintainer entry for the MSM DRM driver
  2016-04-21 23:03 ` [PATCH 11/14] MAINTAINERS: Add maintainer entry for the MSM " Emil Velikov
@ 2016-05-02 23:14   ` Emil Velikov
  2016-05-02 23:33     ` Rob Clark
  0 siblings, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-05-02 23:14 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

Rob and Archit are the main developers behind the driver.

v2: Removing Archit for now, correcting the status and adding
linux-arm-msm@ mailing list.

Cc: Rob Clark <robdclark@gmail.com>
Cc: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c81e02d..a7c6a80 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>
+L:	linux-arm-msm@vger.kernel.org
+L:	dri-devel@lists.freedesktop.org
+L:	freedreno@lists.freedesktop.org
+T:	git git://people.freedesktop.org/~robclark/linux
+S:	Maintained
+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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [PATCH v2 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  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-05-02 23:15   ` Emil Velikov
  2016-05-03 15:15     ` Sinclair Yeh
  1 sibling, 1 reply; 34+ messages in thread
From: Emil Velikov @ 2016-05-02 23:15 UTC (permalink / raw)
  To: dri-devel; +Cc: Brian Paul, Thomas Hellstrom, VMware Graphics, emil.l.velikov

Thomas is one of the original authors of the driver, with recent
contributions from Sinclair and Brian.

v2: Add Sinclair as maintainer. Add Sinclair+Thomas's tree, use
Supported as status.

Cc: Sinclair Yeh <syeh@vmware.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Cc: Brian Paul <brianp@vmware.com>
Cc: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a7c6a80..cf9b6d2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3909,6 +3909,17 @@ F:	drivers/gpu/drm/etnaviv/
 F:	include/uapi/drm/etnaviv_drm.h
 F:	Documentation/devicetree/bindings/display/etnaviv/
 
+DRM DRIVER FOR VMWARE VIRTUAL GPU
+M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
+M:	Sinclair Yeh <syeh@vmware.com>
+M:	Thomas Hellstrom <thellstrom@vmware.com>
+L:	dri-devel@lists.freedesktop.org
+T:	git git://people.freedesktop.org/~syeh/repos_linux
+T:	git git://people.freedesktop.org/~thomash/linux
+S:	Supported
+F:	drivers/gpu/drm/vmwgfx/
+F:	include/uapi/drm/vmwgfx_drm.h
+
 DSBR100 USB FM RADIO DRIVER
 M:	Alexey Klimov <klimov.linux@gmail.com>
 L:	linux-media@vger.kernel.org
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* Re: [PATCH v2 11/14] MAINTAINERS: Add maintainer entry for the MSM DRM driver
  2016-05-02 23:14   ` [PATCH v2 " Emil Velikov
@ 2016-05-02 23:33     ` Rob Clark
  0 siblings, 0 replies; 34+ messages in thread
From: Rob Clark @ 2016-05-02 23:33 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

On Mon, May 2, 2016 at 7:14 PM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> Rob and Archit are the main developers behind the driver.
>
> v2: Removing Archit for now, correcting the status and adding
> linux-arm-msm@ mailing list.
>
> Cc: Rob Clark <robdclark@gmail.com>
> Cc: Archit Taneja <architt@codeaurora.org>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

Acked-by: Rob Clark <robdclark@gmail.com>


> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c81e02d..a7c6a80 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>
> +L:     linux-arm-msm@vger.kernel.org
> +L:     dri-devel@lists.freedesktop.org
> +L:     freedreno@lists.freedesktop.org
> +T:     git git://people.freedesktop.org/~robclark/linux
> +S:     Maintained
> +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

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 10/14] MAINTAINERS: Add maintainer entry for the Nouveau DRM driver
  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
  0 siblings, 0 replies; 34+ messages in thread
From: Ben Skeggs @ 2016-05-02 23:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1067 bytes --]

On 04/22/2016 09:03 AM, Emil Velikov wrote:
> Ben has been the maintainer of the driver even before it got included in
> the kernel.
> 
> Cc: Ben Skeggs <bskeggs@redhat.com>
> Cc: Dave Airlie <airlied@redhat.com>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Ben Skeggs <bskeggs@redhat.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b9eddf1..c81e02d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3839,6 +3839,15 @@ T:	git git://github.com/patjak/drm-gma500
>  S:	Maintained
>  F:	drivers/gpu/drm/gma500/
>  
> +DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
> +M:	Ben Skeggs <bskeggs@redhat.com>
> +L:	dri-devel@lists.freedesktop.org
> +L:	nouveau@lists.freedesktop.org
> +T:	git git://github.com/skeggsb/linux
> +S:	Supported
> +F:	drivers/gpu/drm/nouveau/
> +F:	include/uapi/drm/nouveau_drm.h
> +
>  DRM DRIVERS FOR NVIDIA TEGRA
>  M:	Thierry Reding <thierry.reding@gmail.com>
>  M:	Terje Bergström <tbergstrom@nvidia.com>
> 


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

^ permalink raw reply	[flat|nested] 34+ messages in thread

* [PATCH v2] MAINTAINERS: Add myself for the new VC4 (RPi GPU) graphics driver.
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (13 preceding siblings ...)
  2016-04-21 23:04 ` [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers Emil Velikov
@ 2016-05-03 13:54 ` Emil Velikov
  2016-05-03 16:22 ` [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Daniel Vetter
  15 siblings, 0 replies; 34+ messages in thread
From: Emil Velikov @ 2016-05-03 13:54 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

From: Eric Anholt <eric@anholt.net>

Signed-off-by: Eric Anholt <eric@anholt.net>
[Emil Velikov: drop wildcard, add UAPI and Documentation files]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
This patch is rebased/applied on top of the maintainer series from
earlier.
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 92e5a12..f864fd6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3980,6 +3980,14 @@ S:	Supported
 F:	drivers/gpu/drm/vmwgfx/
 F:	include/uapi/drm/vmwgfx_drm.h
 
+DRM DRIVERS FOR VC4
+M:	Eric Anholt <eric@anholt.net>
+T:	git git://github.com/anholt/linux
+S:	Supported
+F:	drivers/gpu/drm/vc4/
+F:	include/uapi/drm/vc4_drm.h
+F:	Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
+
 DSBR100 USB FM RADIO DRIVER
 M:	Alexey Klimov <klimov.linux@gmail.com>
 L:	linux-media@vger.kernel.org
-- 
2.6.2

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

^ permalink raw reply related	[flat|nested] 34+ messages in thread

* Re: [PATCH v2 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
  2016-05-02 23:15   ` [PATCH v2 " Emil Velikov
@ 2016-05-03 15:15     ` Sinclair Yeh
  0 siblings, 0 replies; 34+ messages in thread
From: Sinclair Yeh @ 2016-05-03 15:15 UTC (permalink / raw)
  To: Emil Velikov; +Cc: VMware Graphics, Thomas Hellstrom, Brian Paul, dri-devel

Reviewed-by: Sinclair Yeh <syeh@vmware.com>

On Tue, May 03, 2016 at 12:15:39AM +0100, Emil Velikov wrote:
> Thomas is one of the original authors of the driver, with recent
> contributions from Sinclair and Brian.
> 
> v2: Add Sinclair as maintainer. Add Sinclair+Thomas's tree, use
> Supported as status.
> 
> Cc: Sinclair Yeh <syeh@vmware.com>
> Cc: Thomas Hellstrom <thellstrom@vmware.com>
> Cc: Brian Paul <brianp@vmware.com>
> Cc: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a7c6a80..cf9b6d2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3909,6 +3909,17 @@ F:	drivers/gpu/drm/etnaviv/
>  F:	include/uapi/drm/etnaviv_drm.h
>  F:	Documentation/devicetree/bindings/display/etnaviv/
>  
> +DRM DRIVER FOR VMWARE VIRTUAL GPU
> +M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
> +M:	Sinclair Yeh <syeh@vmware.com>
> +M:	Thomas Hellstrom <thellstrom@vmware.com>
> +L:	dri-devel@lists.freedesktop.org
> +T:	git git://people.freedesktop.org/~syeh/repos_linux
> +T:	git git://people.freedesktop.org/~thomash/linux
> +S:	Supported
> +F:	drivers/gpu/drm/vmwgfx/
> +F:	include/uapi/drm/vmwgfx_drm.h
> +
>  DSBR100 USB FM RADIO DRIVER
>  M:	Alexey Klimov <klimov.linux@gmail.com>
>  L:	linux-media@vger.kernel.org
> -- 
> 2.6.2
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file
  2016-04-21 23:03 [PATCH 00/14] Add/update DRM entries in the MAINTAINERS file Emil Velikov
                   ` (14 preceding siblings ...)
  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 ` Daniel Vetter
  15 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2016-05-03 16:22 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

On Fri, Apr 22, 2016 at 12:03:48AM +0100, Emil Velikov wrote:
> Hi all,
> 
> A bunch of trivial updates for the MAINTAINERS file - corrected files 
> lists, git repos. The last few patches 'nominate' developers who have 
> already been the effective maintainers of the specific drivers.
> 
> With the final patch we explicitly list the legacy/UMS drivers, as 
> Orphan/Obsolete. Who knows we might get a few volunteers to give them 
> the some love for the first time in ~8 years.
> 
> 
> Maintainers,
> 
> Can we get a few acks and get all (most) of them in one go or do you 
> prefer to carry them via your tree ?

Makes all sense and Dave said I should just go ahead and pick up the ones
who haven't seen an ack yet. All applied to drm-misc, thanks.
-Daniel

> 
> 
> Thanks
> Emil
> 
> 
> Emil Velikov (14):
>   MAINTAINERS: Remove unneded wildcard for the Radeon/AMDGPU drivers
>   MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
>   MAINTAINERS: Update the files list for the Exynos DRM driver
>   MAINTAINERS: Update the files list for the GMA500 DRM driver
>   MAINTAINERS: Update the files list for the Rockchip DRM driver
>   MAINTAINERS: Update the files list for the Etnaviv DRM driver
>   MAINTAINERS: Update the files list for the Armada DRM driver
>   MAINTAINERS: Update the files list for the Renesas DRM drivers
>   MAINTAINERS: List the correct git repo for the Renesas DRM drivers
>   MAINTAINERS: Add maintainer entry for the Nouveau DRM driver
>   MAINTAINERS: Add maintainer entry for the MSM DRM driver
>   MAINTAINERS: Add maintainer entry for the VMWGFX DRM driver
>   MAINTAINERS: Add a few DRM drivers by Dave Airlie
>   MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers
> 
>  MAINTAINERS | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
>  1 file changed, 102 insertions(+), 11 deletions(-)
> 
> -- 
> 2.6.2
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2016-05-03 16:22 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 11/14] MAINTAINERS: Add maintainer entry for the MSM " Emil Velikov
2016-05-02 23:14   ` [PATCH v2 " 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

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.