Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7381EC54E94 for ; Wed, 25 Jan 2023 11:21:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235429AbjAYLVZ (ORCPT ); Wed, 25 Jan 2023 06:21:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235742AbjAYLUl (ORCPT ); Wed, 25 Jan 2023 06:20:41 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B387626A7; Wed, 25 Jan 2023 03:20:02 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 484FA4B3; Wed, 25 Jan 2023 03:20:44 -0800 (PST) Received: from bogus (unknown [10.57.77.84]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3F4883F71E; Wed, 25 Jan 2023 03:20:00 -0800 (PST) Date: Wed, 25 Jan 2023 11:19:57 +0000 From: Sudeep Holla To: Ulf Hansson Cc: Krzysztof Kozlowski , Sudeep Holla , "Rafael J. Wysocki" , Daniel Lezcano , Lorenzo Pieralisi , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sebastian Andrzej Siewior , Adrien Thierry , Brian Masney , linux-rt-users@vger.kernel.org Subject: Re: [PATCH v3] cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT Message-ID: <20230125111957.uzf2hli5md2pm43n@bogus> References: <20230119184228.683892-1-krzysztof.kozlowski@linaro.org> <20230124153411.nwkbjgoqgkua2icm@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2023 at 11:08:04AM +0100, Ulf Hansson wrote: > On Wed, 25 Jan 2023 at 08:43, Krzysztof Kozlowski > wrote: > > > > On 24/01/2023 16:34, Sudeep Holla wrote: [...] > > > Any particular reason for even compiling this file in or allowing the > > > ARM_PSCI_CPUIDLE when PREEMPT_RT=y ? If we can't enter idle states, we > > > can as well compile this file out ? > > > > It's the power domain sued for other devices, so we need it. Otherwise > > other devices will keep waiting for this missing power domain provider. > > Yes. > > And we are still able to use those idle states that are solely per > CPU, which is probably nice to have. No? > Makes sense, thanks for the explanation. Also the other discussions clears probably questions I had. -- Regards, Sudeep