From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932826AbcJULPs (ORCPT ); Fri, 21 Oct 2016 07:15:48 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:61478 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753669AbcJULPp (ORCPT ); Fri, 21 Oct 2016 07:15:45 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Neil Armstrong , linux-kernel@vger.kernel.org, linux-oxnas@lists.tuxfamily.org Subject: Re: [PATCH v2 0/2] ARM: oxnas: Add SMP support for OX820 Date: Fri, 21 Oct 2016 13:15:13 +0200 Message-ID: <3451192.la7YkVR9rV@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20161021085848.1754-1-narmstrong@baylibre.com> References: <20161021085848.1754-1-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:zQ/5Jhn2dFEOYYSV8v4hhD0PFuhvkxVqTkW2alf57sjhTq7Chsf Mp72ztbSagKtJQNUIP4Z3scHCwQMyLJDHR9uztY6QcpvR6RKEGVnYDNzaHPQQkY4Y7kLi2M eJE9V805qIcXnQCWQIca13k0qUu33OZK1SBq7nNZTNbhJtWqzV3ZKATwVFu8uYbOz3s1mnX xhQZ1UiTJg9jme+CzcHEQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:6+3kkR1njKk=:RlmuNPVwkMV9uGRz//cNff Q1EbgjF15JOFNFo7KbFldDG/t/cpQ0q7IN3WoK9W6bmy9CB2DvkvA1mgr6lyZfHxY90Rupasp 4N6mjY4hBTBk3EdgqMigwBfaKw6ORgwJ4ba2uWNjZFhKb1aVpm3niFKuBEMA4Cg3ddmGsLIo0 WhJ9TYxfIfn+DbOR8BaYd1NOx+KsEbuTCvYcawXmbviBJPws4hlBjv8VKsB4lo3/95cav0qq1 az451x25B2K5+60vgbizy9ZZjX1bU8vQk620vlPQEuPrzGeu8w+JXteigP7S6YG+z++XJzYfn Op+8JxAgsKy67S7Gmm03JTxOXU/K+N3PSzaGZK94EzwUNR+3kpT2I3MVotVXSK4BS4v/nxb2U QQAT/roLQC2N2k54W3acwG2dUCMasn3RieDBa87LcWE0HOFH2lmO87geJNV+1meKoo+g26TmW wXDSa1ZjKKlBiJeINdu6CObURincrAcEA4FB7vWHvRP66qW16rwYATSGGZxSPJjxwMrwornNY eUYHd9FVY2olZOGZQ3S2KpGOQVnx0Kg1uCPVmZLVE0Yk2WGXnMIig4usA2Y7VUoLnVHfw13E7 CRB5ylpKfCbfn2RsACWK4v/htUw1jdvtFjLpw3Sa4Ul5b6EKQNFweyOMETJaJ8Gn6VLZ7I7Do 777K8xQqhbVZ7Xfhob+qdJzZCRtAh1VoccfpP05JxBaTWUDBR3uqAFATOo8sOUhCkeAnYRjGM vRaozFCx+69W6/og Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, October 21, 2016 10:58:46 AM CEST Neil Armstrong wrote: > In order to support the SMP feature of the Oxford Semiconductor OX820 SoC, > add the necessary code to handle the wake-up, hotplug and cpu entry. > > The OX820 has an ARM11MPCORE cluster with 2 cores and has proper hardware > support for secondary core booting. > > Changes since v1 at http://lkml.kernel.org/r/20161017084303.20078-1-narmstrong@baylibre.com > - Remove useless holding pen loops and spinlock in boot_secondary > Thanks for the update, much nicer! Reviewed-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 21 Oct 2016 13:15:13 +0200 Subject: [PATCH v2 0/2] ARM: oxnas: Add SMP support for OX820 In-Reply-To: <20161021085848.1754-1-narmstrong@baylibre.com> References: <20161021085848.1754-1-narmstrong@baylibre.com> Message-ID: <3451192.la7YkVR9rV@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday, October 21, 2016 10:58:46 AM CEST Neil Armstrong wrote: > In order to support the SMP feature of the Oxford Semiconductor OX820 SoC, > add the necessary code to handle the wake-up, hotplug and cpu entry. > > The OX820 has an ARM11MPCORE cluster with 2 cores and has proper hardware > support for secondary core booting. > > Changes since v1 at http://lkml.kernel.org/r/20161017084303.20078-1-narmstrong at baylibre.com > - Remove useless holding pen loops and spinlock in boot_secondary > Thanks for the update, much nicer! Reviewed-by: Arnd Bergmann