From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751540AbcGOMjx (ORCPT ); Fri, 15 Jul 2016 08:39:53 -0400 Received: from fw-tnat.cambridge.arm.com ([217.140.96.140]:56365 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751042AbcGOMjt (ORCPT ); Fri, 15 Jul 2016 08:39:49 -0400 From: Punit Agrawal To: Anna-Maria Gleixner Cc: LKML , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , rt@linutronix.de, Sebastian Andrzej Siewior , Andrzej Hajda , Linus Torvalds , Mark Rutland , Olof Johansson , Suzuki K Poulose , Will Deacon , Pawel Moll Subject: Re: [patch V2 22/67] bus/arm-cci: Convert to hotplug statemachine References: <20160713153219.128052238@linutronix.de> <20160713153334.679142601@linutronix.de> Date: Fri, 15 Jul 2016 13:38:56 +0100 In-Reply-To: <20160713153334.679142601@linutronix.de> (Anna-Maria Gleixner's message of "Wed, 13 Jul 2016 17:16:24 -0000") Message-ID: <87eg6v9iu7.fsf@e105922-lin.cambridge.arm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Anna-Maria Gleixner writes: > From: Sebastian Andrzej Siewior > > Install the callbacks via the state machine and let the core invoke > the callbacks on the already online CPUs. > > Signed-off-by: Sebastian Andrzej Siewior > Cc: Andrzej Hajda > Cc: Linus Torvalds > Cc: Mark Rutland > Cc: Olof Johansson > Cc: Peter Zijlstra > Cc: Punit Agrawal > Cc: Suzuki K Poulose > Cc: Suzuki K. Poulose > Cc: Thomas Gleixner > Cc: Will Deacon > Cc: Pawel Moll > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Anna-Maria Gleixner We don't expect to have multiple CCIs in the system. I suspect this got changed from v1 along with ccn. Even then the patch still does the right thing. Acked-by: Punit Agrawal Thanks. [...]