]> git.itanic.dy.fi Git - linux-stable/commit
coresight: etm4x: Set skip_power_up in etm4_init_arch_data function
authorMao Jinlong <quic_jinlmao@quicinc.com>
Wed, 31 Jan 2024 10:54:19 +0000 (02:54 -0800)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Mon, 12 Feb 2024 10:45:09 +0000 (10:45 +0000)
commit1bbe0a247e5d72f723daeecf41596bfa99e199f1
treefda4261ce568fb6fd6f7c4eabfd96ee323c0ea39
parent8e8804145a46e092c5207bb1258d29236a2cbcaa
coresight: etm4x: Set skip_power_up in etm4_init_arch_data function

skip_power_up is used in etm4_init_arch_data when set lpoverride. So
need to set the value of it before calling using it.

Fixes: 5214b563588e ("coresight: etm4x: Add support for sysreg only devices")
Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20240131105423.9519-1-quic_jinlmao@quicinc.com
drivers/hwtracing/coresight/coresight-etm4x-core.c