* [PATCH] MAINTAINERS: Add the stlinux kernel mailing list for the STi drm driver.
@ 2016-03-17 11:13 Peter Griffin
2016-03-17 13:26 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Peter Griffin @ 2016-03-17 11:13 UTC (permalink / raw)
To: linux-arm-kernel, linux-kernel, maxime.coquelin, patrice.chotard,
benjamin.gaignard, vincent.abriou
Cc: peter.griffin, lee.jones
Most drivers for STi are under the ARM/STI Architecture section which
includes this mailing list.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6ee06ea..c541a89 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3814,6 +3814,7 @@ DRM DRIVERS FOR STI
M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
M: Vincent Abriou <vincent.abriou@st.com>
L: dri-devel@lists.freedesktop.org
+L: kernel@stlinux.com
T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
S: Maintained
F: drivers/gpu/drm/sti
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add the stlinux kernel mailing list for the STi drm driver.
2016-03-17 11:13 [PATCH] MAINTAINERS: Add the stlinux kernel mailing list for the STi drm driver Peter Griffin
@ 2016-03-17 13:26 ` Lee Jones
2016-03-17 15:07 ` Peter Griffin
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2016-03-17 13:26 UTC (permalink / raw)
To: Peter Griffin
Cc: linux-arm-kernel, linux-kernel, maxime.coquelin, patrice.chotard,
benjamin.gaignard, vincent.abriou
On Thu, 17 Mar 2016, Peter Griffin wrote:
> Most drivers for STi are under the ARM/STI Architecture section which
> includes this mailing list.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6ee06ea..c541a89 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3814,6 +3814,7 @@ DRM DRIVERS FOR STI
> M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> M: Vincent Abriou <vincent.abriou@st.com>
> L: dri-devel@lists.freedesktop.org
> +L: kernel@stlinux.com
> T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
> S: Maintained
> F: drivers/gpu/drm/sti
Doesn't it make more sense to add drivers/gpu/drm/sti/ to the ARM/STI
ARCHITECTURE list of supported files?
diff --git a/MAINTAINERS b/MAINTAINERS
index 3a1a569..78201c9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1505,6 +1505,7 @@ F: arch/arm/mach-sti/
F: arch/arm/boot/dts/sti*
F: drivers/clocksource/arm_global_timer.c
F: drivers/i2c/busses/i2c-st.c
+F: drivers/gpu/drm/sti/
F: drivers/media/rc/st_rc.c
F: drivers/mmc/host/sdhci-st.c
F: drivers/phy/phy-miphy28lp.c
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add the stlinux kernel mailing list for the STi drm driver.
2016-03-17 13:26 ` Lee Jones
@ 2016-03-17 15:07 ` Peter Griffin
2016-03-17 15:12 ` Maxime Coquelin
0 siblings, 1 reply; 4+ messages in thread
From: Peter Griffin @ 2016-03-17 15:07 UTC (permalink / raw)
To: Lee Jones
Cc: linux-arm-kernel, linux-kernel, maxime.coquelin, patrice.chotard,
benjamin.gaignard, vincent.abriou
Hi Lee,
On Thu, 17 Mar 2016, Lee Jones wrote:
> On Thu, 17 Mar 2016, Peter Griffin wrote:
>
> > Most drivers for STi are under the ARM/STI Architecture section which
> > includes this mailing list.
> >
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6ee06ea..c541a89 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3814,6 +3814,7 @@ DRM DRIVERS FOR STI
> > M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> > M: Vincent Abriou <vincent.abriou@st.com>
> > L: dri-devel@lists.freedesktop.org
> > +L: kernel@stlinux.com
> > T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
> > S: Maintained
> > F: drivers/gpu/drm/sti
>
> Doesn't it make more sense to add drivers/gpu/drm/sti/ to the ARM/STI
> ARCHITECTURE list of supported files?
I assumed Vincent and Benjamin deliberately added a new entry because they
want to be maintainers of this driver (which I think probably makes sense given
that the display IP is quite complicated).
Not seeing these patches on kernel@stlinux.com list though has caught me out,
especially recent changes applied to the firmware loading mechanism in drm/sti which
also need similar changes in c8sectpfe and fdma drivers.
regards,
Peter.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add the stlinux kernel mailing list for the STi drm driver.
2016-03-17 15:07 ` Peter Griffin
@ 2016-03-17 15:12 ` Maxime Coquelin
0 siblings, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2016-03-17 15:12 UTC (permalink / raw)
To: Peter Griffin, Lee Jones
Cc: linux-arm-kernel, linux-kernel, patrice.chotard,
benjamin.gaignard, vincent.abriou
On 03/17/2016 04:07 PM, Peter Griffin wrote:
> Hi Lee,
>
> On Thu, 17 Mar 2016, Lee Jones wrote:
>
>> On Thu, 17 Mar 2016, Peter Griffin wrote:
>>
>>> Most drivers for STi are under the ARM/STI Architecture section which
>>> includes this mailing list.
>>>
>>> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
>>> ---
>>> MAINTAINERS | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 6ee06ea..c541a89 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -3814,6 +3814,7 @@ DRM DRIVERS FOR STI
>>> M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
>>> M: Vincent Abriou <vincent.abriou@st.com>
>>> L: dri-devel@lists.freedesktop.org
>>> +L: kernel@stlinux.com
>>> T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
>>> S: Maintained
>>> F: drivers/gpu/drm/sti
>> Doesn't it make more sense to add drivers/gpu/drm/sti/ to the ARM/STI
>> ARCHITECTURE list of supported files?
> I assumed Vincent and Benjamin deliberately added a new entry because they
> want to be maintainers of this driver (which I think probably makes sense given
> that the display IP is quite complicated).
I agree with Peter, let's just add kernel@stlinux entry in the DRM STi
entry.
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Regards,
Maxime
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-17 15:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-17 11:13 [PATCH] MAINTAINERS: Add the stlinux kernel mailing list for the STi drm driver Peter Griffin
2016-03-17 13:26 ` Lee Jones
2016-03-17 15:07 ` Peter Griffin
2016-03-17 15:12 ` Maxime Coquelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox