RE: [PATCH net-next v4 0/4] Add support for RTL8261C_CG

From: Javen

Date: Wed Jun 10 2026 - 06:07:08 EST


>Subject: [PATCH net-next v4 0/4] Add support for RTL8261C_CG
>
>From: Javen Xu <javen_xu@xxxxxxxxxxxxxx>
>
>Add support for RTL8261C_CG and add support for loading firmware.
>
>Javen Xu (4):
> net: phy: c45: add genphy_c45_soft_reset()
> net: phy: c45: add genphy_c45_config_master_slave()
> net: phy: realtek: add support for RTL8261C_CG
> net: phy: realtek: load firmware for RTL8261C_CG
>
> drivers/net/phy/phy-c45.c | 64 ++++
> drivers/net/phy/realtek/realtek_main.c | 406 +++++++++++++++++++++++++
> include/linux/phy.h | 2 +
> include/uapi/linux/mdio.h | 3 +
> 4 files changed, 475 insertions(+)
>
>--
>2.43.0

Hi, Nicolai

Sorry, I forgot to include your Reviewed-by tag in this version.
The only change in this patch compared to the previous version is that I moved the definition of struct device *dev to patch 4/4 in this series. There are no other logic changes.
May I ask if your review is still valid for this updated version? If so, should I resubmit a new version to include your tag, or would you prefer to review it again?

Thanks,
BRs,
Javen