This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5efabdadcf4a Merge tag 'devicetree-fixes-for-5.18-1' of git://git.kerne [...] new b48cd0d12f8e cpufreq: replace cpumask_weight with cpumask_empty where a [...] new 4a8a77abf0e2 cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse new 4ce9f72e008b ARM: dts: imx7s: Define operating points table for cpufreq new bc8b0c271bbf cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklist new ec1c7ad47664 cpufreq: CPPC: Fix performance/frequency conversion new c377d4ba86e9 cpufreq: qcom-hw: Add support for per-core-dcvs new 72951a77c00f cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufre [...] new cac2ed0a1b06 dt-bindings: dvfs: Use MediaTek CPUFREQ HW as an example new b7f2b0d3511a dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings new 2353828f3695 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...] new 021dbecabc93 opp: Expose of-node's name in debugfs new 0cc525901fe9 dt-bindings: arm: qcom: Add msm8996 and apq8096 compatibles new 8188eaf4de56 arm64: dts: qcom: msm8996-mtp: Add msm8996 compatible new 784adeb3a37c dt-bindings: opp: qcom-opp: Convert to DT schema new ec24d1d55469 dt-bindings: opp: Convert qcom-nvmem-cpufreq to DT schema new 2b8382d27170 arm64: dts: qcom: msm8996: Rename cluster OPP tables new 6b3abe0cfb7d arm64: dts: qcom: qcs404: Rename CPU and CPR OPP tables new 8acf5cb92d9d dt-bindings: power: avs: qcom,cpr: Convert to DT schema new 0409ab77728d dt-bindings: opp: Add "opp-microwatt" entry in the OPP new 4f9a7a1dc2a2 OPP: Add "opp-microwatt" supporting code new caeea9e66719 PM: EM: add macro to set .active_power() callback conditionally new 32bf8bc9a077 OPP: Add support of "opp-microwatt" for EM registration new f48a0c475c2a Documentation: EM: Describe new registration method using DT new 0474bcc9c174 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...] new 79bc8bface87 Merge branch 'pm-opp' new 895519c19fae MAINTAINERS: Add additional file to uncore frequency control new 7000ef38052b Documentation: amd-pstate: grammar and sentence structure updates new 3b65dd5be3c7 Merge branch 'pm-docs' new 1d59c3b669fa Merge tag 'pm-5.18-rc1-2' of git://git.kernel.org/pub/scm/ [...] new a47381055bd5 Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/ [...] new b2638e56c2ce device property: Don't split fwnode_get_irq*() APIs in the code new 13776ebb9964 Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/s [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/pm/amd-pstate.rst | 135 ++-- .../bindings/cpufreq/cpufreq-qcom-hw.txt | 172 ----- .../bindings/cpufreq/cpufreq-qcom-hw.yaml | 201 ++++++ .../bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 166 +++++ .../bindings/dvfs/performance-domain.yaml | 14 +- .../devicetree/bindings/opp/opp-v2-base.yaml | 23 + .../devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 257 +++++++ .../devicetree/bindings/opp/opp-v2-qcom-level.yaml | 60 ++ .../devicetree/bindings/opp/qcom-nvmem-cpufreq.txt | 796 --------------------- Documentation/devicetree/bindings/opp/qcom-opp.txt | 19 - .../devicetree/bindings/power/avs/qcom,cpr.txt | 130 ---- .../devicetree/bindings/power/avs/qcom,cpr.yaml | 160 +++++ Documentation/power/energy-model.rst | 10 + MAINTAINERS | 6 +- arch/arm/boot/dts/imx7s.dtsi | 16 + drivers/base/property.c | 32 +- drivers/cpufreq/cppc_cpufreq.c | 43 +- drivers/cpufreq/cpufreq-dt-platdev.c | 3 + drivers/cpufreq/qcom-cpufreq-hw.c | 20 +- drivers/cpufreq/qcom-cpufreq-nvmem.c | 2 +- drivers/cpufreq/scmi-cpufreq.c | 2 +- drivers/opp/core.c | 25 + drivers/opp/debugfs.c | 8 + drivers/opp/of.c | 108 ++- drivers/opp/opp.h | 1 + include/linux/energy_model.h | 2 + include/linux/pm_opp.h | 12 +- include/linux/property.h | 6 +- 28 files changed, 1190 insertions(+), 1239 deletions(-) delete mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.txt create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml create mode 100644 Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml create mode 100644 Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml create mode 100644 Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml delete mode 100644 Documentation/devicetree/bindings/opp/qcom-nvmem-cpufreq.txt delete mode 100644 Documentation/devicetree/bindings/opp/qcom-opp.txt delete mode 100644 Documentation/devicetree/bindings/power/avs/qcom,cpr.txt create mode 100644 Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml