[PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx

Kyle Hendry posted 6 patches 3 months ago
There is a newer version of this series
.../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(-)
[PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx
Posted by Kyle Hendry 3 months ago
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
Re: [PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx
Posted by Philipp Zabel 1 month, 3 weeks ago
On Di, 2025-07-08 at 19:47 -0700, Kyle Hendry wrote:
> 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
[...]

Applied patches 1 and 2 to reset/next (in inverse order), thanks!

[2/6] dt-bindings: reset: add compatible for bcm63xx ephy control
      https://git.pengutronix.de/cgit/pza/linux/commit/?id=a341bcfbfa74
[1/6] reset: bcm6345: add support for bcm63xx ephy control register
      https://git.pengutronix.de/cgit/pza/linux/commit/?id=6e273caeacf0

Do you agree that patches 2-6 are not necessary?

regards
Philipp