mbox series

[GIT,PULL] OPP updates for 6.12

Message ID 20240906055246.exjgfkrqesllh45z@vireshk-i7
State New
Headers show
Series [GIT,PULL] OPP updates for 6.12 | expand

Pull-request

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

Message

Viresh Kumar Sept. 6, 2024, 5:52 a.m. UTC
Hi Rafael,

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a84372012e9329daba8082efac98f3bc0b443aa2:

  dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers (2024-09-04 20:43:43 +0530)

----------------------------------------------------------------
OPP Updates for 6.12

- Update maintainers for operating-points-v2-ti-cpu file (Dhruva Gole).

- Drop unnecessary of_match_ptr() for TI driver (Rob Herring).

----------------------------------------------------------------
Dhruva Gole (1):
      dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers

Rob Herring (Arm) (1):
      opp: ti: Drop unnecessary of_match_ptr()

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

Comments

Rafael J. Wysocki Sept. 6, 2024, 6:56 p.m. UTC | #1
Hi Viresh,

On Fri, Sep 6, 2024 at 7:52 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
>
>   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.12
>
> for you to fetch changes up to a84372012e9329daba8082efac98f3bc0b443aa2:
>
>   dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers (2024-09-04 20:43:43 +0530)
>
> ----------------------------------------------------------------
> OPP Updates for 6.12
>
> - Update maintainers for operating-points-v2-ti-cpu file (Dhruva Gole).
>
> - Drop unnecessary of_match_ptr() for TI driver (Rob Herring).
>
> ----------------------------------------------------------------
> Dhruva Gole (1):
>       dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers
>
> Rob Herring (Arm) (1):
>       opp: ti: Drop unnecessary of_match_ptr()
>
>  Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 2 +-
>  drivers/opp/ti-opp-supply.c                                           | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> --

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