summaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/ocelot-reset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* power: reset: ocelot: switch the SI to boot modeAlexandre Belloni2018-12-051-0/+12
| | | | | | | | Switch the SI to boot mode so on a warm reboot, the SI is able to access the flash. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
* power: reset: Add a driver for the Microsemi Ocelot resetAlexandre Belloni2018-02-121-0/+88
The Microsemi Ocelot SoC has a register allowing to reset the MIPS core. Unfortunately, the syscon-reboot driver can't be used directly (but almost) as the reset control may be disabled using another register. Cc: linux-pm@vger.kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>