mbox series

[0/4] pmdomain: core: Debug summary improvements

Message ID cover.1725459707.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series pmdomain: core: Debug summary improvements | expand

Message

Geert Uytterhoeven Sept. 4, 2024, 2:30 p.m. UTC
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(-)

Comments

Ulf Hansson Sept. 13, 2024, 12:02 p.m. UTC | #1
On Wed, 4 Sept 2024 at 16:30, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
>         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(-)
>

Applied for next, thanks!

Kind regards
Uffe