Message ID | 1456336018-6620-7-git-send-email-slemieux.tyco@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wednesday 24 February 2016 12:46:58 Sylvain Lemieux wrote: > From: Sylvain Lemieux <slemieux@tycoint.com> > > Remove the restart hook assignment from phy3250; > this functionality is now managed by > the pnx4008 watchdog driver. > > Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> > --- > Note: > This patch was generated with the option "--unified=2" to ensure > it can be apply before or after the following git pull request > for the LPC32xx platform: > - http://permalink.gmane.org/gmane.linux.ports.arm.kernel/477137 > - http://permalink.gmane.org/gmane.linux.ports.arm.kernel/477138 This patch really needs to come before patch 5 in the series, or you could combine the two into a single patch. Arnd
Hi Arnd, On Wed, 2016-02-24 at 22:20 +0100, Arnd Bergmann wrote: > On Wednesday 24 February 2016 12:46:58 Sylvain Lemieux wrote: > > From: Sylvain Lemieux <slemieux@tycoint.com> > > > > Remove the restart hook assignment from phy3250; > > this functionality is now managed by > > the pnx4008 watchdog driver. > > > > Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> > > --- > > Note: > > This patch was generated with the option "--unified=2" to ensure > > it can be apply before or after the following git pull request > > for the LPC32xx platform: > > - http://permalink.gmane.org/gmane.linux.ports.arm.kernel/477137 > > - http://permalink.gmane.org/gmane.linux.ports.arm.kernel/477138 > > This patch really needs to come before patch 5 in the series, or > you could combine the two into a single patch. > There is more change coming to the LPC32xx platform that will modify "phy3250.c" (LPC32xx irqchip driver). You can refer to the following link for details: http://permalink.gmane.org/gmane.linux.drivers.devicetree/144683 I prefer to keep the change for "phy3250.c" in a separate patch. I will submit a new revision later today to reverse patch order. Sylvain Lemieux > Arnd
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 65ec92c..26de053 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -264,4 +264,3 @@ DT_MACHINE_START(LPC32XX_DT, "LPC32XX SoC (Flattened Device Tree)") .init_machine = lpc3250_machine_init, .dt_compat = lpc32xx_dt_compat, - .restart = lpc23xx_restart, MACHINE_END