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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F00FC4BA25 for ; Wed, 26 Feb 2020 18:43:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80D3E20714 for ; Wed, 26 Feb 2020 18:43:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727105AbgBZSnb (ORCPT ); Wed, 26 Feb 2020 13:43:31 -0500 Received: from muru.com ([72.249.23.125]:57876 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727028AbgBZSnb (ORCPT ); Wed, 26 Feb 2020 13:43:31 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2841A8022; Wed, 26 Feb 2020 18:44:16 +0000 (UTC) Date: Wed, 26 Feb 2020 10:43:28 -0800 From: Tony Lindgren To: Dave Gerlach , Santosh Shilimkar Cc: Santosh Shilimkar , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/5] ARM: OMAP2+: Introduce cpuidle for am335x/am437x Message-ID: <20200226184328.GY37466@atomide.com> References: <20191213030755.16096-1-d-gerlach@ti.com> <20191213150344.GJ35479@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191213150344.GJ35479@atomide.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Santosh, * Tony Lindgren [191213 15:04]: > * Dave Gerlach [191212 19:07]: > > Hi, > > This series adds support for cpuidle on am335x and am437x using the > > cpuidle_arm driver. When testing on am335x-evm and am437x-gp-evm the > > follow power consumption reductions are seen on v5.5-rc1 baseline: > > > > > > Idling at command line, CPUFreq userspace governor to 300MHz: > > am335x-evm: > > VDD_MPU: 48 mW -> 5 mW > > > > am437x-gp-evm: > > VDD_MPU: 32 mW -> 3 mW > > > > > > Idling at command line, CPUFreq userspace governor to 1GHz: > > am335x-evm: > > VDD_MPU: 313 mW -> 18 mW > > > > am437x-gp-evm: > > VDD_MPU: 208 mW -> 10 mW > > Hey this is great! A beverage on me when we get a chance :) > > For merging, looks like I should take the series after folks are happy > with it. Santosh, care to review and ack if it looks OK? Looks like this series of changes is still pending. Care to ack? Regards, Tony