summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorNicolas Frattaroli <nicolas.frattaroli@collabora.com>2025-07-16 19:51:22 +0200
committerViresh Kumar <viresh.kumar@linaro.org>2025-08-11 12:19:01 +0530
commit62498af7b1082d76031f98e4c3d6fb2b9af47772 (patch)
treea60cff0761e09efc2fe0bc99a3b5c7b6022b9f9c /tools/perf/scripts/python/task-analyzer.py
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff)
downloadkernel-62498af7b1082d76031f98e4c3d6fb2b9af47772.tar.gz
dt-bindings: cpufreq: Add mediatek,mt8196-cpufreq-hw binding
The MediaTek MT8196 SoC has new cpufreq hardware, with added memory register ranges to control Dynamic-Voltage-Frequency-Scaling. The DVFS hardware is controlled through a set of registers referred to as "FDVFS". They set the target frequency the DVFS hardware should aim for for each performance domain. Instead of working around the old binding and its already established meanings for the reg items, add a new binding. The FDVFS register memory region is at the beginning, which allows us to easily expand this binding for future SoCs which may have more than 3 performance domains. Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
. Donenfeld 2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds 2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2022-05-25s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn 2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov 2022-05-06s390/crypto: fix typos in commentsJulia Lawall 2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik 2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2021-12-31crypto: s390/sha512 - Use macros instead of direct IV numbersTianjia Zhang 2021-12-20s390/crypto: fix compile error for ChaCha20 moduleHeiko Carstens 2021-12-06s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer 2021-04-21s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger 2021-03-24s390/crc32-vx: couple of typo fixesBhaskar Chowdhury 2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2021-02-13s390/crypto: use store_tod_clock_ext()Heiko Carstens 2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger 2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel 2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds 2020-12-10s390/crypto: add arch_get_random_long() supportHarald Freudenberger 2020-11-20s390/prng: let misc_register() add the prng sysfs attributesJulian Wiedmann 2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers