Re: 答复: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-12-01 Thread Mark Rutland
rg; ker...@pengutronix.de; linux-arm- > > ker...@lists.infradead.org; Li Yang-Leo-R58472; linuxppc- > > rele...@linux.freescale.net; Jin Zhengxiong-R64188; Zhao Chenhui-B35336; > > li...@arm.linux.org.uk > > 主题: Re: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support >

RE: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-12-01 Thread zhuoyu.zh...@freescale.com
; linuxppc- > rele...@linux.freescale.net; Jin Zhengxiong-R64188; Zhao Chenhui-B35336; > li...@arm.linux.org.uk > Subject: Re: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support > > On Mon, Nov 24, 2014 at 05:28:09AM +, Zhuoyu Zhang wrote: > > From: Zhang Zhuoyu > > >

RE: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-12-01 Thread zhuoyu.zh...@freescale.com
...@linux.freescale.net; Jin Zhengxiong-R64188; Zhao Chenhui-B35336; li...@arm.linux.org.uk Subject: Re: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support On Mon, Nov 24, 2014 at 05:28:09AM +, Zhuoyu Zhang wrote: From: Zhang Zhuoyu zhuoyu.zh...@freescale.com This implements CPU hotplug for ls1

Re: 答复: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-12-01 Thread Mark Rutland
...@lists.infradead.org; Li Yang-Leo-R58472; linuxppc- rele...@linux.freescale.net; Jin Zhengxiong-R64188; Zhao Chenhui-B35336; li...@arm.linux.org.uk 主题: Re: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support On Mon, Nov 24, 2014 at 05:28:09AM +, Zhuoyu Zhang wrote: From: Zhang

Re: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-11-28 Thread Mark Rutland
On Mon, Nov 24, 2014 at 05:28:09AM +, Zhuoyu Zhang wrote: > From: Zhang Zhuoyu > > This implements CPU hotplug for ls1. When cpu is down, it will be put > in WFI state. When cpu is up, it will always soft reset and boots up > the same path as a cold boot. > > Signed-off-by: Zhang Zhuoyu >

Re: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-11-28 Thread Mark Rutland
On Mon, Nov 24, 2014 at 05:28:09AM +, Zhuoyu Zhang wrote: From: Zhang Zhuoyu zhuoyu.zh...@freescale.com This implements CPU hotplug for ls1. When cpu is down, it will be put in WFI state. When cpu is up, it will always soft reset and boots up the same path as a cold boot.

[PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-11-23 Thread Zhuoyu Zhang
From: Zhang Zhuoyu This implements CPU hotplug for ls1. When cpu is down, it will be put in WFI state. When cpu is up, it will always soft reset and boots up the same path as a cold boot. Signed-off-by: Zhang Zhuoyu --- arch/arm/mach-imx/common.h | 4 ++ arch/arm/mach-imx/hotplug.c | 25

[PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-11-23 Thread Zhuoyu Zhang
From: Zhang Zhuoyu zhuoyu.zh...@freescale.com This implements CPU hotplug for ls1. When cpu is down, it will be put in WFI state. When cpu is up, it will always soft reset and boots up the same path as a cold boot. Signed-off-by: Zhang Zhuoyu zhuoyu.zh...@freescale.com ---