[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250620134430.1849344-1-kamilh@axis.com>
Date: Fri, 20 Jun 2025 15:44:27 +0200
From: Kamil Horák (2N) <kamilh@...s.com>
To: <florian.fainelli@...adcom.com>, <bcm-kernel-feedback-list@...adcom.com>,
<andrew@...n.ch>, <hkallweit1@...il.com>, <linux@...linux.org.uk>,
<davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
<pabeni@...hat.com>, <krzk+dt@...nel.org>, <conor+dt@...nel.org>
CC: <kamilh@...s.com>, <netdev@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <robh@...nel.org>
Subject: [PATCH 0/3] net: phy: bcm54811: Fix the PHY initialization
PATCH 1 - Fix the BCM54811 PHY initialization so that it conforms
to the datasheet regarding a reserved bit in the LRE Control
register, which must be written to zero after every device reset.
PATCH 2 - Fix the BCM54811 PHY initialization by implementing MII-Lite
mode switch
PATCH 3 - Add optional mii-lite-mode flag to switch the PHY to MII-Lite
Kamil Horák (2N) (3):
net: phy: bcm54811: Fix the PHY initialization
net: phy: bcm5481x: Implement MII-Lite mode
dt-bindings: ethernet-phy: add optional mii-lite-mode flag
.../devicetree/bindings/net/ethernet-phy.yaml | 8 +++
drivers/net/phy/broadcom.c | 54 +++++++++++++++++--
include/linux/brcmphy.h | 7 +++
3 files changed, 66 insertions(+), 3 deletions(-)
--
2.39.5
Powered by blists - more mailing lists