Re: [PATCH v7 2/4] phy: General struct and field cleanup

2018-07-02 Thread Vivek Gautam
Hi Can, On Tue, Jun 19, 2018 at 2:06 PM, Can Guo wrote: > Move MSM8996 specific PHY vreg list struct name to a genernal one as it is > used by all PHYs. Add a specific field to handle dual lane situation. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 25

Re: [PATCH v7 2/4] phy: General struct and field cleanup

2018-07-02 Thread Vivek Gautam
Hi Can, On Tue, Jun 19, 2018 at 2:06 PM, Can Guo wrote: > Move MSM8996 specific PHY vreg list struct name to a genernal one as it is > used by all PHYs. Add a specific field to handle dual lane situation. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 25

Re: [PATCH v7 2/4] phy: General struct and field cleanup

2018-06-27 Thread Manu Gautam
On 6/19/2018 2:06 PM, Can Guo wrote: > Move MSM8996 specific PHY vreg list struct name to a genernal one as it is > used by all PHYs. Add a specific field to handle dual lane situation. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 25 ++--- > 1

Re: [PATCH v7 2/4] phy: General struct and field cleanup

2018-06-27 Thread Manu Gautam
On 6/19/2018 2:06 PM, Can Guo wrote: > Move MSM8996 specific PHY vreg list struct name to a genernal one as it is > used by all PHYs. Add a specific field to handle dual lane situation. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 25 ++--- > 1

Re: [PATCH v7 2/4] phy: General struct and field cleanup

2018-06-27 Thread Evan Green
On Tue, Jun 19, 2018 at 1:38 AM Can Guo wrote: > > Move MSM8996 specific PHY vreg list struct name to a genernal one as it is > used by all PHYs. Add a specific field to handle dual lane situation. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 25

Re: [PATCH v7 2/4] phy: General struct and field cleanup

2018-06-27 Thread Evan Green
On Tue, Jun 19, 2018 at 1:38 AM Can Guo wrote: > > Move MSM8996 specific PHY vreg list struct name to a genernal one as it is > used by all PHYs. Add a specific field to handle dual lane situation. > > Signed-off-by: Can Guo > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 25

[PATCH v7 2/4] phy: General struct and field cleanup

2018-06-19 Thread Can Guo
Move MSM8996 specific PHY vreg list struct name to a genernal one as it is used by all PHYs. Add a specific field to handle dual lane situation. Signed-off-by: Can Guo --- drivers/phy/qualcomm/phy-qcom-qmp.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff

[PATCH v7 2/4] phy: General struct and field cleanup

2018-06-19 Thread Can Guo
Move MSM8996 specific PHY vreg list struct name to a genernal one as it is used by all PHYs. Add a specific field to handle dual lane situation. Signed-off-by: Can Guo --- drivers/phy/qualcomm/phy-qcom-qmp.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff