Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-07-20 Thread York Sun
On 06/03/2015 09:01 PM, Dongsheng Wang wrote: > From: Wang Dongsheng > > Base on PSCI services, implement CPU_ON/CPU_OFF for ls102xa platform. > > Tested on LS1021AQDS, LS1021ATWR. > Test CPU hotplug times: 60K > Test kernel boot times: 1.2K > > Signed-off-by: Wang Dongsheng > Applied to u

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-07-14 Thread Huan Wang
l Message- > > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wang > > Dongsheng > > Sent: Tuesday, July 14, 2015 3:14 PM > > To: Sun York-R58495 > > Cc: Wang Huan-B18965; u-boot@lists.denx.de; jan.kis...@siemens.com; > > i...@hellion.org.uk > > Su

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-07-14 Thread Wang Dongsheng
-B18965; u-boot@lists.denx.de; jan.kis...@siemens.com; > i...@hellion.org.uk > Subject: Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa > > Hi York, > > Could you ACK this patch? > > Regards, > -Dongsheng > > > -Original Message- > > From

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-07-14 Thread Wang Dongsheng
Hi York, Could you ACK this patch? Regards, -Dongsheng > -Original Message- > From: Wang Dongsheng-B40534 > Sent: Thursday, June 04, 2015 12:18 PM > To: Wang Dongsheng-B40534; Sun York-R58495 > Cc: i...@hellion.org.uk; hdego...@redhat.com; albert.u.b...@aribaud.net; > jan.kis...@siemens.

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-06-03 Thread Wang Dongsheng
Should be marked for V2 version. *V2*: Nothing has changed. Regards, -Dongsheng > -Original Message- > From: Dongsheng Wang [mailto:dongsheng.w...@freescale.com] > Sent: Thursday, June 04, 2015 12:01 PM > To: Sun York-R58495 > Cc: i...@hellion.org.uk; hdego...@redhat.com; albert.u.b...@a

[U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-06-03 Thread Dongsheng Wang
From: Wang Dongsheng Base on PSCI services, implement CPU_ON/CPU_OFF for ls102xa platform. Tested on LS1021AQDS, LS1021ATWR. Test CPU hotplug times: 60K Test kernel boot times: 1.2K Signed-off-by: Wang Dongsheng diff --git a/arch/arm/cpu/armv7/ls102xa/Makefile b/arch/arm/cpu/armv7/ls102xa/Ma

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-05-21 Thread Wang Dongsheng
> -Original Message- > From: Jan Kiszka [mailto:jan.kis...@siemens.com] > Sent: Thursday, May 21, 2015 2:24 PM > To: Sun York-R58495; Wang Dongsheng-B40534; i...@hellion.org.uk; > hdego...@redhat.com; albert.u.b...@aribaud.net > Cc: Jin Zhengxiong-R64188; Wang Huan-B18965; Zhao Chenhui-B3

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-05-21 Thread Jan Kiszka
On 2015-05-20 19:15, York Sun wrote: > > > On 05/12/2015 10:59 PM, Dongsheng Wang wrote: >> From: Wang Dongsheng >> >> Base on PSCI services, implement CPU_ON/CPU_OFF for ls102xa platform. >> >> Tested on LS1021AQDS, LS1021ATWR. >> Test CPU hotplug times: 60K >> Test kernel boot times: 1.2K >> >

Re: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-05-20 Thread York Sun
On 05/12/2015 10:59 PM, Dongsheng Wang wrote: > From: Wang Dongsheng > > Base on PSCI services, implement CPU_ON/CPU_OFF for ls102xa platform. > > Tested on LS1021AQDS, LS1021ATWR. > Test CPU hotplug times: 60K > Test kernel boot times: 1.2K > > Signed-off-by: Wang Dongsheng > --- > This pat

[U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

2015-05-12 Thread Dongsheng Wang
From: Wang Dongsheng Base on PSCI services, implement CPU_ON/CPU_OFF for ls102xa platform. Tested on LS1021AQDS, LS1021ATWR. Test CPU hotplug times: 60K Test kernel boot times: 1.2K Signed-off-by: Wang Dongsheng --- This patch depend on Jan Kiszka patches. Jan Kiszka patches link: http://pat