summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorBrian Masney <bmasney@redhat.com>2025-08-10 18:57:30 -0400
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-08-29 01:51:46 +0300
commit5beef1fec2afb5414ddadac4a3ab7d00039dba60 (patch)
treec30e7ff0df5116fa96f452a62fc4492ac35468ec /tools/perf/scripts/python/exported-sql-viewer.py
parent6e5173e7bf80bdd127b659b210e773695d78d1ea (diff)
downloadkernel-5beef1fec2afb5414ddadac4a3ab7d00039dba60.tar.gz
drm/msm/hdmi_phy_8996: convert from round_rate() to determine_rate()
The round_rate() clk ops is deprecated, so migrate this driver from round_rate() to determine_rate() using the Coccinelle semantic patch on the cover letter of this series. The change to use clamp_t() was done manually. Signed-off-by: Brian Masney <bmasney@redhat.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/667876/ Link: https://lore.kernel.org/r/20250810-drm-msm-phy-clk-round-rate-v2-6-0fd1f7979c83@redhat.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
e()Peter Zijlstra 2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra 2020-04-19smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng 2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef 2020-03-06smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu 2020-01-28smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior 2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior 2020-01-24smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior 2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior 2019-07-20smp: Warn on function calls from softirq contextPeter Zijlstra 2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit 2019-06-23smp: Do not mark call_function_data as sharedNadav Amit 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf 2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel 2018-10-09smp: use __cpumask_set_cpu in on_each_cpu_condRik van Riel 2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner