mbox series

[v2,net-next,0/3] net: phy: aquantia: enable support for aqr115c

Message ID 20240627113018.25083-1-brgl@bgdev.pl (mailing list archive)
Headers show
Series net: phy: aquantia: enable support for aqr115c | expand

Message

Bartosz Golaszewski June 27, 2024, 11:30 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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@bgdev.pl/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(-)