[PATCH v2 net-next 0/3] net: phy: aquantia: enable support for aqr115c
From: Bartosz Golaszewski
Date: Thu Jun 27 2024 - 07:31:33 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
This is a smaller chunk of the bigger series that enables support for
aqr115c and fixes a firmware boot issue preventing it from working on
sa8775p-ride.
Changes since v1:
- split out the PHY patches into their own series
- don't introduce new mode (OCSGMII) but use existing 2500BASEX instead
- split the wait-for-FW patch into two: one renaming and exporting the
relevant function and the second using it before checking the FW ID
Link to v1: https://lore.kernel.org/linux-arm-kernel/20240619184550.34524-1-brgl@xxxxxxxx/T/
Bartosz Golaszewski (3):
net: phy: aquantia: rename and export aqr107_wait_reset_complete()
net: phy: aquantia: wait for FW reset before checking the vendor ID
net: phy: aquantia: add support for aqr115c
drivers/net/phy/aquantia/aquantia.h | 1 +
drivers/net/phy/aquantia/aquantia_firmware.c | 4 ++
drivers/net/phy/aquantia/aquantia_main.c | 45 ++++++++++++++++++--
3 files changed, 46 insertions(+), 4 deletions(-)
--
2.43.0