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 58D45C433EF for ; Mon, 30 May 2022 14:47:22 +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=mKqbh3Ai4VVBwPu+6POHtVFEH8tf70deFB5v8SqPDg8=; b=r4LjpXaA2Ee3h8 8AATMa0EfrZOkzDIf69MWVHHh+pWInnLwbLQJSE09yxLtJ/cJREM+sJNc1SeyoQC5JAjqHnB0qOVN YhEWcs4NbwEW3qwuc2VJ0SHjJj99sAUr7WrP3pVGRDUuIkdzFfWtwtMLNh69F60PIWJih0Hlf+zC2 t9gTw+xXD4vZZ1R+9E4fGpbaIb8KoS7JjqV/uu/F0sfZVOk4bK7rLIPq/LLAVEG0Hz1DakS3o2tUm Vo40njJ/3Pr3DwLtsofjXHIIq5LAFM+y3RWuccU4O4rGIyrl5lcgXOZ1Id7YPkxYsG4jB08E1XiFx EKCG1sBmJPDURtCOw5kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nvgef-007LT0-Ex; Mon, 30 May 2022 14:46:01 +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 1nvgTg-007G3W-IM for linux-arm-kernel@lists.infradead.org; Mon, 30 May 2022 14:34:42 +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 4A00B1FB; Mon, 30 May 2022 07:34:39 -0700 (PDT) Received: from bogus (unknown [10.57.9.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 322C73F766; Mon, 30 May 2022 07:34:36 -0700 (PDT) Date: Mon, 30 May 2022 15:33:49 +0100 From: Sudeep Holla To: Michael Walle Cc: Catalin Marinas , Lorenzo Pieralisi , Daniel Lezcano , Sudeep Holla , "Rafael J . Wysocki" , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 2/2] arm64: cpuidle: remove generic cpuidle support Message-ID: <20220530143349.rvbx472q7vfwuqtd@bogus> References: <20220529181329.2345722-1-michael@walle.cc> <20220529181329.2345722-3-michael@walle.cc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220529181329.2345722-3-michael@walle.cc> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220530_073440_732939_AF63A2C4 X-CRM114-Status: UNSURE ( 9.09 ) 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:29PM +0200, Michael Walle wrote: > The arm64 support of the generic ARM cpuidle driver was removed. This > let us remove all support code for it. > Thanks for doing this, we initially had plans to do this one release after PSCI idle driver got merged but clearly slipped through the cracks. 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