]> git.baikalelectronics.ru Git - kernel.git/commit
of: Rename "poweroff-source" property to "system-power-controller"
authorRomain Perier <romain.perier@gmail.com>
Tue, 25 Nov 2014 12:28:25 +0000 (12:28 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 1 Dec 2014 19:33:44 +0000 (19:33 +0000)
commit80a074eb6b53366289f309fc1ef8a0d7779415ef
tree77fe0fd9bed38af5153ac43baa264b2e931c64a7
parent77651c1f3fe8934d0123964e0ac6839ddf92d57e
of: Rename "poweroff-source" property to "system-power-controller"

It reverts commit 64c2ca13cdb6 ("of: Add standard property for poweroff capability").
As discussed on the mailing list, it makes more sense to rename back to the
old established property name, without the vendor prefix. Problem being that
the word "source" usually tends to be used for inputs and that is out of control
of the OS. The poweroff capability is an output which simply turns the
system-power off. Also, this property might be used by drivers which power-off
the system and power back on subsequent RTC alarms. This seems to suggest to
remove "poweroff" from the property name and to choose "system-power-controller"
as the more generic name. This patchs adds the required renaming changes and
defines an helper function which checks if this property is set.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/power/power-controller.txt [new file with mode: 0644]
Documentation/devicetree/bindings/power/poweroff.txt [deleted file]
Documentation/devicetree/bindings/regulator/act8865-regulator.txt
drivers/regulator/act8865-regulator.c
include/linux/of.h