Merge branch 'pm-opp'
Merge OPP (Operating Performance Points) changes for 5.19-rc1: - Minor update to dt-binding for Qcom's opp-v2-kryo-cpu (Yassine Oudjana). - Use list iterator only inside the list_for_each_entry loop (Xiaomeng Tong, and Jakob Koschel). - New APIs related to finding OPP based on interconnect bandwidth (Krzysztof Kozlowski). - Fix the missing of_node_put() in _bandwidth_supported() (Dan Carpenter). - Cleanups (Krzysztof Kozlowski, and Viresh Kumar). * pm-opp: opp: Reorder definition of ceil/floor helpers opp: Add apis to retrieve opps with interconnect bandwidth dt-bindings: opp: opp-v2-kryo-cpu: Remove SMEM opp: use list iterator only inside the loop opp: replace usage of found with dedicated list iterator variable PM: opp: simplify with dev_err_probe() OPP: call of_node_put() on error path in _bandwidth_supported()
Showing
- Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml 26 additions, 30 deletionsDocumentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
- drivers/opp/core.c 227 additions, 112 deletionsdrivers/opp/core.c
- drivers/opp/debugfs.c 7 additions, 3 deletionsdrivers/opp/debugfs.c
- drivers/opp/of.c 1 addition, 1 deletiondrivers/opp/of.c
- include/linux/pm_opp.h 30 additions, 11 deletionsinclude/linux/pm_opp.h
Loading
Please register or sign in to comment