Re: [PATCH RFC 2/3] coresight: change helper_ops to accept coresight_path
From: Carl Worth
Date: Mon Sep 22 2025 - 13:33:42 EST
Jie Gan <jie.gan@xxxxxxxxxxxxxxxx> writes:
> Update the helper_enable and helper_disable functions to accept
> coresight_path instead of a generic void *data, as coresight_path
> encapsulates all the necessary data required by devices along the path.
>
> Signed-off-by: Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
Tested-by: Carl Worth <carl@xxxxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Carl Worth <carl@xxxxxxxxxxxxxxxxxxxxxx>
-Carl