linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx
@ 2025-07-09  2:47 Kyle Hendry
  2025-07-09  2:47 ` [PATCH 1/6] reset: bcm6345: add support for bcm63xx ephy control register Kyle Hendry
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Kyle Hendry @ 2025-07-09  2:47 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Fernández Rojas
  Cc: Kyle Hendry, devicetree, linux-kernel

bcm63xx SoCs have a register in the gpio controller that controls some
of the phy functionality. Some of the bits reset individual phys and 
need a driver to set. 

The other fields in the register configure phy power and will be set
by the network device driver. 

Kyle Hendry (6):
  reset: bcm6345: add support for bcm63xx ephy control register
  dt-bindings: reset: add compatible for bcm63xx ephy control
  dt-bindings: reset: add BCM63268 ephy reset definitions
  dt-bindings: reset: add BCM6318 ephy reset definitions
  dt-bindings: reset: add BCM6362 ephy reset definitions
  dt-bindings: reset: add BCM6328 ephy reset definitions

 .../devicetree/bindings/reset/brcm,bcm6345-reset.yaml        | 4 +++-
 drivers/reset/reset-bcm6345.c                                | 1 +
 include/dt-bindings/reset/bcm6318-reset.h                    | 5 +++++
 include/dt-bindings/reset/bcm63268-reset.h                   | 4 ++++
 include/dt-bindings/reset/bcm6328-reset.h                    | 5 +++++
 include/dt-bindings/reset/bcm6362-reset.h                    | 5 +++++
 6 files changed, 23 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-08-14 11:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09  2:47 [PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx Kyle Hendry
2025-07-09  2:47 ` [PATCH 1/6] reset: bcm6345: add support for bcm63xx ephy control register Kyle Hendry
2025-08-14 11:12   ` Krzysztof Kozlowski
2025-07-09  2:47 ` [PATCH 2/6] dt-bindings: reset: add compatible for bcm63xx ephy control Kyle Hendry
2025-07-10 21:53   ` Rob Herring (Arm)
2025-08-14 11:13   ` Krzysztof Kozlowski
2025-07-09  2:47 ` [PATCH 3/6] dt-bindings: reset: add BCM63268 ephy reset definitions Kyle Hendry
2025-07-10 21:54   ` Rob Herring
2025-07-09  2:47 ` [PATCH 4/6] dt-bindings: reset: add BCM6318 " Kyle Hendry
2025-07-09  2:47 ` [PATCH 5/6] dt-bindings: reset: add BCM6362 " Kyle Hendry
2025-07-09  2:47 ` [PATCH 6/6] dt-bindings: reset: add BCM6328 " Kyle Hendry
2025-08-14 10:57 ` [PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).