RE: [PATCH] phy: zynqmp: Handle the clock enable/disable properly

2021-03-09 Thread Manish Narani
el.org; linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH] phy: zynqmp: Handle the clock enable/disable properly > > Hi Manish, > > Thank you for the patch. > > On Tue, Mar 09, 2021 at 12:19:16AM +0530, Manish Narani wrote: > > The current driver is not handling the clock en

Re: [PATCH] phy: zynqmp: Handle the clock enable/disable properly

2021-03-08 Thread Laurent Pinchart
Hi Manish, Thank you for the patch. On Tue, Mar 09, 2021 at 12:19:16AM +0530, Manish Narani wrote: > The current driver is not handling the clock enable/disable operations > properly. The clocks need to be handled correctly by enabling or > disabling at appropriate places. This patch adds code to

[PATCH] phy: zynqmp: Handle the clock enable/disable properly

2021-03-08 Thread Manish Narani
The current driver is not handling the clock enable/disable operations properly. The clocks need to be handled correctly by enabling or disabling at appropriate places. This patch adds code to handle the same. Signed-off-by: Manish Narani --- drivers/phy/xilinx/phy-zynqmp.c | 40