dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: DRI Development <dri-devel@lists.freedesktop.org>,
	Gerd Hoffmann <kraxel@redhat.com>,
	Daniel Vetter <daniel.vetter@intel.com>,
	Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH] MAINTAINERS: Update git entries for drivers in drm-misc
Date: Tue, 28 Feb 2017 21:19:36 +0100	[thread overview]
Message-ID: <20170228211936.6845ea77@bbrezillon> (raw)
In-Reply-To: <20170228193657.3559-1-daniel.vetter@ffwll.ch>

On Tue, 28 Feb 2017 20:36:57 +0100
Daniel Vetter <daniel.vetter@ffwll.ch> wrote:

> It's still just an experiment, but one lesson learned from drm-misc is
> that not updating MAINTAINERS just leads to confusion. And this is
> easy to revert.
> 
> Cc: Boris Brezillon <boris.brezillon@free-electrons.com>

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

> Cc: Mark Yao <mark.yao@rock-chips.com>
> Cc: Eric Anholt <eric@anholt.net>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  MAINTAINERS | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6cd8945b9094..e55a648e77ec 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4174,7 +4174,7 @@ F:	drivers/gpu/drm/bridge/
>  DRM DRIVER FOR BOCHS VIRTUAL GPU
>  M:	Gerd Hoffmann <kraxel@redhat.com>
>  L:	virtualization@lists.linux-foundation.org
> -T:	git git://git.kraxel.org/linux drm-qemu
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  S:	Maintained
>  F:	drivers/gpu/drm/bochs/
>  
> @@ -4182,7 +4182,7 @@ DRM DRIVER FOR QEMU'S CIRRUS DEVICE
>  M:	Dave Airlie <airlied@redhat.com>
>  M:	Gerd Hoffmann <kraxel@redhat.com>
>  L:	virtualization@lists.linux-foundation.org
> -T:	git git://git.kraxel.org/linux drm-qemu
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  S:	Obsolete
>  W:	https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
>  F:	drivers/gpu/drm/cirrus/
> @@ -4239,6 +4239,7 @@ L:	dri-devel@lists.freedesktop.org
>  S:	Supported
>  F:	drivers/gpu/drm/atmel-hlcdc/
>  F:	Documentation/devicetree/bindings/drm/atmel/
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  
>  DRM DRIVERS FOR ALLWINNER A10
>  M:	Maxime Ripard  <maxime.ripard@free-electrons.com>
> @@ -4385,7 +4386,7 @@ DRM DRIVER FOR QXL VIRTUAL GPU
>  M:	Dave Airlie <airlied@redhat.com>
>  M:	Gerd Hoffmann <kraxel@redhat.com>
>  L:	virtualization@lists.linux-foundation.org
> -T:	git git://git.kraxel.org/linux drm-qemu
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  S:	Maintained
>  F:	drivers/gpu/drm/qxl/
>  F:	include/uapi/drm/qxl_drm.h
> @@ -4396,6 +4397,7 @@ L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  F:	drivers/gpu/drm/rockchip/
>  F:	Documentation/devicetree/bindings/display/rockchip/
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  
>  DRM DRIVER FOR SAVAGE VIDEO CARDS
>  S:	Orphan / Obsolete
> @@ -4454,6 +4456,7 @@ S:	Supported
>  F:	drivers/gpu/drm/vc4/
>  F:	include/uapi/drm/vc4_drm.h
>  F:	Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  
>  DRM DRIVERS FOR TI OMAP
>  M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
> @@ -4476,6 +4479,7 @@ L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  F:	drivers/gpu/drm/zte/
>  F:	Documentation/devicetree/bindings/display/zte,vou.txt
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  
>  DSBR100 USB FM RADIO DRIVER
>  M:	Alexey Klimov <klimov.linux@gmail.com>
> @@ -13303,7 +13307,7 @@ M:	David Airlie <airlied@linux.ie>
>  M:	Gerd Hoffmann <kraxel@redhat.com>
>  L:	dri-devel@lists.freedesktop.org
>  L:	virtualization@lists.linux-foundation.org
> -T:	git git://git.kraxel.org/linux drm-qemu
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  S:	Maintained
>  F:	drivers/gpu/drm/virtio/
>  F:	include/uapi/linux/virtio_gpu.h

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

  parent reply	other threads:[~2017-02-28 20:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 19:36 [PATCH] MAINTAINERS: Update git entries for drivers in drm-misc Daniel Vetter
2017-02-28 19:51 ` Gerd Hoffmann
2017-02-28 20:11 ` Eric Anholt
2017-02-28 20:19 ` Boris Brezillon [this message]
2017-03-01  7:24 ` Daniel Vetter
2017-03-01 13:23 ` Shawn Guo

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=20170228211936.6845ea77@bbrezillon \
    --to=boris.brezillon@free-electrons.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.com \
    --cc=shawnguo@kernel.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).