[PATCH] ARM: imx: replace imx6q_restart() with mxc_restart()
From: Shawn Guo <hidden>
Date: 2013-10-31 05:23:26
From: Shawn Guo <hidden>
Date: 2013-10-31 05:23:26
On Wed, Oct 30, 2013 at 05:54:26PM +0000, Russell King - ARM Linux wrote:
The test you really want to do is a reboot via serial console: <break> b. That's definitely the one which will get you if your restart handler has anything in it which sleeps. This will definitely call the restart handler from IRQ context.
Yea, I tested it. Shawn