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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 21257C4363A for ; Fri, 16 Oct 2020 16:13:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8C8820848 for ; Fri, 16 Oct 2020 16:13:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602864807; bh=TZ4quIeSVQFg3Q+zs4dsRvdjL85z48TDqJEIponqntY=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=ouO//fPUofENZdO1FoaytSSUPpGxQbihyz6LQ/u0IY8y2f8hUOzY3eAQlre7JMYlo a3baO1XhnxGjIHk9AKtM+Pu1jvssAUnQzWTUlAaoJyU2WRDZnPT8IPfgsh2BRjjxMG OPCGctpoS58zJCGnGjS2dnfe7qnJhRls5fHFR1io= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409800AbgJPQNY (ORCPT ); Fri, 16 Oct 2020 12:13:24 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:45459 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2409711AbgJPQNY (ORCPT ); Fri, 16 Oct 2020 12:13:24 -0400 Received: by mail-ot1-f67.google.com with SMTP id f37so2850888otf.12; Fri, 16 Oct 2020 09:13:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EPxHTzD8/iEuAZA1Yzf7Cm0jlzb7zJo79bF0l0zeZDY=; b=cGIBYihQDv0dazAJJWzUn06m4XgNn0zGfB0mMFln5Wq+3PKqiD2ZrblQQm6P224oJU MwsPHT17FI9EyeQg6L4xDX7kAy8AULdhgkW9rDGj4YkNQtMKBuAczdO4O+uAw6v93uu4 vIrH8vO1aTWtmD671rjanPTLtU7bKwO2Dg3di7psfSp6rXa9uF4u7G1IYiH+Fzjvu8yP OXkIWLfkACnIo73wXof6iIpIKNCwRI95qFLTYGeARaR13Svn6aFBZC5QqQVs1BN0sY95 pR4qVesIYiMKPKybOdr65h4AcYCQ/TKGEyog1s2SDzDO612jtBQN8l7i6FvbflsAwKQU Kajw== X-Gm-Message-State: AOAM530WIYotap3r7bl5hJ/TL15k720P30Il1OqZYtKKrNDu7ac8dWyH 47RqBeXEhrEKGOS6ym5pLshblw49q820Xzmhovc= X-Google-Smtp-Source: ABdhPJwWFowQRtA3kR7/LGCeiMdlojlTu8g3NXr9PZ9lxOYAyL76FVxfg1wTtA9atqz+K9rY1/X5vuPG0S9/Lj7f46I= X-Received: by 2002:a9d:734f:: with SMTP id l15mr3344092otk.260.1602864801772; Fri, 16 Oct 2020 09:13:21 -0700 (PDT) MIME-Version: 1.0 References: <20201015204722.18764-1-ilina@codeaurora.org> <20201016160724.GB16756@codeaurora.org> In-Reply-To: <20201016160724.GB16756@codeaurora.org> From: "Rafael J. Wysocki" Date: Fri, 16 Oct 2020 18:13:10 +0200 Message-ID: Subject: Re: [PATCH v3] PM / Domains: enable domain idle state accounting To: Lina Iyer Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Ulf Hansson , Linux PM , linux-arm-msm Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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. Thanks!