mbox series

[GIT,PULL] OPP updates for 6.14

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

Pull-request

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

Message

Viresh Kumar Jan. 20, 2025, 3:40 a.m. UTC
Hi Rafael,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b489e7946656ed67fea1a30f5103eb62a8686e04:

  PM / OPP: Add reference counting helpers for Rust implementation (2025-01-20 09:05:51 +0530)

----------------------------------------------------------------
OPP Updates for 6.14

- Minor cleanups / fixes (Dan Carpenter, Neil Armstrong, and Joe
  Hattori).

- Implement dev_pm_opp_get_bw (Neil Armstrong).

- Expose reference counting helpers  (Viresh Kumar).

----------------------------------------------------------------
Dan Carpenter (1):
      opp: core: Fix off by one in dev_pm_opp_get_bw()

Joe Hattori (1):
      OPP: OF: Fix an OF node leak in _opp_add_static_v2()

Neil Armstrong (3):
      opp: core: implement dev_pm_opp_get_bw
      OPP: add index check to assert to avoid buffer overflow in _read_freq()
      OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized

Viresh Kumar (1):
      PM / OPP: Add reference counting helpers for Rust implementation

 drivers/opp/core.c     | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 drivers/opp/of.c       |  4 +++-
 drivers/opp/opp.h      |  1 -
 include/linux/pm_opp.h | 13 +++++++++++++
 4 files changed, 93 insertions(+), 24 deletions(-)

Comments

Rafael J. Wysocki Jan. 20, 2025, 12:01 p.m. UTC | #1
Hi Viresh,

On Mon, Jan 20, 2025 at 4:40 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
>
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.14
>
> for you to fetch changes up to b489e7946656ed67fea1a30f5103eb62a8686e04:
>
>   PM / OPP: Add reference counting helpers for Rust implementation (2025-01-20 09:05:51 +0530)
>
> ----------------------------------------------------------------
> OPP Updates for 6.14
>
> - Minor cleanups / fixes (Dan Carpenter, Neil Armstrong, and Joe
>   Hattori).
>
> - Implement dev_pm_opp_get_bw (Neil Armstrong).
>
> - Expose reference counting helpers  (Viresh Kumar).
>
> ----------------------------------------------------------------
> Dan Carpenter (1):
>       opp: core: Fix off by one in dev_pm_opp_get_bw()
>
> Joe Hattori (1):
>       OPP: OF: Fix an OF node leak in _opp_add_static_v2()
>
> Neil Armstrong (3):
>       opp: core: implement dev_pm_opp_get_bw
>       OPP: add index check to assert to avoid buffer overflow in _read_freq()
>       OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized
>
> Viresh Kumar (1):
>       PM / OPP: Add reference counting helpers for Rust implementation
>
>  drivers/opp/core.c     | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
>  drivers/opp/of.c       |  4 +++-
>  drivers/opp/opp.h      |  1 -
>  include/linux/pm_opp.h | 13 +++++++++++++
>  4 files changed, 93 insertions(+), 24 deletions(-)
>
> --

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