mbox series

[GIT,PULL] OPP changes for 4.21-rc1 (2)

Message ID 20181214110451.7zqjkq5rt2tcpdow@vireshk-i7 (mailing list archive)
State Mainlined
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] OPP changes for 4.21-rc1 (2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next

Message

Viresh Kumar Dec. 14, 2018, 11:04 a.m. UTC
Hi Rafael,

This pull request contains following changes:

- Fix missing OPP debugfs directory (Viresh Kumar).

- Make genpd performance states orthogonal to idlestates (Ulf
  Hansson).

- Propagate performance state changes from genpd to its master (Viresh
  Kumar).

- Minor improvement of some OPP helpers (Viresh Kumar).

--
viresh

-------------------------8<-------------------------

The following changes since commit 3e27c79c4b121a64e85f26ab8957e5d0a09ff28e:

  OPP: Fix parsing of multiple phandles in "operating-points-v2" property (2018-11-23 10:47:21 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next

for you to fetch changes up to ade0c9493e972171103c7d804840248c32032954:

  Merge branch 'opp/genpd/propagation' into opp/linux-next (2018-12-14 16:28:52 +0530)

----------------------------------------------------------------
Ulf Hansson (1):
      PM / Domains: Make genpd performance states orthogonal to the idlestates

Viresh Kumar (9):
      OPP: Use opp_table->regulators to verify no regulator case
      OPP: Fix missing debugfs supply directory for OPPs
      OPP: Improve _find_table_of_opp_np()
      OPP: Add dev_pm_opp_xlate_performance_state() helper
      OPP: Don't return 0 on error from of_get_required_opp_performance_state()
      PM / Domains: Save OPP table pointer in genpd
      PM / Domains: Factorize dev_pm_genpd_set_performance_state()
      PM / Domains: Propagate performance state updates
      Merge branch 'opp/genpd/propagation' into opp/linux-next

 drivers/base/power/domain.c | 272 +++++++++++++++++++++-------------
 drivers/opp/core.c          | 347 ++++++++++++++++++++++++++++++++++----------
 drivers/opp/of.c            | 339 +++++++++++++++++++++++++++++++++++++------
 drivers/opp/opp.h           |  26 +++-
 include/linux/pm_domain.h   |  14 +-
 include/linux/pm_opp.h      |  23 ++-
 6 files changed, 792 insertions(+), 229 deletions(-)

Comments

Rafael J. Wysocki Dec. 14, 2018, 11:56 a.m. UTC | #1
Hi Viresh,

On Fri, Dec 14, 2018 at 12:04 PM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains following changes:
>
> - Fix missing OPP debugfs directory (Viresh Kumar).
>
> - Make genpd performance states orthogonal to idlestates (Ulf
>   Hansson).
>
> - Propagate performance state changes from genpd to its master (Viresh
>   Kumar).
>
> - Minor improvement of some OPP helpers (Viresh Kumar).

Summary appreciated. :-)

> --
> viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit 3e27c79c4b121a64e85f26ab8957e5d0a09ff28e:
>
>   OPP: Fix parsing of multiple phandles in "operating-points-v2" property (2018-11-23 10:47:21 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
>
> for you to fetch changes up to ade0c9493e972171103c7d804840248c32032954:
>
>   Merge branch 'opp/genpd/propagation' into opp/linux-next (2018-12-14 16:28:52 +0530)

Pulled, thanks!