[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1658188689-30846-1-git-send-email-justinpopo6@gmail.com>
Date: Mon, 18 Jul 2022 16:58:04 -0700
From: justinpopo6@...il.com
To: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
linux-usb@...r.kernel.org, jannh@...gle.com, jackychou@...x.com.tw,
jesionowskigreg@...il.com, joalonsof@...il.com,
justinpopo6@...il.com, pabeni@...hat.com, kuba@...nel.org,
edumazet@...gle.com, davem@...emloft.net, f.fainelli@...il.com
Cc: justin.chen@...adcom.com
Subject: [PATCH 0/5] net: usb: ax88179_178a: improvements and bug fixes
From: Justin Chen <justinpopo6@...il.com>
Power management was partially broken. There were two issues when dropping
into a sleep state.
1. Resume was not doing a fully HW restore. Only a partial restore. This
lead to a couple things being broken on resume. One of them being tcp rx.
2. wolopt was not being restored properly on resume.
Also did some general improvements and clean up to make it easier to fix
the issues mentioned above.
Justin Chen (5):
net: usb: ax88179_178a: remove redundant init code
net: usb: ax88179_178a: clean up pm calls
net: usb: ax88179_178a: restore state on resume
net: usb: ax88179_178a: move priv to driver_priv
net: usb: ax88179_178a: wol optimizations
drivers/net/usb/ax88179_178a.c | 314 +++++++++++++----------------------------
1 file changed, 100 insertions(+), 214 deletions(-)
--
2.7.4
Powered by blists - more mailing lists