Re: [PATCH 03/22] dm: core: add support for device re-parenting

2020-08-04 Thread Claudiu.Beznea
On 04.08.2020 05:00, Simon Glass wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi Claudiu, > > On Wed, 29 Jul 2020 at 08:51, Claudiu Beznea > wrote: >> >> In common clock framework the relation b/w parent and child clocks is >> deter

Re: [PATCH 03/22] dm: core: add support for device re-parenting

2020-08-03 Thread Simon Glass
Hi Claudiu, On Wed, 29 Jul 2020 at 08:51, 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 functionalit

[PATCH 03/22] dm: core: add support for device re-parenting

2020-07-29 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