* [PATCH] MAINTAINERS: update devicetree maintainers
@ 2011-09-14 12:47 Rob Herring
[not found] ` <1316004470-22643-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2011-09-14 12:47 UTC (permalink / raw)
To: linux-kernel, devicetree-discuss; +Cc: Rob Herring, Grant Likely
From: Rob Herring <rob.herring@calxeda.com>
As requested by Grant, adding myself as an additional devicetree maintainer.
Also, add Documentation/devicetree to the file list for devicetree.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
---
MAINTAINERS | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1a8cc60..09754a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4719,10 +4719,12 @@ F: drivers/i2c/busses/i2c-ocores.c
OPEN FIRMWARE AND FLATTENED DEVICE TREE
M: Grant Likely <grant.likely@secretlab.ca>
+M: Rob Herring <rob.herring@calxeda.com>
L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
W: http://fdt.secretlab.ca
T: git git://git.secretlab.ca/git/linux-2.6.git
S: Maintained
+F: Documentation/devicetree
F: drivers/of
F: include/linux/of*.h
K: of_get_property
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: update devicetree maintainers
[not found] ` <1316004470-22643-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2011-09-14 15:47 ` Grant Likely
2011-09-18 10:36 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Grant Likely @ 2011-09-14 15:47 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Rob Herring
On Wed, Sep 14, 2011 at 07:47:50AM -0500, Rob Herring wrote:
> From: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
>
> As requested by Grant, adding myself as an additional devicetree maintainer.
>
> Also, add Documentation/devicetree to the file list for devicetree.
>
> Signed-off-by: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
> Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Acked-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Thanks for agreeing to help Rob!
> ---
> MAINTAINERS | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1a8cc60..09754a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4719,10 +4719,12 @@ F: drivers/i2c/busses/i2c-ocores.c
>
> OPEN FIRMWARE AND FLATTENED DEVICE TREE
> M: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
> +M: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
> L: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org (moderated for non-subscribers)
> W: http://fdt.secretlab.ca
> T: git git://git.secretlab.ca/git/linux-2.6.git
> S: Maintained
> +F: Documentation/devicetree
> F: drivers/of
> F: include/linux/of*.h
> K: of_get_property
> --
> 1.7.5.4
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: update devicetree maintainers
[not found] ` <1316004470-22643-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-09-14 15:47 ` Grant Likely
@ 2011-09-18 10:36 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2011-09-18 10:36 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Rob Herring
On Wed, Sep 14, 2011 at 2:47 PM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> From: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
>
> As requested by Grant, adding myself as an additional devicetree maintainer.
>
> Also, add Documentation/devicetree to the file list for devicetree.
>
> Signed-off-by: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
> Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Excellent.
Acked-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-18 10:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 12:47 [PATCH] MAINTAINERS: update devicetree maintainers Rob Herring
[not found] ` <1316004470-22643-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-09-14 15:47 ` Grant Likely
2011-09-18 10:36 ` Linus Walleij
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).