diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-07-19 21:57:39 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2013-07-22 14:40:17 -0400 |
commit | f882820556af33b5aee5b9f0ba459620a9ab1c22 (patch) | |
tree | 59ce222f8ce6e41a97bfea14cb8a9745f73a31e2 /MAINTAINERS | |
parent | d0fb18c5c0caf2ed0eecf3d0145450ae708ed75a (diff) |
MAINTAINERS: Refactor device tree maintainership
Device tree bindings require a lot more attention than they used to.
We've got a group of volunteers willing to take over maintaining
bindings. This patch adds them to the MAINTAINERS file.
This group still needs to work out a process for maintainership and how
they are going to work together. I recommend that they set up a shared
tree on git.kernel.org that they each have commit access to similar to
the tip tree or the arm-soc tree, but it is up to them.
Signed-off-by: Grant Likely <grant.likely@linaro.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>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc286e44b575..02064ac6b75e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6050,13 +6050,24 @@ L: devicetree@vger.kernel.org | |||
6050 | W: http://fdt.secretlab.ca | 6050 | W: http://fdt.secretlab.ca |
6051 | T: git git://git.secretlab.ca/git/linux-2.6.git | 6051 | T: git git://git.secretlab.ca/git/linux-2.6.git |
6052 | S: Maintained | 6052 | S: Maintained |
6053 | F: Documentation/devicetree | 6053 | F: drivers/of/ |
6054 | F: drivers/of | ||
6055 | F: include/linux/of*.h | 6054 | F: include/linux/of*.h |
6056 | F: scripts/dtc | 6055 | F: scripts/dtc/ |
6057 | K: of_get_property | 6056 | K: of_get_property |
6058 | K: of_match_table | 6057 | K: of_match_table |
6059 | 6058 | ||
6059 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS | ||
6060 | M: Rob Herring <rob.herring@calxeda.com> | ||
6061 | M: Pawel Moll <pawel.moll@arm.com> | ||
6062 | M: Mark Rutland <mark.rutland@arm.com> | ||
6063 | M: Stephen Warren <swarren@wwwdotorg.org> | ||
6064 | M: Ian Campbell <ian.campbell@citrix.com> | ||
6065 | L: devicetree@vger.kernel.org | ||
6066 | S: Maintained | ||
6067 | F: Documentation/devicetree/ | ||
6068 | F: arch/*/boot/dts/ | ||
6069 | F: include/dt-bindings/ | ||
6070 | |||
6060 | OPENRISC ARCHITECTURE | 6071 | OPENRISC ARCHITECTURE |
6061 | M: Jonas Bonn <jonas@southpole.se> | 6072 | M: Jonas Bonn <jonas@southpole.se> |
6062 | W: http://openrisc.net | 6073 | W: http://openrisc.net |