Re: [PATCH v5 1/2] phy: core: Use runtime pm during configure too

2021-04-12 Thread Guido Günther
Hi, On Mon, Apr 12, 2021 at 04:40:56PM +0800, Liu Ying wrote: > Hi Guido, > > On Fri, 2021-04-09 at 13:40 +0200, Guido Günther wrote: > > The phy's configure phase usually needs register access so taking the > > device out of pm_runtime suspend looks useful. > > > > There's currently two in tree

Re: [PATCH v5 1/2] phy: core: Use runtime pm during configure too

2021-04-12 Thread Liu Ying
Hi Guido, On Fri, 2021-04-09 at 13:40 +0200, Guido Günther wrote: > The phy's configure phase usually needs register access so taking the > device out of pm_runtime suspend looks useful. > > There's currently two in tree drivers using runtime pm and .configure > (qualcomm/phy-qcom-qmp.c, rockchip

[PATCH v5 1/2] phy: core: Use runtime pm during configure too

2021-04-09 Thread Guido Günther
The phy's configure phase usually needs register access so taking the device out of pm_runtime suspend looks useful. There's currently two in tree drivers using runtime pm and .configure (qualcomm/phy-qcom-qmp.c, rockchip/phy-rockchip-inno-dsidphy.c) but both don't use the phy layers 'transparent'