[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1411779438-23127-1-git-send-email-linux@roeck-us.net>
Date: Fri, 26 Sep 2014 17:57:08 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Sebastian Reichel <sre@...nel.org>
Cc: linux-pm@...r.kernel.org,
Dmitry Eremin-Solenikov <dbaryshkov@...il.com>,
David Woodhouse <dwmw2@...radead.org>,
Santosh Shilimkar <santosh.shilimkar@...com>,
linux-kernel@...r.kernel.org, Guenter Roeck <linux@...ck-us.net>
Subject: [PATCH 00/10] power/reset: Register drivers with restart handler
Convert drivers to use the kernel restart handler instead of setting
arm_pm_restart directly.
This patch set depends on the kernel restart handler patchset submitted
earlier.
Patch 01/10 was tested with qemu. All other patches were compile tested only.
Some of the restart handlers loop forever after the reset instruction was
executed. It might makes sense to use mdelay() instead and return if resetting
the system failed. I did not implement that since I do not know what reasonable
delays would be.
The series does not include drivers to be introduced in the next commit window
(at91, versatile). Those can be converted later. I also did not convert the
sun6i driver, in the assumption that it will be removed since the sunxi
watchdog driver will register a restart handler for the architecture.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists