From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 20 May 2015 10:15:20 -0700 Subject: [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa In-Reply-To: <1431496789-15814-2-git-send-email-dongsheng.wang@freescale.com> References: <1431496789-15814-1-git-send-email-dongsheng.wang@freescale.com> <1431496789-15814-2-git-send-email-dongsheng.wang@freescale.com> Message-ID: <555CC128.80001@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 patch depend on Jan Kiszka patches. > > Jan Kiszka patches link: > http://patchwork.ozlabs.org/project/uboot/list/?submitter=710&state=* Dongsheng, Does this patch depend on your 1/2 in this set? Looks not. For future patches, please don't send them as a set if there is no dependency. Please be specific on which patches this one depends on. Jan Kiszka has a lot of patches. York