summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorLaura Nao <laura.nao@collabora.com>2025-09-15 17:19:26 +0200
committerStephen Boyd <sboyd@kernel.org>2025-09-21 09:35:56 -0700
commit8ceff24a754ac065123ae0ec9f31ec03aff55f8a (patch)
tree9c16e7d08ed249ffba30f0ba1f85ccc02f19b499 /tools/perf/scripts/python/bin/stackcollapse-report
parentbe89999259376eba724a52cc31560588bd5c95d8 (diff)
downloadkernel-8ceff24a754ac065123ae0ec9f31ec03aff55f8a.tar.gz
clk: mediatek: clk-gate: Refactor mtk_clk_register_gate to use mtk_gate struct
MT8196 uses a HW voter for gate enable/disable control, with set/clr/sta registers located in a separate regmap. Refactor mtk_clk_register_gate() to take a struct mtk_gate, and add a pointer to it in struct mtk_clk_gate. This allows reuse of the static gate data (including HW voter register offsets) without adding extra function arguments, and removes redundant duplication in the runtime data struct. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: Laura Nao <laura.nao@collabora.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
stro/kernel/commit/kernel/entry?id=8b023accc8df70e72f7704d29fead7ca914d6837'>lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers 2022-04-05entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle 2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner 2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman 2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman 2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman 2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman 2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman 2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov 2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland 2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland 2021-12-01entry: Snapshot thread flagsMark Rutland 2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman 2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2021-10-29exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman