Re: [PATCH v2 02/21] dm: core: add support for device re-parenting

2020-08-15 Thread Simon Glass
On Wed, 5 Aug 2020 at 09:12, Claudiu Beznea wrote: > > In common clock framework the relation b/w parent and child clocks is > determined based on the udevice parent/child information. A clock > parent could be changed based on devices needs. In case this is happen > the functionalities for clock

[PATCH v2 02/21] dm: core: add support for device re-parenting

2020-08-05 Thread Claudiu Beznea
In common clock framework the relation b/w parent and child clocks is determined based on the udevice parent/child information. A clock parent could be changed based on devices needs. In case this is happen the functionalities for clock who's parent is changed are broken. Add a function that repare