On Tue, 24 Nov 2015 13:01:46 +0100 Philipp Zabel <[email protected]> wrote:
> Hi Alban, > > Am Dienstag, den 24.11.2015, 01:00 +0100 schrieb Alban Bedel: > > Add a system restart handler that use the FULL_CHIP_RESET bit of the > > reset controller. > > > > Signed-off-by: Alban Bedel <[email protected]> > > Applied, thanks. Thanks to you :) > Btw, should this driver #include <linux/io.h> for readl/writel? Good question :) It turns out to be a MIPS glitch, asm/io.h is included by asm/page.h which here come from linux/module.h. But we shouldn't rely on this glitch and the driver should #include <linux/io.h>. I'll fix this and add support for CONFIG_COMPILE_TEST to better catch this kind of bugs in the future. Alban -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

