Re: [PATCH 0/2] power-domain: Enable uclass refcounting

2025-04-28 Thread Fabio Estevam
On Fri, Apr 25, 2025 at 11:09 AM Miquel Raynal wrote: > > On one side we have a power domain uclass which is mostly clueless about > the topology of the power domains it manages. > > On the other side we have SoCs which are getting more and more complex, > ie. with several layers of power domains.

[PATCH 0/2] power-domain: Enable uclass refcounting

2025-04-25 Thread Miquel Raynal
On one side we have a power domain uclass which is mostly clueless about the topology of the power domains it manages. On the other side we have SoCs which are getting more and more complex, ie. with several layers of power domains. Sometimes (eg. on TI K3 platforms) all power domains are defined

Re: [PATCH 0/2] power-domain: Enable uclass refcounting

2025-04-25 Thread Wadim Egorov
Am 25.04.25 um 09:49 schrieb Miquel Raynal: On one side we have a power domain uclass which is mostly clueless about the topology of the power domains it manages. On the other side we have SoCs which are getting more and more complex, ie. with several layers of power domains. Sometimes (eg. on T