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

2021-03-24 Thread Manish Narani
infradead.org; git > > Subject: Re: [PATCH v3] phy: zynqmp: Handle the clock enable/disable > properly > > Hi Manish, > > Thank you for the patch. > > On Tue, Mar 23, 2021 at 07:49:47PM +0530, Manish Narani wrote: > > The current driver is not handling the clock enab

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

2021-03-24 Thread Michal Simek
On 3/23/21 3:19 PM, 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 handle the > same. > > Signed-off-by: Manish Narani >

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

2021-03-23 Thread Laurent Pinchart
Hi Manish, Thank you for the patch. On Tue, Mar 23, 2021 at 07:49:47PM +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

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

2021-03-23 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 | 57