mbox series

[GIT,PULL] OPP updates for 6.13

Message ID 20241118043707.zxyo5wl765dxypkm@vireshk-i7 (mailing list archive)
State Queued
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] OPP updates for 6.13 | expand

Pull-request

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

Message

Viresh Kumar Nov. 18, 2024, 4:37 a.m. UTC
Hi Rafael,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 53205a7903666d35709954d9fb7370a8150d5e0e:

  dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw (2024-10-01 14:57:08 +0530)

----------------------------------------------------------------
OPP Updates for 6.13

- Describe opp-supported-hw property for ti-cpu (Dhruva Gole).

- Remove unused declarations in header file (Zhang Zekun).

----------------------------------------------------------------
Dhruva Gole (1):
      dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw

Zhang Zekun (1):
      OPP: Remove unused declarations in header file

 Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 20 +++++++++++++++++++-
 drivers/opp/opp.h                                                     |  2 --
 2 files changed, 19 insertions(+), 3 deletions(-)

Comments

Rafael J. Wysocki Nov. 19, 2024, 8:51 p.m. UTC | #1
Hi Viresh,

On Mon, Nov 18, 2024 at 5:37 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
>
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.13
>
> for you to fetch changes up to 53205a7903666d35709954d9fb7370a8150d5e0e:
>
>   dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw (2024-10-01 14:57:08 +0530)
>
> ----------------------------------------------------------------
> OPP Updates for 6.13
>
> - Describe opp-supported-hw property for ti-cpu (Dhruva Gole).
>
> - Remove unused declarations in header file (Zhang Zekun).
>
> ----------------------------------------------------------------
> Dhruva Gole (1):
>       dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw
>
> Zhang Zekun (1):
>       OPP: Remove unused declarations in header file
>
>  Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 20 +++++++++++++++++++-
>  drivers/opp/opp.h                                                     |  2 --
>  2 files changed, 19 insertions(+), 3 deletions(-)
>
> --

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