Re: [PATCH 2/3] phy: qcom-qmp: Add QMP V4 USB3 UNIPHY

2020-06-26 Thread Bjorn Andersson
On Sat 23 May 19:14 PDT 2020, Jonathan Marek wrote: > Add support for the USB3 PHY used by the secondary usb controller on sm8150 > > Signed-off-by: Jonathan Marek I've not reviewed the individual register listings, but the rest looks good. Reviewed-by: Bjorn Andersson Regards, Bjorn > ---

Re: [PATCH 2/3] phy: qcom-qmp: Add QMP V4 USB3 UNIPHY

2020-06-25 Thread Dmitry Baryshkov
On 24/05/2020 05:14, Jonathan Marek wrote: Add support for the USB3 PHY used by the secondary usb controller on sm8150 Signed-off-by: Jonathan Marek Tested-by: Dmitry Baryshkov -- With best wishes Dmitry

[PATCH 2/3] phy: qcom-qmp: Add QMP V4 USB3 UNIPHY

2020-05-23 Thread Jonathan Marek
Add support for the USB3 PHY used by the secondary usb controller on sm8150 Signed-off-by: Jonathan Marek --- drivers/phy/qualcomm/phy-qcom-qmp.c | 150 drivers/phy/qualcomm/phy-qcom-qmp.h | 5 + 2 files changed, 155 insertions(+) diff --git