mbox series

[GIT,PULL] OPP updates for 6.2

Message ID 20221202054510.2dsvqjfxy7vaxfiu@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] OPP updates for 6.2 | expand

Pull-request

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

Message

Viresh Kumar Dec. 2, 2022, 5:45 a.m. UTC
Hi Rafael,

The following changes since commit c7e31e36d8a262eb0bc2daf8f9b7481c83284386:

  dt-bindings: opp: Add missing (unevaluated|additional)Properties on child nodes (2022-08-24 11:34:22 +0530)

are available in the Git repository at:

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

for you to fetch changes up to dba79b78ecc18f7788fd08eb998388e226817fb5:

  dt-bindings: opp-v2: Fix clock-latency-ns prop in example (2022-11-08 09:50:44 +0530)

----------------------------------------------------------------
OPP updates for 6.2

- Several DT fixes and code reorganization around opp-microvolt-<named>
  DT property (Viresh Kumar).

- Allow any of opp-microvolt, opp-microamp, or opp-microwatt properties
  to be present without the others present (James Calligeros).

- Fix clock-latency-ns prop in DT example (Serge Semin).

----------------------------------------------------------------
James Calligeros (1):
      OPP: decouple dt properties in opp_parse_supplies()

Serge Semin (1):
      dt-bindings: opp-v2: Fix clock-latency-ns prop in example

Viresh Kumar (4):
      dt-bindings: opp: Fix usage of current in microwatt property
      dt-bindings: opp: Fix named microwatt property
      OPP: Parse named opp-microwatt property too
      OPP: Simplify opp_parse_supplies() by restructuring it

 Documentation/devicetree/bindings/opp/opp-v2-base.yaml |   6 ++--
 Documentation/devicetree/bindings/opp/opp-v2.yaml      |   2 +-
 drivers/opp/of.c                                       | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------
 3 files changed, 103 insertions(+), 133 deletions(-)

Comments

Rafael J. Wysocki Dec. 2, 2022, 7:43 p.m. UTC | #1
On Fri, Dec 2, 2022 at 6:45 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit c7e31e36d8a262eb0bc2daf8f9b7481c83284386:
>
>   dt-bindings: opp: Add missing (unevaluated|additional)Properties on child nodes (2022-08-24 11:34:22 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.2
>
> for you to fetch changes up to dba79b78ecc18f7788fd08eb998388e226817fb5:
>
>   dt-bindings: opp-v2: Fix clock-latency-ns prop in example (2022-11-08 09:50:44 +0530)
>
> ----------------------------------------------------------------
> OPP updates for 6.2
>
> - Several DT fixes and code reorganization around opp-microvolt-<named>
>   DT property (Viresh Kumar).
>
> - Allow any of opp-microvolt, opp-microamp, or opp-microwatt properties
>   to be present without the others present (James Calligeros).
>
> - Fix clock-latency-ns prop in DT example (Serge Semin).
>
> ----------------------------------------------------------------
> James Calligeros (1):
>       OPP: decouple dt properties in opp_parse_supplies()
>
> Serge Semin (1):
>       dt-bindings: opp-v2: Fix clock-latency-ns prop in example
>
> Viresh Kumar (4):
>       dt-bindings: opp: Fix usage of current in microwatt property
>       dt-bindings: opp: Fix named microwatt property
>       OPP: Parse named opp-microwatt property too
>       OPP: Simplify opp_parse_supplies() by restructuring it
>
>  Documentation/devicetree/bindings/opp/opp-v2-base.yaml |   6 ++--
>  Documentation/devicetree/bindings/opp/opp-v2.yaml      |   2 +-
>  drivers/opp/of.c                                       | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------
>  3 files changed, 103 insertions(+), 133 deletions(-)
>
> --

Pulled, thanks!