This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from 5efabdadcf4a Merge tag 'devicetree-fixes-for-5.18-1' of git://git.kerne [...] adds b48cd0d12f8e cpufreq: replace cpumask_weight with cpumask_empty where a [...] adds 4a8a77abf0e2 cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse adds 4ce9f72e008b ARM: dts: imx7s: Define operating points table for cpufreq adds bc8b0c271bbf cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklist adds ec1c7ad47664 cpufreq: CPPC: Fix performance/frequency conversion adds c377d4ba86e9 cpufreq: qcom-hw: Add support for per-core-dcvs adds 72951a77c00f cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufre [...] adds cac2ed0a1b06 dt-bindings: dvfs: Use MediaTek CPUFREQ HW as an example adds b7f2b0d3511a dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings adds 2353828f3695 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...] adds 021dbecabc93 opp: Expose of-node's name in debugfs adds 0cc525901fe9 dt-bindings: arm: qcom: Add msm8996 and apq8096 compatibles adds 8188eaf4de56 arm64: dts: qcom: msm8996-mtp: Add msm8996 compatible adds 784adeb3a37c dt-bindings: opp: qcom-opp: Convert to DT schema adds ec24d1d55469 dt-bindings: opp: Convert qcom-nvmem-cpufreq to DT schema adds 2b8382d27170 arm64: dts: qcom: msm8996: Rename cluster OPP tables adds 6b3abe0cfb7d arm64: dts: qcom: qcs404: Rename CPU and CPR OPP tables adds 8acf5cb92d9d dt-bindings: power: avs: qcom,cpr: Convert to DT schema adds 0409ab77728d dt-bindings: opp: Add "opp-microwatt" entry in the OPP adds 4f9a7a1dc2a2 OPP: Add "opp-microwatt" supporting code adds caeea9e66719 PM: EM: add macro to set .active_power() callback conditionally adds 32bf8bc9a077 OPP: Add support of "opp-microwatt" for EM registration adds f48a0c475c2a Documentation: EM: Describe new registration method using DT adds 0474bcc9c174 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...] adds 79bc8bface87 Merge branch 'pm-opp' adds 895519c19fae MAINTAINERS: Add additional file to uncore frequency control adds 7000ef38052b Documentation: amd-pstate: grammar and sentence structure updates adds 3b65dd5be3c7 Merge branch 'pm-docs' adds 1d59c3b669fa Merge tag 'pm-5.18-rc1-2' of git://git.kernel.org/pub/scm/ [...] adds a47381055bd5 Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/ [...] adds b2638e56c2ce device property: Don't split fwnode_get_irq*() APIs in the code adds 13776ebb9964 Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/s [...] new 1c24a186398f fs: fd tables have to be multiples of BITS_PER_LONG
The 1 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 + fs/file.c | 30 + include/linux/energy_model.h | 2 + include/linux/pm_opp.h | 12 +- include/linux/property.h | 6 +- 29 files changed, 1220 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