2019-10-21 03:45:27

by Hayes Wang

[permalink] [raw]
Subject: [PATCH net-next 0/4] r8152: PHY firmware

Support loading the firmware of the PHY with the type of RTL_FW_PHY_NC.

Hayes Wang (4):
r8152: rename fw_type_1 with fw_mac
r8152: add checking fw_offset field of struct fw_mac
r8152: move r8153_patch_request forward
r8152: support firmware of PHY NC for RTL8153A

drivers/net/usb/r8152.c | 428 +++++++++++++++++++++++++++++++++-------
1 file changed, 357 insertions(+), 71 deletions(-)

--
2.21.0


2019-10-22 18:38:54

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH net-next 0/4] r8152: PHY firmware

On Mon, 21 Oct 2019 11:41:09 +0800, Hayes Wang wrote:
> Support loading the firmware of the PHY with the type of RTL_FW_PHY_NC.

Applied, thanks!