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=-11.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 3483FC433DF for ; Fri, 16 Oct 2020 16:44:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0D032084C for ; Fri, 16 Oct 2020 16:44:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="vQiOlZFK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409104AbgJPQo2 (ORCPT ); Fri, 16 Oct 2020 12:44:28 -0400 Received: from z5.mailgun.us ([104.130.96.5]:16320 "EHLO z5.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407132AbgJPQo2 (ORCPT ); Fri, 16 Oct 2020 12:44:28 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1602866668; h=In-Reply-To: Content-Type: MIME-Version: References: Message-ID: Subject: Cc: To: From: Date: Sender; bh=UCMyfdKwnypp0DJyG/wOC2H/0HN4U/qdL9IVRGy9T/g=; b=vQiOlZFKcHuM1JBnZTamY6fepajjTlVTcV3Q7sJCF2hQ0wU3+M+QT8ObMT1SLY1PFxCEoeul Zs9Jmoo3NXehCFKUxX32yftYz62nspG+Y5EKc40mJ4V2eDu1JH5MzSS7o9PXhbFMSsIxamAI 9GSOML+lUr6buf7Y2ytpBZCdbUo= X-Mailgun-Sending-Ip: 104.130.96.5 X-Mailgun-Sid: WyI5ZDFmMiIsICJsaW51eC1wbUB2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 5f89cdc6bfed2afaa675c3da (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 16 Oct 2020 16:43:50 GMT Sender: ilina=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 2229EC433C9; Fri, 16 Oct 2020 16:43:49 +0000 (UTC) Received: from localhost (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ilina) by smtp.codeaurora.org (Postfix) with ESMTPSA id 332A0C433F1; Fri, 16 Oct 2020 16:43:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 332A0C433F1 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=ilina@codeaurora.org Date: Fri, 16 Oct 2020 10:43:47 -0600 From: Lina Iyer To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Ulf Hansson , Linux PM , linux-arm-msm Subject: Re: [PATCH v3] PM / Domains: enable domain idle state accounting Message-ID: <20201016164347.GD16756@codeaurora.org> References: <20201015204722.18764-1-ilina@codeaurora.org> <20201016160724.GB16756@codeaurora.org> <20201016162119.GC16756@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Fri, Oct 16 2020 at 10:32 -0600, Rafael J. Wysocki wrote: >On Fri, Oct 16, 2020 at 6:21 PM Lina Iyer wrote: >> >> On Fri, Oct 16 2020 at 10:13 -0600, Rafael J. Wysocki wrote: >> >On Fri, Oct 16, 2020 at 6:07 PM Lina Iyer wrote: >> >> >> >> On Fri, Oct 16 2020 at 09:55 -0600, Rafael J. Wysocki wrote: >> >> >On Thu, Oct 15, 2020 at 10:47 PM Lina Iyer wrote: >> >> >> >> >> >> To enable better debug of PM domains, let's keep a track of the success >> >> >> and rejections in entering each domain idle state. >> >> >> >> >> >> This statistics is exported in debugfs when reading the idle_states >> >> >> node, associated with each PM domain. >> >> >> >> >> >> Signed-off-by: Lina Iyer >> >> >> --- >> >> >> Changes in v3: >> >> >> - Rebased on top of mainline >> >> > >> >> >I still needed to rebase it to apply it to my tree, so please double >> >> >check the result in the bleeding-edge branch. >> >> > >> >> Okay, will rebase on that branch and post shortly. >> > >> >No need, it's been applied already, just please check the result in >> >bleeding-edge. >> > >> I think I may have the wrong bleeding-edge branch. Is it not >> https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/log/?h=bleeding-edge >> >> Apologize for the confusion. > >Yes, it is now. :-) > >It was not pushed out before, sorry. Thanks, now I see it and looks good to me. --Lina