From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D99EDC433F5 for ; Mon, 30 May 2022 14:45:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lj7+RE8+LIouZvXYxR3hqmKEaHkWoSwtli6W+GyaJkQ=; b=w/9Tpbjp4iX72T srho0XG7my6c/feJMbkFOwlL3YxCnMualaJyDn6E4x9EYfUCWfWyb/nDDkFUIqH3LU8Wbo/EO4p9L /zWnAUOQY+ykDDDtr9TO64JYqKRJy5z1K5NFFbqLt35FK3BX5Co2RZR7dUKP2+/mTn0Y25EgX/zCj nTvJnZ7ECQLDifNyFDTuKe4JuGapgb0ROFHXTUWVVTJnJhzerK3uj/fRDMPgA0CEKIuWEz7UMt47p OKQOXwlE2eHKt6zyx3FEqRXBaL+siIYEaGD7FSjvnRFrjPRfrdpaaUPApJaDQRIZYe84xjhSUzbdC U2E4uXMLoTELELB62+0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nvgcv-007KiH-3Z; Mon, 30 May 2022 14:44:13 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nvgS2-007FHj-Gb for linux-arm-kernel@lists.infradead.org; Mon, 30 May 2022 14:32:59 +0000 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 B251D1FB; Mon, 30 May 2022 07:32:54 -0700 (PDT) Received: from bogus (unknown [10.57.9.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DDAAC3F766; Mon, 30 May 2022 07:32:52 -0700 (PDT) Date: Mon, 30 May 2022 15:32:05 +0100 From: Sudeep Holla To: Michael Walle Cc: Catalin Marinas , Lorenzo Pieralisi , Sudeep Holla , Daniel Lezcano , "Rafael J . Wysocki" , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 1/2] cpuidle: cpuidle-arm: remove arm64 support Message-ID: <20220530143205.mdvxojvenb3lcii2@bogus> References: <20220529181329.2345722-1-michael@walle.cc> <20220529181329.2345722-2-michael@walle.cc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220529181329.2345722-2-michael@walle.cc> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220530_073258_667122_5042AA89 X-CRM114-Status: UNSURE ( 7.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, May 29, 2022 at 08:13:28PM +0200, Michael Walle wrote: > Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle > driver") the generic ARM cpuidle driver doesn't probe anymore because > arm_cpuidle_init() will always return -EOPNOTSUPP. That is, because the > mentioned commit removes the only .cpu_suspend and .cpu_init_idle > provider. Reviewed-by: Sudeep Holla -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel