mbox series

[GIT,PULL] OPP updates for 6.9

Message ID 20240311052525.x232vfpvqlmm6x2e@vireshk-i7 (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] OPP updates for 6.9 | expand

Pull-request

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

Message

Viresh Kumar March 11, 2024, 5:25 a.m. UTC
Hi Rafael,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 13c8cf339e1a7a3d3e48fdebbb882b3a5a90f708:

  dt-bindings: opp: drop maxItems from inner items (2024-03-11 10:39:24 +0530)

----------------------------------------------------------------
OPP updates for 6.9

- Fix couple of warnings related to W=1 builds. (Viresh Kumar).
- Move Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h (Viresh Kumar).
- Extend dev_pm_opp_data with turbo support (Sibi Sankar).
- dt-bindings: drop maxItems from inner items (David Heidelberg).

----------------------------------------------------------------
David Heidelberg (1):
      dt-bindings: opp: drop maxItems from inner items

Sibi Sankar (1):
      OPP: Extend dev_pm_opp_data with turbo support

Viresh Kumar (3):
      cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h
      OPP: debugfs: Fix warning with W=1 builds
      OPP: debugfs: Fix warning around icc_get_name()

 Documentation/devicetree/bindings/opp/opp-v2-base.yaml |  2 --
 drivers/opp/core.c                                     |  1 +
 drivers/opp/debugfs.c                                  | 14 ++++++++------
 include/linux/cpufreq.h                                | 20 --------------------
 include/linux/pm_opp.h                                 | 18 ++++++++++++++++++
 5 files changed, 27 insertions(+), 28 deletions(-)

Comments

Rafael J. Wysocki March 11, 2024, 3:55 p.m. UTC | #1
Hi Viresh,

On Mon, Mar 11, 2024 at 6:25 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
>
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.9
>
> for you to fetch changes up to 13c8cf339e1a7a3d3e48fdebbb882b3a5a90f708:
>
>   dt-bindings: opp: drop maxItems from inner items (2024-03-11 10:39:24 +0530)
>
> ----------------------------------------------------------------
> OPP updates for 6.9
>
> - Fix couple of warnings related to W=1 builds. (Viresh Kumar).
> - Move Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h (Viresh Kumar).
> - Extend dev_pm_opp_data with turbo support (Sibi Sankar).
> - dt-bindings: drop maxItems from inner items (David Heidelberg).
>
> ----------------------------------------------------------------
> David Heidelberg (1):
>       dt-bindings: opp: drop maxItems from inner items
>
> Sibi Sankar (1):
>       OPP: Extend dev_pm_opp_data with turbo support
>
> Viresh Kumar (3):
>       cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h
>       OPP: debugfs: Fix warning with W=1 builds
>       OPP: debugfs: Fix warning around icc_get_name()
>
>  Documentation/devicetree/bindings/opp/opp-v2-base.yaml |  2 --
>  drivers/opp/core.c                                     |  1 +
>  drivers/opp/debugfs.c                                  | 14 ++++++++------
>  include/linux/cpufreq.h                                | 20 --------------------
>  include/linux/pm_opp.h                                 | 18 ++++++++++++++++++
>  5 files changed, 27 insertions(+), 28 deletions(-)
>
>
> --

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