* [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra
@ 2014-10-02 19:20 Stephen Warren
2014-10-02 19:20 ` [PATCH 2/2] MAINTAINERS: condense some Tegra related entries Stephen Warren
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Stephen Warren @ 2014-10-02 19:20 UTC (permalink / raw)
To: linux-arm-kernel
From: Stephen Warren <swarren@nvidia.com>
I'd like to propose Alex Courbot as an additional Tegra maintainer.
He's been working on a variety of Tegra-related code for a while, and
is now officially tasked with working on upstream support.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
Alex, I assume this is the email address you'd like to use? If not, let
me know and I'll respin.
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 37054306dc9f..f3ab9f1eaf86 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9008,6 +9008,7 @@ F: drivers/media/rc/ttusbir.c
TEGRA ARCHITECTURE SUPPORT
M: Stephen Warren <swarren@wwwdotorg.org>
M: Thierry Reding <thierry.reding@gmail.com>
+M: Alex Courbot <acourbot@nvidia.com>
L: linux-tegra at vger.kernel.org
Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] MAINTAINERS: condense some Tegra related entries
2014-10-02 19:20 [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Stephen Warren
@ 2014-10-02 19:20 ` Stephen Warren
2014-10-02 19:39 ` Thierry Reding
2014-10-02 19:37 ` [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Thierry Reding
2014-10-03 2:13 ` Alexandre Courbot
2 siblings, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2014-10-02 19:20 UTC (permalink / raw)
To: linux-arm-kernel
From: Stephen Warren <swarren@nvidia.com>
There's little point having specific entries in MAINTAINERS for Tegra
drivers that are already covered by the top-level Tegra architecture
support entry, and maintained by people listed there. Remove the
duplicates.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
MAINTAINERS | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f3ab9f1eaf86..1fa5b07cd749 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9015,11 +9015,6 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
S: Supported
N: [^a-z]tegra
-TEGRA ASOC DRIVER
-M: Stephen Warren <swarren@wwwdotorg.org>
-S: Supported
-F: sound/soc/tegra/
-
TEGRA CLOCK DRIVER
M: Peter De Schrijver <pdeschrijver@nvidia.com>
M: Prashant Gaikwad <pgaikwad@nvidia.com>
@@ -9031,11 +9026,6 @@ M: Laxman Dewangan <ldewangan@nvidia.com>
S: Supported
F: drivers/dma/tegra20-apb-dma.c
-TEGRA GPIO DRIVER
-M: Stephen Warren <swarren@wwwdotorg.org>
-S: Supported
-F: drivers/gpio/gpio-tegra.c
-
TEGRA I2C DRIVER
M: Laxman Dewangan <ldewangan@nvidia.com>
S: Supported
@@ -9052,11 +9042,6 @@ M: Laxman Dewangan <ldewangan@nvidia.com>
S: Supported
F: drivers/input/keyboard/tegra-kbc.c
-TEGRA PINCTRL DRIVER
-M: Stephen Warren <swarren@wwwdotorg.org>
-S: Supported
-F: drivers/pinctrl/pinctrl-tegra*
-
TEGRA PWM DRIVER
M: Thierry Reding <thierry.reding@gmail.com>
S: Supported
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra
2014-10-02 19:20 [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Stephen Warren
2014-10-02 19:20 ` [PATCH 2/2] MAINTAINERS: condense some Tegra related entries Stephen Warren
@ 2014-10-02 19:37 ` Thierry Reding
2014-10-03 2:13 ` Alexandre Courbot
2 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2014-10-02 19:37 UTC (permalink / raw)
To: linux-arm-kernel
On 2 October 2014 21:21:07 Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> I'd like to propose Alex Courbot as an additional Tegra maintainer.
> He's been working on a variety of Tegra-related code for a while, and
> is now officially tasked with working on upstream support.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> Alex, I assume this is the email address you'd like to use? If not, let
> me know and I'll respin.
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 37054306dc9f..f3ab9f1eaf86 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9008,6 +9008,7 @@ F: drivers/media/rc/ttusbir.c
> TEGRA ARCHITECTURE SUPPORT
> M: Stephen Warren <swarren@wwwdotorg.org>
> M: Thierry Reding <thierry.reding@gmail.com>
> +M: Alex Courbot <acourbot@nvidia.com>
> L: linux-tegra at vger.kernel.org
> Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
> --
> 1.9.1
>
Acked-by: Thierry Reding <treding@nvidia.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] MAINTAINERS: condense some Tegra related entries
2014-10-02 19:20 ` [PATCH 2/2] MAINTAINERS: condense some Tegra related entries Stephen Warren
@ 2014-10-02 19:39 ` Thierry Reding
0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2014-10-02 19:39 UTC (permalink / raw)
To: linux-arm-kernel
On 2 October 2014 21:21:08 Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> There's little point having specific entries in MAINTAINERS for Tegra
> drivers that are already covered by the top-level Tegra architecture
> support entry, and maintained by people listed there. Remove the
> duplicates.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> MAINTAINERS | 15 ---------------
> 1 file changed, 15 deletions(-)
Acked-by: Thierry Reding <treding@nvidia.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra
2014-10-02 19:20 [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Stephen Warren
2014-10-02 19:20 ` [PATCH 2/2] MAINTAINERS: condense some Tegra related entries Stephen Warren
2014-10-02 19:37 ` [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Thierry Reding
@ 2014-10-03 2:13 ` Alexandre Courbot
2014-10-03 15:41 ` Stephen Warren
2 siblings, 1 reply; 6+ messages in thread
From: Alexandre Courbot @ 2014-10-03 2:13 UTC (permalink / raw)
To: linux-arm-kernel
On 10/03/2014 04:20 AM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> I'd like to propose Alex Courbot as an additional Tegra maintainer.
> He's been working on a variety of Tegra-related code for a while, and
> is now officially tasked with working on upstream support.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> Alex, I assume this is the email address you'd like to use? If not, let
> me know and I'll respin.
Is the NVIDIA mail server still messing with whitespaces in patches,
making it impossible to apply them sometimes? If so, then it is probably
better to use my GMail account, gnurou at gmail.com - otherwise, the
nvidia.com address is fine.
In any case, let's use my full name to avoid confusion:
Alexandre Courbot <acourbot@nvidia.com>
or
Alexandre Courbot <gnurou@gmail.com>
Thanks!
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra
2014-10-03 2:13 ` Alexandre Courbot
@ 2014-10-03 15:41 ` Stephen Warren
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2014-10-03 15:41 UTC (permalink / raw)
To: linux-arm-kernel
On 10/02/2014 08:13 PM, Alexandre Courbot wrote:
> On 10/03/2014 04:20 AM, Stephen Warren wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> I'd like to propose Alex Courbot as an additional Tegra maintainer.
>> He's been working on a variety of Tegra-related code for a while, and
>> is now officially tasked with working on upstream support.
>>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> ---
>> Alex, I assume this is the email address you'd like to use? If not, let
>> me know and I'll respin.
>
> Is the NVIDIA mail server still messing with whitespaces in patches,
> making it impossible to apply them sometimes?
Yes. It was upgraded recently, and it corrupts fewer emails now, but it
still does corrupt them in some cases.
> If so, then it is probably
> better to use my GMail account, gnurou at gmail.com - otherwise, the
> nvidia.com address is fine.
OK, I'll respin for this, and use your full name. Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-03 15:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 19:20 [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Stephen Warren
2014-10-02 19:20 ` [PATCH 2/2] MAINTAINERS: condense some Tegra related entries Stephen Warren
2014-10-02 19:39 ` Thierry Reding
2014-10-02 19:37 ` [PATCH 1/2] MAINTAINERS: add Alex Courbot for Tegra Thierry Reding
2014-10-03 2:13 ` Alexandre Courbot
2014-10-03 15:41 ` Stephen Warren
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).