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 8A24DC433E7 for ; Fri, 16 Oct 2020 16:21:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 242A92084C for ; Fri, 16 Oct 2020 16:21:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="O3vCRMk+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2410073AbgJPQV3 (ORCPT ); Fri, 16 Oct 2020 12:21:29 -0400 Received: from m42-4.mailgun.net ([69.72.42.4]:54842 "EHLO m42-4.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2410086AbgJPQV3 (ORCPT ); Fri, 16 Oct 2020 12:21:29 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1602865288; h=In-Reply-To: Content-Type: MIME-Version: References: Message-ID: Subject: Cc: To: From: Date: Sender; bh=lMRxBStFAwL5DZTVxOwtseg396vfedbEbLgzwWs2eD8=; b=O3vCRMk+LHS7QscGgIk6d3wMpV1o2Wct3F+XgA3h8BULzAl6V2CLX4Tan0QyFIt+0NoDxtsI lhSh5FJVzOcmnxXngmMdIIKb7tnx7WsT+TY47LdEHqRMp18w6wIONu35LbgAFtjU1drig/uB nvF1Sh8fvriEJgTxeHL0PWi2LvA= X-Mailgun-Sending-Ip: 69.72.42.4 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-n01.prod.us-east-1.postgun.com with SMTP id 5f89c8820764f13b00faad8e (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 16 Oct 2020 16:21:22 GMT Sender: ilina=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 6FBBAC433FE; Fri, 16 Oct 2020 16:21:21 +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 96572C433C9; Fri, 16 Oct 2020 16:21:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 96572C433C9 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:21:19 -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: <20201016162119.GC16756@codeaurora.org> References: <20201015204722.18764-1-ilina@codeaurora.org> <20201016160724.GB16756@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: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. --Lina