All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] rt2x00: performance fixes for mmio
@ 2019-03-27  9:58 Stanislaw Gruszka
  2019-03-27  9:58 ` [PATCH 1/8] rt2800: partially restore old mmio txstatus behaviour Stanislaw Gruszka
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Stanislaw Gruszka @ 2019-03-27  9:58 UTC (permalink / raw)
  To: linux-wireless
  Cc: Tomislav Požega, Daniel Golle, Felix Fietkau, Mathias Kresin

Patch series should fix performance regression and do not reintroduce
tx queue hungs.

Patchset is based on:
'[PATCH v3 0/4] rt2x00 random fixes' 
https://lore.kernel.org/linux-wireless/1552384303-29529-1-git-send-email-sgruszka@redhat.com/

RFC -> v1
- fix some spelling mistakes in changlogs

Stanislaw Gruszka (8):
  rt2800: partially restore old mmio txstatus behaviour
  rt2800: new flush implementation for SoC devices
  rt2800: move txstatus pending routine
  rt2800mmio: fetch tx status changes
  rt2800mmio: use timer and work for handling tx statuses timeouts
  rt2x00: remove last_nostatus_check
  rt2x00: remove not used entry field
  rt2x00mmio: remove legacy comment

 drivers/net/wireless/ralink/rt2x00/rt2800lib.c   |  30 ++++--
 drivers/net/wireless/ralink/rt2x00/rt2800lib.h   |   3 +-
 drivers/net/wireless/ralink/rt2x00/rt2800mmio.c  | 124 ++++++++++++++++-------
 drivers/net/wireless/ralink/rt2x00/rt2800mmio.h  |   1 +
 drivers/net/wireless/ralink/rt2x00/rt2800pci.c   |   2 +-
 drivers/net/wireless/ralink/rt2x00/rt2800soc.c   |   4 +-
 drivers/net/wireless/ralink/rt2x00/rt2800usb.c   |  24 +----
 drivers/net/wireless/ralink/rt2x00/rt2x00.h      |   2 -
 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c   |   4 +
 drivers/net/wireless/ralink/rt2x00/rt2x00mmio.h  |   2 -
 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c |   1 -
 drivers/net/wireless/ralink/rt2x00/rt2x00queue.h |   3 -
 12 files changed, 123 insertions(+), 77 deletions(-)

-- 
2.7.5


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

end of thread, other threads:[~2019-04-25 16:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27  9:58 [PATCH 0/8] rt2x00: performance fixes for mmio Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 1/8] rt2800: partially restore old mmio txstatus behaviour Stanislaw Gruszka
2019-04-25 16:44   ` Kalle Valo
2019-03-27  9:58 ` [PATCH 2/8] rt2800: new flush implementation for SoC devices Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 3/8] rt2800: move txstatus pending routine Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 4/8] rt2800mmio: fetch tx status changes Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 5/8] rt2800mmio: use timer and work for handling tx statuses timeouts Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 6/8] rt2x00: remove last_nostatus_check Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 7/8] rt2x00: remove not used entry field Stanislaw Gruszka
2019-03-27  9:58 ` [PATCH 8/8] rt2x00mmio: remove legacy comment Stanislaw Gruszka

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.