mbox series

[v3,0/3] GENPD API improvements

Message ID 20210118011330.4145-1-digetx@gmail.com
Headers show
Series GENPD API improvements | expand

Message

Dmitry Osipenko Jan. 18, 2021, 1:13 a.m. UTC
Hi,

This is a continuation of [1], where Ulf Hansson suggested to factor out
GENPD patches into a separate series. This series is a prerequisite of
the power domain driver for NVIDIA Tegra SoCs.

[1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=221130

Changelog:

v3: - Added r-b from Ulf Hansson.

    - Added new patch "Make of_genpd_add_subdomain() to return -EPROBE_DEFER",
      which was suggested by Ulf Hansson.

    - Improved "Add "performance" column to debug summary" patch by
      correcting the formatting of debug output, which had a superfluous
      whitespace.

Dmitry Osipenko (3):
  PM: domains: Make set_performance_state() callback optional
  PM: domains: Add "performance" column to debug summary
  PM: domains: Make of_genpd_add_subdomain() to return -EPROBE_DEFER

 drivers/base/power/domain.c | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)