mbox series

[GIT,PULL] OPP updates for 6.10

Message ID 20240517103440.p7tlrthhy4mc6n6o@viresh-thinkpad
State New
Headers show
Series [GIT,PULL] OPP updates for 6.10 | expand

Pull-request

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

Message

Viresh Kumar May 17, 2024, 10:34 a.m. UTC
Hi Rafael,

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2a56c462fe5a2ee61d38e2d7b772bee56115a00c:

  OPP: Fix required_opp_tables for multiple genpds using same table (2024-05-17 12:22:46 +0200)

----------------------------------------------------------------
OPP Updates for 6.10

- Fix required_opp_tables for multiple genpds using same table (Viresh
  Kumar).

----------------------------------------------------------------
Viresh Kumar (1):
      OPP: Fix required_opp_tables for multiple genpds using same table

 drivers/opp/core.c        | 31 ++++++++++++++++++++++++++++++-
 drivers/pmdomain/core.c   | 10 ++++++++++
 include/linux/pm_domain.h |  6 ++++++
 3 files changed, 46 insertions(+), 1 deletion(-)

--
Viresh

Comments

Rafael J. Wysocki May 17, 2024, 11:26 a.m. UTC | #1
Hi Viresh,

On Fri, May 17, 2024 at 12:34 PM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.10
>
> for you to fetch changes up to 2a56c462fe5a2ee61d38e2d7b772bee56115a00c:
>
>   OPP: Fix required_opp_tables for multiple genpds using same table (2024-05-17 12:22:46 +0200)
>
> ----------------------------------------------------------------
> OPP Updates for 6.10
>
> - Fix required_opp_tables for multiple genpds using same table (Viresh
>   Kumar).
>
> ----------------------------------------------------------------
> Viresh Kumar (1):
>       OPP: Fix required_opp_tables for multiple genpds using same table
>
>  drivers/opp/core.c        | 31 ++++++++++++++++++++++++++++++-
>  drivers/pmdomain/core.c   | 10 ++++++++++
>  include/linux/pm_domain.h |  6 ++++++
>  3 files changed, 46 insertions(+), 1 deletion(-)
>
> --

Pulled and added to the linux-next branch in linux-pm.git, thanks!