]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
power: reset: Add a driver for the Microsemi Ocelot reset
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 16 Jan 2018 10:12:35 +0000 (11:12 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 12 Feb 2018 10:23:46 +0000 (11:23 +0100)
commit6ab739bc1d00bfd10ed87a2f1fdc00ebdc0d7ff1
tree0b6b1b79f4d25174a19fc3f5768329877bc510c6
parent5e195f120138a7ab8245a5e64296c16f8e48527f
power: reset: Add a driver for the Microsemi Ocelot reset

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>
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/ocelot-reset.c [new file with mode: 0644]