aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/syscon-poweroff.c
Commit message (Collapse)AuthorAge
* power/reset: make syscon_poweroff() staticBen Dooks2016-06-09
| | | | | | | | | | | The syscon_poweroff() function is not exported or declared for usage elsewhere, so make it static to avoid the folloiwing warning: drivers/power/reset/syscon-poweroff.c:33:6: warning: symbol 'syscon_poweroff' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
* power: reset: Add generic SYSCON register mapped poweroff.Moritz Fischer2015-04-06
Add a generic SYSCON register mapped poweroff mechanism. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>