Re: [PATCH v7 1/4] phy: Update PHY power control sequence

2018-07-25 Thread Evan Green
On Mon, Jul 2, 2018 at 10:00 AM Vivek Gautam wrote: > > On Tue, Jun 19, 2018 at 2:06 PM, Can Guo wrote: > > All PHYs should be powered on before register configuration starts. And > > only PCIe PHYs need an extra power control before deasserts reset state. > > > > Signed-off-by: Can Guo > > ---

Re: [PATCH v7 1/4] phy: Update PHY power control sequence

2018-07-25 Thread Evan Green
On Mon, Jul 2, 2018 at 10:00 AM Vivek Gautam wrote: > > On Tue, Jun 19, 2018 at 2:06 PM, Can Guo wrote: > > All PHYs should be powered on before register configuration starts. And > > only PCIe PHYs need an extra power control before deasserts reset state. > > > > Signed-off-by: Can Guo > > ---

Re: [PATCH v7 1/4] phy: Update PHY power control sequence

2018-07-02 Thread Vivek Gautam
On Tue, Jun 19, 2018 at 2:06 PM, Can Guo wrote: > All PHYs should be powered on before register configuration starts. And > only PCIe PHYs need an extra power control before deasserts reset state. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 19 --- >

Re: [PATCH v7 1/4] phy: Update PHY power control sequence

2018-07-02 Thread Vivek Gautam
On Tue, Jun 19, 2018 at 2:06 PM, Can Guo wrote: > All PHYs should be powered on before register configuration starts. And > only PCIe PHYs need an extra power control before deasserts reset state. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 19 --- >

Re: [PATCH v7 1/4] phy: Update PHY power control sequence

2018-06-27 Thread Manu Gautam
On 6/19/2018 2:06 PM, Can Guo wrote: > All PHYs should be powered on before register configuration starts. And > only PCIe PHYs need an extra power control before deasserts reset state. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 19 --- > 1 file

Re: [PATCH v7 1/4] phy: Update PHY power control sequence

2018-06-27 Thread Manu Gautam
On 6/19/2018 2:06 PM, Can Guo wrote: > All PHYs should be powered on before register configuration starts. And > only PCIe PHYs need an extra power control before deasserts reset state. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 19 --- > 1 file

[PATCH v7 1/4] phy: Update PHY power control sequence

2018-06-19 Thread Can Guo
All PHYs should be powered on before register configuration starts. And only PCIe PHYs need an extra power control before deasserts reset state. Signed-off-by: Can Guo --- drivers/phy/qualcomm/phy-qcom-qmp.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git

[PATCH v7 1/4] phy: Update PHY power control sequence

2018-06-19 Thread Can Guo
All PHYs should be powered on before register configuration starts. And only PCIe PHYs need an extra power control before deasserts reset state. Signed-off-by: Can Guo --- drivers/phy/qualcomm/phy-qcom-qmp.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git