[PATCH 0/4] Series short description
John Bonesio
bones at secretlab.ca
Thu Oct 21 08:44:40 EST 2010
The following series implements...
1) new patch to update error messaging
2) new patch to remove existing nodes
3) patch to reference nodes by path or label/path at the root level
I chose the following syntax:
&{/path/to/a/node} [existing syntax, now is allowed at the root level]
&label [existing syntax]
&{label} [new syntax]
&{label/path/to/subnode} [new syntax]
4) patch to undefine properties
- John
---
John Bonesio (4):
Create new and use new print_error that uses printf style formatting.
Implements new features for updating existing device tree nodes.
Allow nodes at the root to be specified by path as well as by label.
Create a new property value that means 'undefined'.
dtc-lexer.l | 34 ++++++++++++++++++++++++--
dtc-parser.y | 47 +++++++++++++++++++++++++++---------
dtc.h | 8 ++++++
flattree.c | 3 ++
livetree.c | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
srcpos.c | 21 ++++++++++------
srcpos.h | 2 ++
7 files changed, 163 insertions(+), 28 deletions(-)
--
Signature
More information about the devicetree-discuss
mailing list