mbox series

[net,v2,0/5] Updating and correcting switch hardware versions and reported speeds

Message ID 20241115095429.399029-1-justinlai0215@realtek.com (mailing list archive)
Headers show
Series Updating and correcting switch hardware versions and reported speeds | expand

Message

Justin Lai Nov. 15, 2024, 9:54 a.m. UTC
This patch set mainly involves updating and correcting switch hardware
versions and reported speeds.
Details are as follows:
1. Refactor the rtase_check_mac_version_valid() function.
2. Correct the speed for RTL907XD-V1
3. Add support for RTL907XD-VA PCIe port
4. Corrects error handling of the rtase_check_mac_version_valid()
5. Add defines for hardware version id

Justin Lai (5):
  rtase: Refactor the rtase_check_mac_version_valid() function
  rtase: Correct the speed for RTL907XD-V1
  rtase: Add support for RTL907XD-VA PCIe port
  rtase: Corrects error handling of the rtase_check_mac_version_valid()
  rtase: Add defines for hardware version id

 drivers/net/ethernet/realtek/rtase/rtase.h    |  8 +++-
 .../net/ethernet/realtek/rtase/rtase_main.c   | 45 +++++++++++++------
 2 files changed, 39 insertions(+), 14 deletions(-)