All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] phy: stm32: add phy tuning support
@ 2021-09-14 14:52 ` Amelie Delaunay
  0 siblings, 0 replies; 18+ messages in thread
From: Amelie Delaunay @ 2021-09-14 14:52 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul, Rob Herring, Alexandre Torgue,
	Maxime Coquelin
  Cc: linux-phy, linux-kernel, devicetree, linux-arm-kernel,
	linux-stm32, Amelie Delaunay

This series brings phy tuning to stm32-usbphyc with a new optional
device tree property st,phy-tuning, the elements of which
(st,phy-tuning node properties) are also optional.
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 st,phy-tuning optional
    property
  phy: stm32: add phy tuning support

 .../bindings/phy/phy-stm32-usbphyc.yaml       |  68 ++++++
 drivers/phy/st/phy-stm32-usbphyc.c            | 208 ++++++++++++++++++
 2 files changed, 276 insertions(+)

-- 
2.25.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-09-22 15:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-14 14:52 [PATCH 0/3] phy: stm32: add phy tuning support Amelie Delaunay
2021-09-14 14:52 ` Amelie Delaunay
2021-09-14 14:52 ` Amelie Delaunay
2021-09-14 14:52 ` [PATCH 1/3] phy: stm32: restore utmi switch on resume Amelie Delaunay
2021-09-14 14:52   ` Amelie Delaunay
2021-09-14 14:52   ` Amelie Delaunay
2021-09-14 14:52 ` [PATCH 2/3] dt-bindings: phy: phy-stm32-usbphyc: add st, phy-tuning optional property Amelie Delaunay
2021-09-14 14:52   ` [PATCH 2/3] dt-bindings: phy: phy-stm32-usbphyc: add st,phy-tuning " Amelie Delaunay
2021-09-14 14:52   ` [PATCH 2/3] dt-bindings: phy: phy-stm32-usbphyc: add st, phy-tuning " Amelie Delaunay
2021-09-21 20:55   ` [PATCH 2/3] dt-bindings: phy: phy-stm32-usbphyc: add st,phy-tuning " Rob Herring
2021-09-21 20:55     ` Rob Herring
2021-09-21 20:55     ` Rob Herring
2021-09-22 15:12     ` Amelie DELAUNAY
2021-09-22 15:12       ` Amelie DELAUNAY
2021-09-22 15:12       ` Amelie DELAUNAY
2021-09-14 14:52 ` [PATCH 3/3] phy: stm32: add phy tuning support Amelie Delaunay
2021-09-14 14:52   ` Amelie Delaunay
2021-09-14 14:52   ` Amelie Delaunay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.