Re: [PATCH V8 5/7] interconnect: qcom: sa8775p: Add dynamic icc node id support
From: Dmitry Baryshkov
Date: Wed Feb 05 2025 - 20:00:57 EST
On Wed, Feb 05, 2025 at 06:27:41PM +0000, Raviteja Laggyshetty wrote:
> Discard the static IDs from node data and set the default node ID
> to -1 to indicate the for dynamic ID allocation.
> Update the topology to use node pointers for links instead of static
> IDs, and rearrange the node definitions to avoid undefined references.
I think it might be better to forward-declare all node entries at the
top and then keep currently defined nodes in place. Otherwise the diff
is pretty unreadable.
>
> Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@xxxxxxxxxxx>
> ---
> drivers/interconnect/qcom/sa8775p.c | 2194 ++++++++++++---------------
> 1 file changed, 962 insertions(+), 1232 deletions(-)
>
--
With best wishes
Dmitry