All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] STM32 USBPHYC ck_usbo_48m clock provider
@ 2021-01-14 17:13 ` Amelie Delaunay
  0 siblings, 0 replies; 10+ messages in thread
From: Amelie Delaunay @ 2021-01-14 17:13 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul, Rob Herring, Alexandre Torgue,
	Maxime Coquelin
  Cc: Amelie Delaunay, devicetree, linux-kernel, linux-arm-kernel,
	linux-stm32

STM32 USBPHYC provides clocks to STM32 RCC pour STM32 USB controllers.
Specifically, ck_usbo_48m is a possible clock parent for USB OTG clock,
during OTG Full-Speed operation.

This series registers the usbphyc as clock provider of this ck_usbo_48m clock.

---
Changes in v2:
- fix COMMON_CLK dependency issue reported by kernel test robot
---
Amelie Delaunay (2):
  dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells required
    property
  phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock

 .../bindings/phy/phy-stm32-usbphyc.yaml       |  6 ++
 drivers/phy/st/Kconfig                        |  1 +
 drivers/phy/st/phy-stm32-usbphyc.c            | 66 +++++++++++++++++++
 3 files changed, 73 insertions(+)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-01-26  9:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 17:13 [PATCH v2 0/2] STM32 USBPHYC ck_usbo_48m clock provider Amelie Delaunay
2021-01-14 17:13 ` Amelie Delaunay
2021-01-14 17:13 ` [PATCH v2 1/2] dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells required property Amelie Delaunay
2021-01-14 17:13   ` Amelie Delaunay
2021-01-25 21:40   ` Rob Herring
2021-01-25 21:40     ` Rob Herring
2021-01-26  9:49     ` Amelie DELAUNAY
2021-01-26  9:49       ` Amelie DELAUNAY
2021-01-14 17:13 ` [PATCH v2 2/2] phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock Amelie Delaunay
2021-01-14 17:13   ` 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.