Re: [PATCH] arm: imx: clean up machine mxc_arch_reset_init_dt reset init

2014-11-03 Thread Shawn Guo
On Fri, Oct 31, 2014 at 05:39:53PM +0800, Jingchang Lu wrote: diff --git a/arch/arm/mach-imx/imx31-dt.c b/arch/arm/mach-imx/imx31-dt.c index 418dbc8..e0a4e2f 100644 --- a/arch/arm/mach-imx/imx31-dt.c +++ b/arch/arm/mach-imx/imx31-dt.c @@ -15,16 +15,8 @@ #include asm/mach/arch.h #include

RE: [PATCH] arm: imx: clean up machine mxc_arch_reset_init_dt reset init

2014-11-03 Thread Jingchang Lu
-Original Message- From: Shawn Guo [mailto:shawn@linaro.org] Sent: Tuesday, November 04, 2014 2:12 PM To: Lu Jingchang-B35083 Cc: linux-arm-ker...@lists.infradead.org; devicetree@vger.kernel.org Subject: Re: [PATCH] arm: imx: clean up machine mxc_arch_reset_init_dt reset init On Fri

[PATCH] arm: imx: clean up machine mxc_arch_reset_init_dt reset init

2014-10-31 Thread Jingchang Lu
System restart mechanism has been changed with the introduction of kernel restart handler call chain support. The imx2 watchdog based restart handler has been moved to the driver, and these restart can be removed from the machine layer. This patch cleans up the device tree version machine reset