Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752968AbaKVClH (ORCPT ); Fri, 21 Nov 2014 21:41:07 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:41953 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518AbaKVClE (ORCPT ); Fri, 21 Nov 2014 21:41:04 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 96.249.243.124 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/A5YhXUDFzo2HL08Sm3xcOcKiNKonw8Gc= X-DKIM: OpenDKIM Filter v2.0.1 titan E6B4A6214F5 Date: Fri, 21 Nov 2014 21:40:52 -0500 From: Jason Cooper To: Gregory CLEMENT Cc: Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, Lior Amsalem , Tawfik Bayouk , Nadav Haklai , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] Hot plug support for the Armada 38x SoCs Message-ID: <20141122024052.GP22670@titan.lakedaemon.net> References: <1414669184-16785-1-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1414669184-16785-1-git-send-email-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 30, 2014 at 12:39:40PM +0100, Gregory CLEMENT wrote: > Hi, > > This patch set is the second version of the series adding the hot plug > and also kexec support for the Armada 38x Socs. > > If nobody object we could push them in linux-next. > > The first patch was done in order to have the same code between Armada > XP and the Cortex A9 based mvebu SoCs. In order to ensure the the > backward compatibility for the device tree, it is only a preliminary > work for it. > > The second patch moves the SCU power up sequence in a dedicated > assembly function. It was done in order to reuse it in the 3rd patch. > > The third patch fixes the secondary startup for the cortex A9 mvebu > SoC. Indeed, the initial code was written with the assumption the SCU > will be always power on, which is not only true especially in the > kexec case. > > These 2 patches may worth to be pushed to the stable kernel. > > Then the last patch adds the CPU hotplug support for Armada 38x. I > tested the hotplug using the /sys/devices/system/cpu/cpu1/online > virtual file. I also tested the kexec feature and managed to switch > to a new kernel using kexec. > > Thanks, > > Gregory > > Changelog: > > v1 -> v2: > > - Fix typo and improve the comment explaining why we need to keep the > .smp filed in the 1st patch. > > - Add a prefix to the function power_up_scu function to keep it > private and not "pollute" the global namespace. > > Gregory CLEMENT (4): > ARM: mvebu: Clean-up the Armada XP support > ARM: mvebu: Move SCU power up in a function > ARM: mvebu: Fix the secondary startup for Cortex A9 SoC > ARM: mvebu: Implement the CPU hotplug support for the Armada 38x SoCs > > arch/arm/mach-mvebu/armada-370-xp.h | 6 ----- > arch/arm/mach-mvebu/board-v7.c | 5 ++++ > arch/arm/mach-mvebu/coherency.c | 1 - > arch/arm/mach-mvebu/cpu-reset.c | 1 - > arch/arm/mach-mvebu/headsmp-a9.S | 1 + > arch/arm/mach-mvebu/platsmp-a9.c | 53 +++++++++++++++++++++++++++++++++++-- > arch/arm/mach-mvebu/platsmp.c | 2 ++ > arch/arm/mach-mvebu/pmsu.c | 3 +-- > arch/arm/mach-mvebu/pmsu.h | 2 ++ > arch/arm/mach-mvebu/pmsu_ll.S | 20 +++++++++----- > 10 files changed, 75 insertions(+), 19 deletions(-) Applied to mvebu/soc with Thomas' Reviewed-by and Tested-by. thx, Jason. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/