Re: [PATCH 05/14] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times

From: Vinod Koul
Date: Tue Jan 23 2024 - 09:03:10 EST


On 23-01-24, 09:20, Thomas Richard wrote:
> >>
> >> - ret = wiz_clock_init(wiz, node);
> >> + ret = wiz_clock_init(wiz, node, true);
> >
> > You are calling it one once? So what am I missing
>
> In patch 6/14, wiz_clock_init is called in resume_noirq callback:
>
> ret = wiz_clock_init(wiz, node, false);

noticed later, I think this would be useful to mention in changelog

--
~Vinod