From: eLinux.org

Device tree history

Mailing list discussion

“Recent” (2009) discussion of “Flattened Device Tree” work on
linux-embedded mailing list:

embedded@vger.kernel.org/msg01721.html"">http://www.mail-archive.com/linux-embedded@vger.kernel.org/msg01721.html

Russell King is against adding support for FDT to the ARM platform (see
whole thread for interesting discussion):

http://lkml.indiana.edu/hypermail/linux/kernel/0905.3/01942.html

But maybe Russell can be convinced:

http://lkml.indiana.edu/hypermail/linux/kernel/0905.3/03618.html

David Gibson defends FDT:

http://lkml.indiana.edu/hypermail/linux/kernel/0905.3/02304.html

The bindings review fire hose is clogged

The device tree bindings maintainership was broken apart from device
tree maintainership on July 19, 2013, by commit
f882820556af33b5aee5b9f0ba459620a9ab1c22 that created the “OPEN FIRMWARE
AND FLATTENED DEVICE TREE BINDINGS” entry in the MAINTAINERS file.

  1. MAINTAINERS: Refactor device tree maintainership
  2. Device tree bindings require a lot more attention than they used to.
  3. We've got a group of volunteers willing to take over maintaining
  4. bindings. This patch adds them to the MAINTAINERS file.

Discussion at the October 2013 Kernel Summit in Edinburgh led to the
creation of the kernel file
Documentation/devicetree/bindings/submitting-patches.txt, including the
following note:

  1. II. For kernel maintainers
  2. 1) If you aren't comfortable reviewing a given binding, reply to it and ask
  3. the devicetree maintainers for guidance. This will help them prioritize
  4. which ones to review and which ones are ok to let go.
  5. 2) For driver (not subsystem) bindings: If you are comfortable with the
  6. binding, and it hasn't received an Acked-by from the devicetree
  7. maintainers after a few weeks, go ahead and take it.
  8. Subsystem bindings (anything affecting more than a single device)
  9. then getting a devicetree maintainer to review it is required.

Category: