Re: [PATCH u-boot] eth/r8152: update the firmware

2020-06-04 Thread Marek Vasut
On 6/4/20 5:45 AM, Hayes Wang wrote: > Marek Vasut [mailto:ma...@denx.de] >> Sent: Tuesday, June 02, 2020 7:59 PM > [...] >> Can you be more specific about the problem you are fixing here ? >> What is the problem ? > > There is low probability that the device may be lost when

RE: [PATCH u-boot] eth/r8152: update the firmware

2020-06-03 Thread Hayes Wang
Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, June 02, 2020 7:59 PM [...] > Can you be more specific about the problem you are fixing here ? > What is the problem ? > >>> > >>> There is low probability that the device may be lost when rebooting. > >>> Should I submit v2 to reword

Re: [PATCH u-boot] eth/r8152: update the firmware

2020-06-02 Thread Marek Vasut
On 6/2/20 1:48 PM, Hayes Wang wrote: > Marek Vasut [mailto:ma...@denx.de] >> Sent: Tuesday, June 02, 2020 7:02 PM > [...] Can you be more specific about the problem you are fixing here ? What is the problem ? >>> >>> There is low probability that the device may be lost when rebooting.

RE: [PATCH u-boot] eth/r8152: update the firmware

2020-06-02 Thread Hayes Wang
Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, June 02, 2020 7:02 PM [...] > >> Can you be more specific about the problem you are fixing here ? > >> What is the problem ? > > > > There is low probability that the device may be lost when rebooting. > > Should I submit v2 to reword the commit

Re: [PATCH u-boot] eth/r8152: update the firmware

2020-06-02 Thread Marek Vasut
On 6/2/20 5:17 AM, Hayes Wang wrote: > Marek Vasut [mailto:ma...@denx.de] >> Sent: Tuesday, June 02, 2020 12:46 AM >>> Update the firmware to improve compatibility for none-intel USB >>> host controller. >> >> Can you be more specific about the problem you are fixing here ? >> What is the problem

RE: [PATCH u-boot] eth/r8152: update the firmware

2020-06-01 Thread Hayes Wang
Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, June 02, 2020 12:46 AM > > Update the firmware to improve compatibility for none-intel USB > > host controller. > > Can you be more specific about the problem you are fixing here ? > What is the problem ? There is low probability that the

Re: [PATCH u-boot] eth/r8152: update the firmware

2020-06-01 Thread Marek Vasut
On 6/1/20 10:42 AM, Hayes Wang wrote: > Update the firmware to improve compatibility for none-intel USB > host controller. Can you be more specific about the problem you are fixing here ? What is the problem ?

[PATCH u-boot] eth/r8152: update the firmware

2020-06-01 Thread Hayes Wang
Update the firmware to improve compatibility for none-intel USB host controller. Signed-off-by: Hayes Wang --- drivers/usb/eth/r8152.h| 8 + drivers/usb/eth/r8152_fw.c | 481 - 2 files changed, 265 insertions(+), 224 deletions(-) diff --git