From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753957AbdGCMfg (ORCPT ); Mon, 3 Jul 2017 08:35:36 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34405 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753588AbdGCMfd (ORCPT ); Mon, 3 Jul 2017 08:35:33 -0400 MIME-Version: 1.0 In-Reply-To: <20170701212930.606-1-afaerber@suse.de> References: <20170701212930.606-1-afaerber@suse.de> From: Arnd Bergmann Date: Mon, 3 Jul 2017 14:35:31 +0200 X-Google-Sender-Auth: E6rQ9W8G59Jqk1ypIde0EJ6q3vY Message-ID: Subject: Re: [PATCH] ARM: owl: smp: Drop bogus holding pen To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Linux ARM , mp-cs@actions-semi.com, Thomas Liau , =?UTF-8?B?5byg5Lic6aOO?= , =?UTF-8?B?5YiY54Kc?= , =?UTF-8?B?5byg5aSp55uK?= , =?UTF-8?B?5qKF5Yip?= , support@lemaker.org, support@cubietech.com, lee@cubietech.com, Linux Kernel Mailing List , Russell King Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v63Cdf3w029373 On Sat, Jul 1, 2017 at 11:29 PM, Andreas Färber wrote: > The S500 SoC can start secondary CPUs without busy-looping for pen_release, > so simplify the SMP code compared to the LeMaker kernel tree. > > Fixes: 172067e0bc87 ("ARM: owl: Implement CPU enable-method for S500") > Suggested-by: Arnd Bergmann > Cc: David Liu > Signed-off-by: Andreas Färber Looks good to me. I applied both on top of next/soc before tagging the branch for 4.13, so this version is going to be what we merge. I saw that David had another suggestion for simplifying it further. That also looks good, but it's less urgent, so please implement that as an add-on patch and send it for 4.14, unless you decide there is a reason it needs to be included in 4.13 as well. Thanks! Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 3 Jul 2017 14:35:31 +0200 Subject: [PATCH] ARM: owl: smp: Drop bogus holding pen In-Reply-To: <20170701212930.606-1-afaerber@suse.de> References: <20170701212930.606-1-afaerber@suse.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Jul 1, 2017 at 11:29 PM, Andreas F?rber wrote: > The S500 SoC can start secondary CPUs without busy-looping for pen_release, > so simplify the SMP code compared to the LeMaker kernel tree. > > Fixes: 172067e0bc87 ("ARM: owl: Implement CPU enable-method for S500") > Suggested-by: Arnd Bergmann > Cc: David Liu > Signed-off-by: Andreas F?rber Looks good to me. I applied both on top of next/soc before tagging the branch for 4.13, so this version is going to be what we merge. I saw that David had another suggestion for simplifying it further. That also looks good, but it's less urgent, so please implement that as an add-on patch and send it for 4.14, unless you decide there is a reason it needs to be included in 4.13 as well. Thanks! Arnd