mbox series

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

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

Message

Justin Lai Nov. 14, 2024, 11:14 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()

Justin Lai (4):
  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()

 drivers/net/ethernet/realtek/rtase/rtase.h    |  2 +
 .../net/ethernet/realtek/rtase/rtase_main.c   | 38 ++++++++++++++-----
 2 files changed, 30 insertions(+), 10 deletions(-)