All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: mvneta: improve suspend/resume
@ 2018-03-30 10:33 ` Jisheng Zhang
  0 siblings, 0 replies; 8+ messages in thread
From: Jisheng Zhang @ 2018-03-30 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

This series tries to optimize the mvneta's suspend/resume
implementation by only taking necessary actions.

Since v1:
 - unify ret check
 - try best to keep the suspend/resume behavior
 - split txq deinit into sw/hw parts as well
 - adjust mvneta_stop_dev() location

I didn't add Thomas's Ack tag to patch1, because in v2, I added new code
to split the txq deinit into two parts.

Jisheng Zhang (2):
  net: mvneta: split rxq/txq init and txq deinit into SW and HW parts
  net: mvneta: improve suspend/resume

 drivers/net/ethernet/marvell/mvneta.c | 156 +++++++++++++++++++++++++++-------
 1 file changed, 127 insertions(+), 29 deletions(-)

-- 
2.16.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-30 10:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30 10:33 [PATCH v2 0/2] net: mvneta: improve suspend/resume Jisheng Zhang
2018-03-30 10:33 ` Jisheng Zhang
2018-03-30 10:34 ` [PATCH v2 1/2] net: mvneta: split rxq/txq init and txq deinit into SW and HW parts Jisheng Zhang
2018-03-30 10:34   ` Jisheng Zhang
2018-03-30 10:36 ` [PATCH v2 2/2] net: mvneta: improve suspend/resume Jisheng Zhang
2018-03-30 10:36   ` Jisheng Zhang
2018-03-30 10:43   ` Russell King - ARM Linux
2018-03-30 10:43     ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.