diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-27 02:35:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-27 02:35:41 -0400 |
commit | 5fffb9513cb7fdd39e03c4cab1cda9c2f2694576 (patch) | |
tree | f28f1c232dd5774c9157ba257df37e66d4097870 /MAINTAINERS | |
parent | b96d71571f7745216ef63f13770b5a10b94ddd34 (diff) | |
parent | ae97159aed6eff68f4ac86472b018985f071fed5 (diff) |
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
* 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6:
of_mdio: Don't phy_scan_fixups() twice
Devicetree: Expand on ARM Primecell binding documentation
dt: Add empty of_match_node() macro
dt: add empty dt helpers for non-dt build
devicetree: fix build error on drivers/tty/serial/altera_jtaguart.c
devicetree: Add ARM pl022 spi controller binding doc
devicetree: Add ARM pl061 gpio controller binding doc
of/irq: of_irq_find_parent: check for parent equal to child
MAINTAINERS: update devicetree maintainers
dt: add helper to read 64-bit integers
tty: use of_match_ptr() for of_match_table entry
OF: Add of_match_ptr() macro
dt: add empty for_each_child_of_node, of_find_property
devicetree: Document Qualcomm and Atmel prefixes
serial/imx: add of_alias_get_id() reference back
dt: add of_alias_scan and of_alias_get_id
devicetree: Add a registry of vendor prefixes
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 27af9c95ef41..506fe49a4c78 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4760,10 +4760,12 @@ F: drivers/i2c/busses/i2c-ocores.c | |||
4760 | 4760 | ||
4761 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | 4761 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
4762 | M: Grant Likely <grant.likely@secretlab.ca> | 4762 | M: Grant Likely <grant.likely@secretlab.ca> |
4763 | M: Rob Herring <rob.herring@calxeda.com> | ||
4763 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) | 4764 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) |
4764 | W: http://fdt.secretlab.ca | 4765 | W: http://fdt.secretlab.ca |
4765 | T: git git://git.secretlab.ca/git/linux-2.6.git | 4766 | T: git git://git.secretlab.ca/git/linux-2.6.git |
4766 | S: Maintained | 4767 | S: Maintained |
4768 | F: Documentation/devicetree | ||
4767 | F: drivers/of | 4769 | F: drivers/of |
4768 | F: include/linux/of*.h | 4770 | F: include/linux/of*.h |
4769 | K: of_get_property | 4771 | K: of_get_property |