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.