* [PATCH] MAINTAINERS: Add Lukas Wunner as reviewer for vga_switcheroo
@ 2017-03-27 16:48 Lukas Wunner
2017-03-28 6:31 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Lukas Wunner @ 2017-03-27 16:48 UTC (permalink / raw)
To: dri-devel; +Cc: Daniel Vetter
I've been contributing to vga_switcheroo for the past two years and by
now am fairly familiar with it, so danvet suggested that I add myself
as reviewer.
While at it, add missing file pattern for vga_switcheroo.h + vgaarb.h
to the DRM and DRM-MISC sections such that get_maintainer.pl returns
dri-devel@ and the drm-misc maintainers.
Suggested-by: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Lukas Wunner <lukas@wunner.de>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e03e6bcefac3..d0d9ed8d2459 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4146,6 +4146,7 @@ F: Documentation/devicetree/bindings/video/
F: Documentation/gpu/
F: include/drm/
F: include/uapi/drm/
+F: include/linux/vga*
DRM DRIVERS AND MISC GPU PATCHES
M: Daniel Vetter <daniel.vetter@intel.com>
@@ -4159,6 +4160,7 @@ F: drivers/gpu/vga/
F: drivers/gpu/drm/*
F: include/drm/drm*
F: include/uapi/drm/drm*
+F: include/linux/vga*
DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
M: Dave Airlie <airlied@redhat.com>
@@ -13263,6 +13265,14 @@ L: kvm@vger.kernel.org
S: Maintained
F: drivers/vfio/platform/
+VGA_SWITCHEROO
+R: Lukas Wunner <lukas@wunner.de>
+S: Maintained
+F: Documentation/gpu/vga-switcheroo.rst
+F: drivers/gpu/vga/vga_switcheroo.c
+F: include/linux/vga_switcheroo.h
+T: git git://anongit.freedesktop.org/drm/drm-misc
+
VIDEOBUF2 FRAMEWORK
M: Pawel Osciak <pawel@osciak.com>
M: Marek Szyprowski <m.szyprowski@samsung.com>
--
2.11.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Lukas Wunner as reviewer for vga_switcheroo
2017-03-27 16:48 [PATCH] MAINTAINERS: Add Lukas Wunner as reviewer for vga_switcheroo Lukas Wunner
@ 2017-03-28 6:31 ` Daniel Vetter
2017-03-31 9:52 ` Lukas Wunner
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2017-03-28 6:31 UTC (permalink / raw)
To: Lukas Wunner; +Cc: Daniel Vetter, dri-devel
On Mon, Mar 27, 2017 at 06:48:24PM +0200, Lukas Wunner wrote:
> I've been contributing to vga_switcheroo for the past two years and by
> now am fairly familiar with it, so danvet suggested that I add myself
> as reviewer.
>
> While at it, add missing file pattern for vga_switcheroo.h + vgaarb.h
> to the DRM and DRM-MISC sections such that get_maintainer.pl returns
> dri-devel@ and the drm-misc maintainers.
>
> Suggested-by: Daniel Vetter <daniel.vetter@intel.com>
> Signed-off-by: Lukas Wunner <lukas@wunner.de>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Feel free to push to drm-misc once you're all set up.
-Daniel
> ---
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e03e6bcefac3..d0d9ed8d2459 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4146,6 +4146,7 @@ F: Documentation/devicetree/bindings/video/
> F: Documentation/gpu/
> F: include/drm/
> F: include/uapi/drm/
> +F: include/linux/vga*
>
> DRM DRIVERS AND MISC GPU PATCHES
> M: Daniel Vetter <daniel.vetter@intel.com>
> @@ -4159,6 +4160,7 @@ F: drivers/gpu/vga/
> F: drivers/gpu/drm/*
> F: include/drm/drm*
> F: include/uapi/drm/drm*
> +F: include/linux/vga*
>
> DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
> M: Dave Airlie <airlied@redhat.com>
> @@ -13263,6 +13265,14 @@ L: kvm@vger.kernel.org
> S: Maintained
> F: drivers/vfio/platform/
>
> +VGA_SWITCHEROO
> +R: Lukas Wunner <lukas@wunner.de>
> +S: Maintained
> +F: Documentation/gpu/vga-switcheroo.rst
> +F: drivers/gpu/vga/vga_switcheroo.c
> +F: include/linux/vga_switcheroo.h
> +T: git git://anongit.freedesktop.org/drm/drm-misc
> +
> VIDEOBUF2 FRAMEWORK
> M: Pawel Osciak <pawel@osciak.com>
> M: Marek Szyprowski <m.szyprowski@samsung.com>
> --
> 2.11.0
>
> _______________________________________________
> 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] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Lukas Wunner as reviewer for vga_switcheroo
2017-03-28 6:31 ` Daniel Vetter
@ 2017-03-31 9:52 ` Lukas Wunner
2017-03-31 15:36 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Lukas Wunner @ 2017-03-31 9:52 UTC (permalink / raw)
To: Daniel Vetter; +Cc: dri-devel
On Tue, Mar 28, 2017 at 08:31:26AM +0200, Daniel Vetter wrote:
> On Mon, Mar 27, 2017 at 06:48:24PM +0200, Lukas Wunner wrote:
> > I've been contributing to vga_switcheroo for the past two years and by
> > now am fairly familiar with it, so danvet suggested that I add myself
> > as reviewer.
> >
> > While at it, add missing file pattern for vga_switcheroo.h + vgaarb.h
> > to the DRM and DRM-MISC sections such that get_maintainer.pl returns
> > dri-devel@ and the drm-misc maintainers.
> >
> > Suggested-by: Daniel Vetter <daniel.vetter@intel.com>
> > Signed-off-by: Lukas Wunner <lukas@wunner.de>
>
> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>
> Feel free to push to drm-misc once you're all set up.
Thanks! Done.
Incidentally on March 21 I had downloaded and watched your LCA talk,
cool to be part of this experiment in a more "peer to peer",
"watch each other's backs" kind of approach to maintainership.
Distributing responsibility in a fine-grained way = higher permeability
of the contributor hierarchy, which benefits everyone.
Lukas
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Lukas Wunner as reviewer for vga_switcheroo
2017-03-31 9:52 ` Lukas Wunner
@ 2017-03-31 15:36 ` Daniel Vetter
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2017-03-31 15:36 UTC (permalink / raw)
To: Lukas Wunner; +Cc: dri-devel
On Fri, Mar 31, 2017 at 11:52:21AM +0200, Lukas Wunner wrote:
> On Tue, Mar 28, 2017 at 08:31:26AM +0200, Daniel Vetter wrote:
> > On Mon, Mar 27, 2017 at 06:48:24PM +0200, Lukas Wunner wrote:
> > > I've been contributing to vga_switcheroo for the past two years and by
> > > now am fairly familiar with it, so danvet suggested that I add myself
> > > as reviewer.
> > >
> > > While at it, add missing file pattern for vga_switcheroo.h + vgaarb.h
> > > to the DRM and DRM-MISC sections such that get_maintainer.pl returns
> > > dri-devel@ and the drm-misc maintainers.
> > >
> > > Suggested-by: Daniel Vetter <daniel.vetter@intel.com>
> > > Signed-off-by: Lukas Wunner <lukas@wunner.de>
> >
> > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> >
> > Feel free to push to drm-misc once you're all set up.
>
> Thanks! Done.
>
> Incidentally on March 21 I had downloaded and watched your LCA talk,
> cool to be part of this experiment in a more "peer to peer",
> "watch each other's backs" kind of approach to maintainership.
> Distributing responsibility in a fine-grained way = higher permeability
> of the contributor hierarchy, which benefits everyone.
I very much appreciate when the guinea pigs are happy :-)
Welcome on board!
-Daniel
--
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] 4+ messages in thread
end of thread, other threads:[~2017-03-31 15:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-27 16:48 [PATCH] MAINTAINERS: Add Lukas Wunner as reviewer for vga_switcheroo Lukas Wunner
2017-03-28 6:31 ` Daniel Vetter
2017-03-31 9:52 ` Lukas Wunner
2017-03-31 15:36 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox