* [PATCH] MAINTAINERS: Add entry for Renesas DRM drivers
@ 2014-08-19 21:04 Laurent Pinchart
2014-08-19 21:18 ` Sergei Shtylyov
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2014-08-19 21:04 UTC (permalink / raw)
To: dri-devel; +Cc: linux-sh
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)
Hi Dave,
Could you please pick this patch up, or let me know if you would like it to go
through a different tree ?
diff --git a/MAINTAINERS b/MAINTAINERS
index 6813d0a..375c019 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3046,6 +3046,17 @@ F: include/linux/host1x.h
F: include/uapi/drm/tegra_drm.h
F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
+DRM DRIVERS FOR RENESAS
+M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
+L: dri-devel@lists.freedesktop.org
+L: linux-sh@vger.kernel.org
+T: git git://people.freedesktop.org/~airlied/linux
+S: Supported
+F: drivers/gpu/drm/rcar-du/
+F: drivers/gpu/drm/shmobile/
+F: include/linux/platforma_data/rcar-du.h
+F: include/linux/platforma_data/shmob_drm.h
+
DSBR100 USB FM RADIO DRIVER
M: Alexey Klimov <klimov.linux@gmail.com>
L: linux-media@vger.kernel.org
--
Regards,
Laurent Pinchart
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Add entry for Renesas DRM drivers
2014-08-19 21:04 [PATCH] MAINTAINERS: Add entry for Renesas DRM drivers Laurent Pinchart
@ 2014-08-19 21:18 ` Sergei Shtylyov
2014-08-19 21:27 ` Laurent Pinchart
0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2014-08-19 21:18 UTC (permalink / raw)
To: Laurent Pinchart, dri-devel; +Cc: linux-sh
Hello.
On 08/20/2014 01:04 AM, Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> Hi Dave,
> Could you please pick this patch up, or let me know if you would like it to go
> through a different tree ?
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6813d0a..375c019 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3046,6 +3046,17 @@ F: include/linux/host1x.h
> F: include/uapi/drm/tegra_drm.h
> F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
>
> +DRM DRIVERS FOR RENESAS
> +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> +L: dri-devel@lists.freedesktop.org
> +L: linux-sh@vger.kernel.org
> +T: git git://people.freedesktop.org/~airlied/linux
> +S: Supported
> +F: drivers/gpu/drm/rcar-du/
> +F: drivers/gpu/drm/shmobile/
> +F: include/linux/platforma_data/rcar-du.h
> +F: include/linux/platforma_data/shmob_drm.h
s/platforma/platform/
WBR, Sergei
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Add entry for Renesas DRM drivers
2014-08-19 21:18 ` Sergei Shtylyov
@ 2014-08-19 21:27 ` Laurent Pinchart
0 siblings, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-08-19 21:27 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: Laurent Pinchart, dri-devel, linux-sh
Hi Sergei,
On Wednesday 20 August 2014 01:18:27 Sergei Shtylyov wrote:
> On 08/20/2014 01:04 AM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> >
> > MAINTAINERS | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> >
> > Hi Dave,
> >
> > Could you please pick this patch up, or let me know if you would like it
> > to go through a different tree ?
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6813d0a..375c019 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3046,6 +3046,17 @@ F: include/linux/host1x.h
> >
> > F: include/uapi/drm/tegra_drm.h
> > F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
> >
> > +DRM DRIVERS FOR RENESAS
> > +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > +L: dri-devel@lists.freedesktop.org
> > +L: linux-sh@vger.kernel.org
> > +T: git git://people.freedesktop.org/~airlied/linux
> > +S: Supported
> > +F: drivers/gpu/drm/rcar-du/
> > +F: drivers/gpu/drm/shmobile/
> > +F: include/linux/platforma_data/rcar-du.h
> > +F: include/linux/platforma_data/shmob_drm.h
>
> s/platforma/platform/
I'll pretend my brain was in Latin mode (and that platforma is a valid Latin
word...). Dave, would you like a v2, or can you fix that when applying the
patch ?
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-19 21:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 21:04 [PATCH] MAINTAINERS: Add entry for Renesas DRM drivers Laurent Pinchart
2014-08-19 21:18 ` Sergei Shtylyov
2014-08-19 21:27 ` Laurent Pinchart
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).