mbox series

[net,v3,0/9] r8152: serial fixes

Message ID 1394712342-15778-358-Taiwan-albertk@realtek.com
Headers show
Series r8152: serial fixes | expand

Message

Hayes Wang Jan. 22, 2020, 8:02 a.m. UTC
v3:
1. Fix the typos for patch #5 and #6.
2. Modify the commit message of patch #9.

v2:
For patch #2, move declaring the variable "ocp_data".

v1:
These patches are used to fix some issues for RTL8153.

Hayes Wang (9):
  r8152: fix runtime resume for linking change
  r8152: reset flow control patch when linking on for RTL8153B
  r8152: get default setting of WOL before initializing
  r8152: disable U2P3 for RTL8153B
  r8152: Disable PLA MCU clock speed down
  r8152: disable test IO for RTL8153B
  r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153B
  r8152: avoid the MCU to clear the lanwake
  r8152: disable DelayPhyPwrChg

 drivers/net/usb/r8152.c | 124 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 113 insertions(+), 11 deletions(-)

Comments

David Miller Jan. 23, 2020, 10:21 a.m. UTC | #1
From: Hayes Wang <hayeswang@realtek.com>
Date: Wed, 22 Jan 2020 16:02:04 +0800

> v3:
> 1. Fix the typos for patch #5 and #6.
> 2. Modify the commit message of patch #9.
> 
> v2:
> For patch #2, move declaring the variable "ocp_data".
> 
> v1:
> These patches are used to fix some issues for RTL8153.

Series applied, thank you.