Re: [PATCH 04/22] clk: bind clk to new parent device

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 > > On Wed, 29 Jul 2020 at 08:51, Claudiu Beznea > wrote: >> >> Clock re-parenting is not binding the clock's device to its new >> parent device, it only calls

Re: [PATCH 04/22] clk: bind clk to new parent device

2020-08-03 Thread Simon Glass
On Wed, 29 Jul 2020 at 08:51, Claudiu Beznea wrote: > > Clock re-parenting is not binding the clock's device to its new > parent device, it only calls the clock's ops->set_parent() API. The > changes in this commit re-parent the clock device to its new parent > so that subsequent operations like c

[PATCH 04/22] clk: bind clk to new parent device

2020-07-29 Thread Claudiu Beznea
Clock re-parenting is not binding the clock's device to its new parent device, it only calls the clock's ops->set_parent() API. The changes in this commit re-parent the clock device to its new parent so that subsequent operations like clk_get_parent() to point to the proper parent. Signed-off-by: