git.cascardo.info Git - cascardo/linux.git/atom - Documentation/devicetree/changesets.txt history Unnamed repository; edit this file 'description' to name the repository. http://git.cascardo.info/?p=cascardo/linux.git Thadeu Lima de Souza Cascardo static/git-favicon.png static/git-logo.png 2016-08-30T22:07:44Z gitweb Documentation: devicetree: changesets do locking on their own meanwhile 2016-08-24T13:38:56Z Wolfram Sang wsa+renesas@sang-engineering.com Rob Herring robh@kernel.org 2016-08-24T13:38:56Z http://git.cascardo.info/?p=cascardo/linux.git;a=commitdiff;h=63b77d6d5a2dad95a9fe0c0459f10f632ae70248
Documentation: devicetree: changesets do locking on their own meanwhile

Since commit 183223770ae862 ("drivers/of: Export OF changeset functions"),
the mentioned functions do all necessary locking.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Fixes: 183223770ae862 ("drivers/of: Export OF changeset functions")
Signed-off-by: Rob Herring <robh@kernel.org>
  • [D] Documentation/devicetree/changesets.txt
of: Transactional DT support. 2014-07-04T16:58:49Z Pantelis Antoniou pantelis.antoniou@konsulko.com Grant Likely grant.likely@linaro.org 2014-07-04T16:58:49Z http://git.cascardo.info/?p=cascardo/linux.git;a=commitdiff;h=201c910bd6898d81d4ac6685d0f421b7e10f3c5d
of: Transactional DT support.

Introducing DT transactional support.

A DT transaction is a method which allows one to apply changes
in the live tree, in such a way that either the full set of changes
take effect, or the state of the tree can be rolled-back to the
state it was before it was attempted. An applied transaction
can be rolled-back at any time.

Documentation is in
	Documentation/devicetree/changesets.txt

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
[glikely: Removed device notifiers and reworked to be more consistent]
Signed-off-by: Grant Likely <grant.likely@linaro.org>
  • [D] Documentation/devicetree/changesets.txt