dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: dri-devel@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@intel.com>,
	intel-gfx@lists.freedesktop.org, emil.l.velikov@gmail.com
Subject: Re: [PATCH 02/14] MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
Date: Fri, 22 Apr 2016 08:41:38 +0300	[thread overview]
Message-ID: <87oa92i4j1.fsf@intel.com> (raw)
In-Reply-To: <1461279842-28695-3-git-send-email-emil.l.velikov@gmail.com>

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

  reply	other threads:[~2016-04-22  5:41 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 [this message]
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

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=87oa92i4j1.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=intel-gfx@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).