Re: [PATCH 17/17] phy: qcom-qmp-combo: drop redundant DP config flag

From: Johan Hovold
Date: Fri Sep 23 2022 - 02:14:35 EST


On Thu, Sep 22, 2022 at 09:02:49PM +0300, Dmitry Baryshkov wrote:
> On 20/09/2022 10:38, Johan Hovold wrote:
> > Drop the DP_COM control block flag from the configuration data, which is
> > set for all combo PHYs and hence no longer needed since the QMP driver
> > split.
> >
> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
> > ---
> > drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 63 +++++++----------------
> > 1 file changed, 18 insertions(+), 45 deletions(-)
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>

Thanks for the review, Dmitry.

Johan