All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kyle Hendry <kylehendrydev@gmail.com>
To: Florian Fainelli <florian.fainelli@broadcom.com>,
	Andrew Lunn <andrew@lunn.ch>, Vladimir Oltean <olteanv@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Russell King <linux@armlinux.org.uk>
Cc: noltari@gmail.com, jonas.gorski@gmail.com,
	Kyle Hendry <kylehendrydev@gmail.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH net-next v2 0/7] net: dsa: b53: mmap: Add bcm63xx EPHY power control
Date: Wed, 23 Jul 2025 20:52:39 -0700	[thread overview]
Message-ID: <20250724035300.20497-1-kylehendrydev@gmail.com> (raw)

The gpio controller on some bcm63xx SoCs has a register for
controlling functionality of the internal fast ethernet phys.
These patches allow the b53 driver to enable/disable phy
power.

The register also contains reset bits which will be set by
a reset driver in another patch series:
https://lore.kernel.org/all/20250715234605.36216-1-kylehendrydev@gmail.com/

v2 changes:
- Add more description to dt binding
- Squash commit adding syscon lookup into where the result is checked

v1: https://lore.kernel.org/netdev/20250716002922.230807-1-kylehendrydev@gmail.com/

Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>

Kyle Hendry (7):
  net: dsa: b53: Add phy_enable(), phy_disable() methods
  dt-bindings: net: dsa: b53: Document brcm,gpio-ctrl property
  net: dsa: b53: Define chip IDs for more bcm63xx SoCs
  net: dsa: b53: mmap: Add syscon reference and register layout for
    bcm63268
  net: dsa: b53: mmap: Add register layout for bcm6318
  net: dsa: b53: mmap: Add register layout for bcm6368
  net: dsa: b53: mmap: Implement bcm63xx ephy power control

 .../devicetree/bindings/net/dsa/brcm,b53.yaml |   6 +
 drivers/net/dsa/b53/b53_common.c              |  27 ++---
 drivers/net/dsa/b53/b53_mmap.c                | 107 +++++++++++++++++-
 drivers/net/dsa/b53/b53_priv.h                |  15 ++-
 4 files changed, 134 insertions(+), 21 deletions(-)

-- 
2.43.0


             reply	other threads:[~2025-07-24  3:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-24  3:52 Kyle Hendry [this message]
2025-07-24  3:52 ` [PATCH net-next v2 1/7] net: dsa: b53: Add phy_enable(), phy_disable() methods Kyle Hendry
2025-07-24  3:52 ` [PATCH net-next v2 2/7] dt-bindings: net: dsa: b53: Document brcm,gpio-ctrl property Kyle Hendry
2025-07-25 20:04   ` Rob Herring (Arm)
2025-07-24  3:52 ` [PATCH net-next v2 3/7] net: dsa: b53: Define chip IDs for more bcm63xx SoCs Kyle Hendry
2025-07-24  3:52 ` [PATCH net-next v2 4/7] net: dsa: b53: mmap: Add syscon reference and register layout for bcm63268 Kyle Hendry
2025-07-25 20:56   ` Florian Fainelli
2025-07-24  3:52 ` [PATCH net-next v2 5/7] net: dsa: b53: mmap: Add register layout for bcm6318 Kyle Hendry
2025-07-25 20:57   ` Florian Fainelli
2025-07-24  3:52 ` [PATCH net-next v2 6/7] net: dsa: b53: mmap: Add register layout for bcm6368 Kyle Hendry
2025-07-25 20:57   ` Florian Fainelli
2025-07-24  3:52 ` [PATCH net-next v2 7/7] net: dsa: b53: mmap: Implement bcm63xx ephy power control Kyle Hendry
2025-07-25 20:57   ` Florian Fainelli
2025-07-25 22:17 ` [PATCH net-next v2 0/7] net: dsa: b53: mmap: Add bcm63xx EPHY " patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250724035300.20497-1-kylehendrydev@gmail.com \
    --to=kylehendrydev@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=jonas.gorski@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=noltari@gmail.com \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.