[PATCH v9 11/13] coresight: etm4x: remove s_ex_level from config
Leo Yan
leo.yan at arm.com
Tue Aug 11 10:25:17 PDT 2026
On Sat, Jul 25, 2026 at 12:36:43PM +0100, Yeoreum Yun wrote:
[...]
> -static u64 etm4_get_access_type(struct etmv4_config *config)
> +static u64 etm4_get_access_type(struct etmv4_config *config,
> + const struct etmv4_caps *caps)
> {
Is it possible to retrieve drvdata from config? Something like:
drvdata = etm4_get_drvdata_from_config(config);
If this is feasible, we wouldn't need to modify so many functions to
add the *caps argument.
More information about the linux-arm-kernel
mailing list