mbox series

[GIT,PULL] OPP updates for 6.11

Message ID 20240709070434.lhqicz2px555sykz@vireshk-i7
State New
Headers show
Series [GIT,PULL] OPP updates for 6.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.11

Message

Viresh Kumar July 9, 2024, 7:04 a.m. UTC
Hi Rafael,

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.11

for you to fetch changes up to e3943f00afdb71684c4f209f9d3a90d6b79771fc:

  OPP: Introduce an OF helper function to inform if required-opps is used (2024-06-26 11:17:20 +0530)

----------------------------------------------------------------
OPP Updates for 6.11

- Introduce an OF helper function to inform if required-opps is used (Ulf Hansson).
- Generic cleanus (Ulf Hansson and Viresh Kumar).

----------------------------------------------------------------
Ulf Hansson (2):
      OPP: Drop a redundant in-parameter to _set_opp_level()
      OPP: Introduce an OF helper function to inform if required-opps is used

Viresh Kumar (1):
      OPP: Fix missing cleanup on error in _opp_attach_genpd()

 drivers/opp/core.c     | 15 ++++++++-------
 drivers/opp/of.c       | 32 ++++++++++++++++++++++++++++++++
 include/linux/pm_opp.h |  6 ++++++
 3 files changed, 46 insertions(+), 7 deletions(-)

Comments

Rafael J. Wysocki July 9, 2024, 4:03 p.m. UTC | #1
Hi Viresh,

On Tue, Jul 9, 2024 at 9:04 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
>
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.11
>
> for you to fetch changes up to e3943f00afdb71684c4f209f9d3a90d6b79771fc:
>
>   OPP: Introduce an OF helper function to inform if required-opps is used (2024-06-26 11:17:20 +0530)
>
> ----------------------------------------------------------------
> OPP Updates for 6.11
>
> - Introduce an OF helper function to inform if required-opps is used (Ulf Hansson).
> - Generic cleanus (Ulf Hansson and Viresh Kumar).
>
> ----------------------------------------------------------------
> Ulf Hansson (2):
>       OPP: Drop a redundant in-parameter to _set_opp_level()
>       OPP: Introduce an OF helper function to inform if required-opps is used
>
> Viresh Kumar (1):
>       OPP: Fix missing cleanup on error in _opp_attach_genpd()
>
>  drivers/opp/core.c     | 15 ++++++++-------
>  drivers/opp/of.c       | 32 ++++++++++++++++++++++++++++++++
>  include/linux/pm_opp.h |  6 ++++++
>  3 files changed, 46 insertions(+), 7 deletions(-)
>
> --

Pulled and added to linux-pm.git/linux-next, thanks!