This patchset introduces changeset helpers which makes working with changeset much easier and less error prone. The first patch fixes a bug when using an update property changeset operation but the property does not exist. The second exports an internal method which is used for the third patch which contains the bulk of the changes. Finally the last patch adds a unittest for the changeset helpers. Pantelis Antoniou (4): of: dynamic: changeset prop-update revert fix of: dynamic: Add __of_node_dupv() of: changesets: Introduce changeset helper methods of: unittest: changeset helpers drivers/of/dynamic.c | 535 +++++++++++++++++++++++++++++++++++++++++++++++++- drivers/of/unittest.c | 54 +++++ include/linux/of.h | 143 ++++++++++++++ 3 files changed, 726 insertions(+), 6 deletions(-) -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html