* [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group
@ 2013-08-08 15:51 Kumar Gala
2013-08-08 15:55 ` Pawel Moll
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Kumar Gala @ 2013-08-08 15:51 UTC (permalink / raw)
To: devicetree
Cc: Kumar Gala, linux-kernel, linux-arm-msm, Pawel Moll, Mark Rutland,
Stephen Warren, Ian Campbell, Rob Herring, Grant Likely,
Olof Johansson
I'm tossing my hat into the ring of maintainers/reviewers for device tree
bindings based on history of dealing with DT on embedded PPC and starting
work on ARM SoCs.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Olof Johansson <olof@lixom.net>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index defc053..fe7aac6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6062,6 +6062,7 @@ M: Pawel Moll <pawel.moll@arm.com>
M: Mark Rutland <mark.rutland@arm.com>
M: Stephen Warren <swarren@wwwdotorg.org>
M: Ian Campbell <ian.campbell@citrix.com>
+M: Kumar Gala <galak@codeaurora.org>
L: devicetree@vger.kernel.org
S: Maintained
F: Documentation/devicetree/
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group
2013-08-08 15:51 [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group Kumar Gala
@ 2013-08-08 15:55 ` Pawel Moll
2013-08-08 17:38 ` Stephen Warren
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Pawel Moll @ 2013-08-08 15:55 UTC (permalink / raw)
To: Kumar Gala
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org, Mark Rutland, Stephen Warren,
Ian Campbell, rob.herring@calxeda.com, grant.likely@linaro.org,
Olof Johansson
On Thu, 2013-08-08 at 16:51 +0100, Kumar Gala wrote:
> I'm tossing my hat into the ring of maintainers/reviewers for device tree
> bindings based on history of dealing with DT on embedded PPC and starting
> work on ARM SoCs.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Grant Likely <grant.likely@linaro.org>
> Cc: Olof Johansson <olof@lixom.net>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index defc053..fe7aac6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6062,6 +6062,7 @@ M: Pawel Moll <pawel.moll@arm.com>
> M: Mark Rutland <mark.rutland@arm.com>
> M: Stephen Warren <swarren@wwwdotorg.org>
> M: Ian Campbell <ian.campbell@citrix.com>
> +M: Kumar Gala <galak@codeaurora.org>
> L: devicetree@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/
Acked-by: Pawel Moll <pawel.moll@arm.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group
2013-08-08 15:51 [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group Kumar Gala
2013-08-08 15:55 ` Pawel Moll
@ 2013-08-08 17:38 ` Stephen Warren
2013-08-08 18:20 ` Rob Herring
2013-10-16 22:56 ` Rob Herring
3 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2013-08-08 17:38 UTC (permalink / raw)
To: Kumar Gala
Cc: devicetree, linux-kernel, linux-arm-msm, Pawel Moll, Mark Rutland,
Ian Campbell, Rob Herring, Grant Likely, Olof Johansson
On 08/08/2013 09:51 AM, Kumar Gala wrote:
> I'm tossing my hat into the ring of maintainers/reviewers for device tree
> bindings based on history of dealing with DT on embedded PPC and starting
> work on ARM SoCs.
Acked-by: Stephen Warren <swarren@nvidia.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group
2013-08-08 15:51 [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group Kumar Gala
2013-08-08 15:55 ` Pawel Moll
2013-08-08 17:38 ` Stephen Warren
@ 2013-08-08 18:20 ` Rob Herring
2013-10-16 22:56 ` Rob Herring
3 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2013-08-08 18:20 UTC (permalink / raw)
To: Kumar Gala
Cc: devicetree, linux-kernel, linux-arm-msm, Pawel Moll, Mark Rutland,
Stephen Warren, Ian Campbell, Rob Herring, Grant Likely,
Olof Johansson
On 08/08/2013 10:51 AM, Kumar Gala wrote:
> I'm tossing my hat into the ring of maintainers/reviewers for device tree
> bindings based on history of dealing with DT on embedded PPC and starting
> work on ARM SoCs.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Grant Likely <grant.likely@linaro.org>
> Cc: Olof Johansson <olof@lixom.net>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Rob
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index defc053..fe7aac6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6062,6 +6062,7 @@ M: Pawel Moll <pawel.moll@arm.com>
> M: Mark Rutland <mark.rutland@arm.com>
> M: Stephen Warren <swarren@wwwdotorg.org>
> M: Ian Campbell <ian.campbell@citrix.com>
> +M: Kumar Gala <galak@codeaurora.org>
> L: devicetree@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group
2013-08-08 15:51 [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group Kumar Gala
` (2 preceding siblings ...)
2013-08-08 18:20 ` Rob Herring
@ 2013-10-16 22:56 ` Rob Herring
2013-10-17 1:46 ` Kumar Gala
3 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2013-10-16 22:56 UTC (permalink / raw)
To: Kumar Gala
Cc: devicetree, linux-kernel, linux-arm-msm, Pawel Moll, Mark Rutland,
Stephen Warren, Ian Campbell, Grant Likely, Olof Johansson
On 08/08/2013 10:51 AM, Kumar Gala wrote:
> I'm tossing my hat into the ring of maintainers/reviewers for device tree
> bindings based on history of dealing with DT on embedded PPC and starting
> work on ARM SoCs.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Grant Likely <grant.likely@linaro.org>
> Cc: Olof Johansson <olof@lixom.net>
> ---
Seems this one got lost. I assume you still want to drink from the fire
hose, so I've applied it.
Rob
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index defc053..fe7aac6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6062,6 +6062,7 @@ M: Pawel Moll <pawel.moll@arm.com>
> M: Mark Rutland <mark.rutland@arm.com>
> M: Stephen Warren <swarren@wwwdotorg.org>
> M: Ian Campbell <ian.campbell@citrix.com>
> +M: Kumar Gala <galak@codeaurora.org>
> L: devicetree@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group
2013-10-16 22:56 ` Rob Herring
@ 2013-10-17 1:46 ` Kumar Gala
0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2013-10-17 1:46 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree, linux-kernel, linux-arm-msm, Pawel Moll, Mark Rutland,
Stephen Warren, Ian Campbell, Grant Likely, Olof Johansson
On Oct 16, 2013, at 5:56 PM, Rob Herring wrote:
> On 08/08/2013 10:51 AM, Kumar Gala wrote:
>> I'm tossing my hat into the ring of maintainers/reviewers for device tree
>> bindings based on history of dealing with DT on embedded PPC and starting
>> work on ARM SoCs.
>>
>> Signed-off-by: Kumar Gala <galak@codeaurora.org>
>> Cc: Pawel Moll <pawel.moll@arm.com>
>> Cc: Mark Rutland <mark.rutland@arm.com>
>> Cc: Stephen Warren <swarren@wwwdotorg.org>
>> Cc: Ian Campbell <ian.campbell@citrix.com>
>> Cc: Rob Herring <rob.herring@calxeda.com>
>> Cc: Grant Likely <grant.likely@linaro.org>
>> Cc: Olof Johansson <olof@lixom.net>
>> ---
>
> Seems this one got lost. I assume you still want to drink from the fire
> hose, so I've applied it.
>
> Rob
Yeah, thanks. Figured I'd bring it up at the DT summit if it hadn't been applied.
I'd like to hopefully spend a little time on DT review process:
* split list for binding reviews vs .dts{i}
* look at using patchworks to have some 'assignment' of lead reviewer.
- k
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-17 1:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 15:51 [PATCH] MAINTAINERS: Add Kumar to Device Tree Binding maintainers group Kumar Gala
2013-08-08 15:55 ` Pawel Moll
2013-08-08 17:38 ` Stephen Warren
2013-08-08 18:20 ` Rob Herring
2013-10-16 22:56 ` Rob Herring
2013-10-17 1:46 ` Kumar Gala
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).