[PATCH 0/4] of: dynamic: Changesets helpers & fixes

From: Pantelis Antoniou
Date: Mon May 09 2016 - 09:20:53 EST


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