mbox series

[v3,0/3] phy: stm32: add phy tuning support

Message ID 20211015161427.220784-1-amelie.delaunay@foss.st.com
Headers show
Series phy: stm32: add phy tuning support | expand

Message

Amelie Delaunay Oct. 15, 2021, 4:14 p.m. UTC
This series brings phy tuning to stm32-usbphyc with new optional
device tree properties.
A prior patch add resume routine, which is used to restore UTMI
switch and phy tuning configuration, as they can be reset if
deep low power state is achieved.

Amelie Delaunay (3):
  phy: stm32: restore utmi switch on resume
  dt-bindings: phy: phy-stm32-usbphyc: add optional phy tuning
    properties
  phy: stm32: add phy tuning support

---
Changes in v3:
- Use -microamp for current boost
- '|' added after 'description:' on each properties needing this
Changes in v2:
- st,phy-tuning + usb_phy_tuning node removed
- properties are now in phy child nodes

 .../bindings/phy/phy-stm32-usbphyc.yaml       | 129 +++++++++++
 drivers/phy/st/phy-stm32-usbphyc.c            | 203 ++++++++++++++++++
 2 files changed, 332 insertions(+)

Comments

Vinod Koul Oct. 19, 2021, 6:06 p.m. UTC | #1
On 15-10-21, 18:14, Amelie Delaunay wrote:
> This series brings phy tuning to stm32-usbphyc with new optional
> device tree properties.
> A prior patch add resume routine, which is used to restore UTMI
> switch and phy tuning configuration, as they can be reset if
> deep low power state is achieved.

Applied, thanks