Re: [PATCH v9 11/13] coresight: etm4x: remove s_ex_level from config

From: Leo Yan

Date: Tue Aug 11 2026 - 13:58:20 EST


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.