mbox series

[v3,0/3] phy: qcom-qmp-combo: correct USB v6 registers

Message ID 20230928105445.1210861-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series phy: qcom-qmp-combo: correct USB v6 registers | expand

Message

Dmitry Baryshkov Sept. 28, 2023, 10:54 a.m. UTC
Move and rework USB QMP PHY v6 register names to follow the usual practice.

Changes since v2:
- Renamed the series from 'phy: qcom-qmp-combo: correct sm8550 PHY
  programming', since the fix for sm8550 was landed separately (via [1])
- Removed the comment regarding v5-v6 difference, which looks invalid
  now (Konrad)

Changes since v1:
- Rebased on top of Konrad's patchet ([1])

[1] https://lore.kernel.org/all/20230829-topic-8550_usbphy-v3-0-34ec434194c5@linaro.org/

Dmitry Baryshkov (3):
  phy: qcom-qmp-combo: fix the prefix for the PCS_USB v6 registers
  phy: qcom-qmp-usb: move PCS v6 register to the proper header
  phy: qcom-qmp-combo: use v6 registers in v6 regs layout

 drivers/phy/qualcomm/phy-qcom-qmp-combo.c     | 50 +++++++++----------
 .../phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h    | 29 +++--------
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6.h    | 20 +++++++-
 3 files changed, 50 insertions(+), 49 deletions(-)

Comments

Vinod Koul Oct. 13, 2023, 10:43 a.m. UTC | #1
On Thu, 28 Sep 2023 13:54:42 +0300, Dmitry Baryshkov wrote:
> Move and rework USB QMP PHY v6 register names to follow the usual practice.
> 
> Changes since v2:
> - Renamed the series from 'phy: qcom-qmp-combo: correct sm8550 PHY
>   programming', since the fix for sm8550 was landed separately (via [1])
> - Removed the comment regarding v5-v6 difference, which looks invalid
>   now (Konrad)
> 
> [...]

Applied, thanks!

[1/3] phy: qcom-qmp-combo: fix the prefix for the PCS_USB v6 registers
      commit: 579483ecd81987fc30a8b13650323a17cb1c14e3
[2/3] phy: qcom-qmp-usb: move PCS v6 register to the proper header
      commit: 5077b136fd594d0c9e7df0a749bda75ba6114e3c
[3/3] phy: qcom-qmp-combo: use v6 registers in v6 regs layout
      commit: b5ec2824d74e71f16a0243446933542584acd440

Best regards,