[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c7c1a3ae-be97-4929-8d89-04c8aa870209@gmx.net>
Date: Sat, 24 Aug 2024 19:33:26 +0200
From: Hans-Frieder Vogt <hfdevel@....net>
To: Andrew Lunn <andrew@...n.ch>, Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>, netdev@...r.kernel.org
Cc: Vladimir Oltean <vladimir.oltean@....com>,
Bartosz Golaszewski <brgl@...ev.pl>
Subject: [PATCH net-next 0/2] net: phy: aquantia: enable firmware loading for
aqr105 on PCIe cards
This patch series adds support for firmware loading from the filesystem for
Aquantia PHYs in a non-device-tree environment and activates firmware
loading
for the AQR105 PHY.
Firmware loading for the Aquantia PHYs cannot use a static file name,
because
the firmware differs depending on the MAC it is connected to.
Therefore, the firmware name is created using the PHY and MAC (rather: MDIO)
names at runtime.
Activating firmware loading on the AQR105 is achieved by using the probe
function which is already used for the AQR107 and later PHY families.
The patch was tested on a Tehuti TN9510 card, with the improved
aqr_wait_reset_complete handling suggested by Vladimir Oltean
(discussion of patch by
Bartosz Golaszewski)
https://lore.kernel.org/netdev/20240806112747.soclko5vex2f2c64@skbuf/
(without these changes, the driver would timeout in
aqr_wait_reset_complete and
would return an error instead of loading firmware)
Hans-Frieder Vogt (2):
net: phy: aquantia: create firmware name for aqr PHYs at runtime
net: phy: aquantia: add firmware loading for aqr105
drivers/net/phy/aquantia/aquantia_firmware.c | 78 ++++++++++++++++++++
drivers/net/phy/aquantia/aquantia_main.c | 1 +
2 file changed, 79 insertions(+)
Powered by blists - more mailing lists