From patchwork Wed Sep 4 14:30:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13791001 Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 87F7E1DCB37 for ; Wed, 4 Sep 2024 14:31:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.53 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725460269; cv=none; b=hNtvSC21M4yfix1l9gcn5nSdBkfuwaNcYynTlFTCfmuQ7lDWzPZ1MD4wIgSRvAQ3QgCWYtJh+Sadmr5nZK4SaecvBJdol/tBuidvcyzatUt2pvP9ucCab5koMCeLfjNOfBFluESTq2Jo/Fhm2T1+8YVyiaGq94N8uijFpgEQALM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725460269; c=relaxed/simple; bh=P467mDUfuNo+4sLO1U0OGgnTSxfzQa2d9CPIR8FgBtk=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Oprbk+JjP0rPP7pZXKWl9PoOcgjeYLUac/LkhVYC1ue5FqGyKxil2MS9q70+Hw/FdsqVnAABEXN7AHipUU8HkeYjt19QAa12LRv60ZMwJCwwDpDKiiRXTsNIByUunJk7u6MDgUaEFaO3O0Yfz4HRfi6+aflUOzkX11KWT5njGm8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.53 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:ef52:68c5:eac1:f6b5]) by andre.telenet-ops.be with cmsmtp id 8EWv2D00J3m5in101EWvaT; Wed, 04 Sep 2024 16:30:59 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1slr24-0028JM-H1; Wed, 04 Sep 2024 16:30:55 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1slr27-004My7-6y; Wed, 04 Sep 2024 16:30:55 +0200 From: Geert Uytterhoeven To: Ulf Hansson , Viresh Kumar , "Rafael J . Wysocki" , Dmitry Osipenko , Dmitry Baryshkov , Jagadeesh Kona , Taniya Das , Abel Vesa Cc: linux-pm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/4] pmdomain: core: Debug summary improvements Date: Wed, 4 Sep 2024 16:30:44 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Ulf, This patch series improves the table formatting in the pm_genpd_summary file in debugfs. The first two patches are fixes and cleanups for commits in upstream. On systems where performance_state is always zero, the first three patches have no visible impact. Thanks for your comments! Geert Uytterhoeven (4): pmdomain: core: Harden inter-column space in debug summary pmdomain: core: Fix "managed by" alignment in debug summary pmdomain: core: Move mode_status_str() pmdomain: core: Reduce debug summary table width drivers/pmdomain/core.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-)