summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@linaro.org>2025-03-27 12:54:28 +0000
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-04-22 09:50:06 +0200
commita8dc26a0ec43fd416ca781a8030807e65f71cfc5 (patch)
tree30cfe70a1583f1872c4c1d06faba9b8e361344c8 /tools/perf/scripts/python/parallel-perf.py
parent636baba9489a634c956d6f02076af6bc1725c132 (diff)
downloadkernel-a8dc26a0ec43fd416ca781a8030807e65f71cfc5.tar.gz
firmware: exynos-acpm: introduce devm_acpm_get_by_node()
To allow ACPM clients to simply be children of the ACPM node in DT, they need to be able to get the ACPM handle based on that ACPM node directly. Add an API to allow them to do so, devm_acpm_get_by_node(). At the same time, the previous approach of acquiring the ACPM handle via a DT phandle is now obsolete and we can remove devm_acpm_get_by_phandle(), which was there to facilitate that. There are no existing or anticipated upcoming users of that API, because all clients should be children of the ACPM node going forward. Note that no DTs have been merged that use the old approach, so doing this API change in this driver now will not affect any existing DTs or client drivers. Signed-off-by: André Draszik <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20250327-acpm-children-v1-2-0afe15ee2ff7@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
er&id=3582ce0d7ccf2ee0eca66e5928e5550b8fc84e57'>riscv: selftests: Fix vsetivli args for clangCharlie Jenkins 2024-05-30selftest: run vector prctl test for ZVE32XAndy Chiu 2024-05-22riscv: selftests: Add signal handling vector testsCharlie Jenkins 2024-05-22riscv: selftests: Add hwprobe binaries to .gitignoreCharlie Jenkins 2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones 2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt 2024-03-14selftests: riscv: Generalize mm selftestsCharlie Jenkins 2024-01-17RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones 2024-01-11Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt 2024-01-11tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner 2024-01-11tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner 2024-01-11tools: selftests: riscv: Add missing include for vector testChristoph Müllner 2024-01-11tools: selftests: riscv: Fix compile warnings in cboChristoph Müllner 2024-01-11tools: selftests: riscv: Fix compile warnings in hwprobeChristoph Müllner 2024-01-03RISC-V: selftests: Add which-cpus hwprobe testAndrew Jones 2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones 2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2023-09-21RISC-V: selftests: Add CBO testsAndrew Jones 2023-09-21RISC-V: selftests: Convert hwprobe test to kselftest APIAndrew Jones 2023-09-21RISC-V: selftests: Statically link hwprobe testAndrew Jones 2023-09-20riscv: kselftests: Fix mm build by removing testcases subdirectoryAlexandre Ghiti 2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2023-08-23RISC-V: mm: Add tests for RISC-V mmCharlie Jenkins 2023-08-02selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti 2023-08-02selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard 2023-07-01selftests: Test RISC-V Vector's first-use handlerAndy Chiu 2023-06-08selftests: add .gitignore file for RISC-V hwprobeAndy Chiu 2023-06-08selftests: Test RISC-V Vector prctl interfaceAndy Chiu 2023-04-18selftests: Test the new RISC-V hwprobe interfaceEvan Green