mbox series

[v3,0/2] 8550 USB QMPPHY fixups

Message ID 20230829-topic-8550_usbphy-v3-0-34ec434194c5@linaro.org
Headers show
Series 8550 USB QMPPHY fixups | expand

Message

Konrad Dybcio Sept. 11, 2023, 8:07 p.m. UTC
Inspired by [1] I went over the 8550 QMPPHY init sequences and found
some inconsistencies. This series attempts to fix them.

[1] https://lore.kernel.org/linux-arm-msm/20230828152353.16529-1-athierry@redhat.com/

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Changes in v3:
- v2 except it now compiles (missed .c change)
- Link to v2: https://lore.kernel.org/r/20230829-topic-8550_usbphy-v2-0-a72f43311d19@linaro.org

Changes in v2:
- Pick up tags
- "Q6" -> "V6"
- Link to v1: https://lore.kernel.org/r/20230829-topic-8550_usbphy-v1-0-599ddbfa094a@linaro.org

---
Konrad Dybcio (2):
      phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1
      phy: qcom-qmp-combo: initialize PCS_USB registers

 drivers/phy/qualcomm/phy-qcom-qmp-combo.c      | 6 +++++-
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
base-commit: 7bc675554773f09d88101bf1ccfc8537dc7c0be9
change-id: 20230829-topic-8550_usbphy-691f367b9b3e

Best regards,

Comments

Dmitry Baryshkov Sept. 11, 2023, 8:42 p.m. UTC | #1
On Mon, 11 Sept 2023 at 23:07, Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> Inspired by [1] I went over the 8550 QMPPHY init sequences and found
> some inconsistencies. This series attempts to fix them.
>
> [1] https://lore.kernel.org/linux-arm-msm/20230828152353.16529-1-athierry@redhat.com/
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> Changes in v3:
> - v2 except it now compiles (missed .c change)
> - Link to v2: https://lore.kernel.org/r/20230829-topic-8550_usbphy-v2-0-a72f43311d19@linaro.org

Thanks, this looks good now!

>
> Changes in v2:
> - Pick up tags
> - "Q6" -> "V6"
> - Link to v1: https://lore.kernel.org/r/20230829-topic-8550_usbphy-v1-0-599ddbfa094a@linaro.org
Vinod Koul Sept. 21, 2023, 2:26 p.m. UTC | #2
On Mon, 11 Sep 2023 22:07:13 +0200, Konrad Dybcio wrote:
> Inspired by [1] I went over the 8550 QMPPHY init sequences and found
> some inconsistencies. This series attempts to fix them.
> 
> [1] https://lore.kernel.org/linux-arm-msm/20230828152353.16529-1-athierry@redhat.com/
> 
> 

Applied, thanks!

[1/2] phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1
      commit: 112c23705c6dc59a05290c8e3e597e1b4e9c23fc
[2/2] phy: qcom-qmp-combo: initialize PCS_USB registers
      commit: 76d20290d0c66a84a7a40c6231e73d1ab25994e5

Best regards,