devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4]  of: dynamic: Changesets helpers & fixes
@ 2016-05-09 13:20 Pantelis Antoniou
  2016-05-09 13:20 ` [PATCH 1/4] of: dynamic: changeset prop-update revert fix Pantelis Antoniou
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pantelis Antoniou @ 2016-05-09 13:20 UTC (permalink / raw)
  To: Rob Herring
  Cc: Frank Rowand, Matt Porter, Koen Kooi, Guenter Roeck, Marek Vasut,
	devicetree, linux-kernel, Pantelis Antoniou, Pantelis Antoniou

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-16 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09 13:20 [PATCH 0/4] of: dynamic: Changesets helpers & fixes Pantelis Antoniou
2016-05-09 13:20 ` [PATCH 1/4] of: dynamic: changeset prop-update revert fix Pantelis Antoniou
     [not found]   ` <1462800045-10943-2-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-16 14:08     ` Rob Herring
2016-05-09 13:20 ` [PATCH 2/4] of: dynamic: Add __of_node_dupv() Pantelis Antoniou
     [not found] ` <1462800045-10943-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-09 13:20   ` [PATCH 3/4] of: changesets: Introduce changeset helper methods Pantelis Antoniou
     [not found]     ` <1462800045-10943-4-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-09 14:27       ` Rob Herring
     [not found]         ` <CAL_JsqJY7BcKV2djvSGq8KoQKPyFdFvs395w4L2o5+Lbc3ng4Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-09 14:34           ` Pantelis Antoniou
2016-05-09 15:08             ` Rob Herring
2016-05-09 13:20 ` [PATCH 4/4] of: unittest: changeset helpers Pantelis Antoniou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).