mbox series

[v2,0/2] phy: qcom-qmp: pipe clock fixes

Message ID 20220502133130.4125-1-johan+linaro@kernel.org (mailing list archive)
Headers show
Series phy: qcom-qmp: pipe clock fixes | expand

Message

Johan Hovold May 2, 2022, 1:31 p.m. UTC
This series fixes a pipe clock imbalance on PHY power-on failures and
renames some error labels in order to improve readability and avoid
future bugs in the same category.

Both patches can be applied for -next.

Johan

Changes in v2:
 - drop kernel doc fix which has been applied
 - split pipe-clock fix from error label rename and rename also the
   remaining labels in qcom_qmp_phy_com_init() in a separate patch

Johan Hovold (2):
  phy: qcom-qmp: fix pipe-clock imbalance on power-on failure
  phy: qcom-qmp: rename error labels

 drivers/phy/qualcomm/phy-qcom-qmp.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Comments

Vinod Koul May 3, 2022, 4:42 a.m. UTC | #1
On 02-05-22, 15:31, Johan Hovold wrote:
> This series fixes a pipe clock imbalance on PHY power-on failures and
> renames some error labels in order to improve readability and avoid
> future bugs in the same category.
> 
> Both patches can be applied for -next.

Applied, thanks