All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ath5k: A few updates + cleanups + kerneldoc
@ 2011-11-20  7:56 Nick Kossifidis
  2011-11-20  7:56 ` [PATCH 01/13] ath5k: Switch from read-and-clear to write-to-clear method when handling PISR/SISR registers Nick Kossifidis
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Nick Kossifidis @ 2011-11-20  7:56 UTC (permalink / raw)
  To: ath5k-devel, linux-wireless
  Cc: linville, me, mcgrof, nbd, jirislaby, Nick Kossifidis

This series of patches includes some stability fixes related to interrupt
handling, an updated version of a calibration-related patch I posted some
time ago but never submited here and a new module parameter to disable
GPIO based rfkill switch (we had a few bug reports on that recently).

It also adds kernel doc on all ath5k_hw_* functions and structs (needs
some more work but it should be fine, I reviewed the output, spell-ckecked
it etc) and a few minor fixes and optimizations.

Nick Kossifidis (13):
  ath5k: Switch from read-and-clear to write-to-clear method when handling
  PISR/SISR registers.
  ath5k: Maintain PISR snapshot
  ath5k: Add TXNOFRM to INT_TX_ALL
  ath5k: Cleanups v1
  ath5k: Calibration re-work
  ath5k: Use usleep_range where possible
  ath5k: Cleanups v2 + add kerneldoc on all hw functions
  ath5k: We always do full calibration on AR5210
  ath5k: Add a module parameter to disable hw rf kill switch
  ath5k: MRR support and 2GHz radio override belong in ah_capabilities
  ath5k: ath5k_ani_period_restart only touches struct ath5k_ani_state
  ath5k: Renumber hw queue ids
  ath5k: Optimize ath5k_cw_validate

 drivers/net/wireless/ath/ath5k/ahb.c      |    4 +-
 drivers/net/wireless/ath/ath5k/ani.c      |   91 ++--
 drivers/net/wireless/ath/ath5k/ani.h      |   32 +-
 drivers/net/wireless/ath/ath5k/ath5k.h    |  566 +++++++++++++------
 drivers/net/wireless/ath/ath5k/attach.c   |   16 +-
 drivers/net/wireless/ath/ath5k/base.c     |  277 +++++++---
 drivers/net/wireless/ath/ath5k/caps.c     |   27 +-
 drivers/net/wireless/ath/ath5k/desc.c     |  217 ++++++--
 drivers/net/wireless/ath/ath5k/desc.h     |  124 +++--
 drivers/net/wireless/ath/ath5k/dma.c      |  380 ++++++++-----
 drivers/net/wireless/ath/ath5k/gpio.c     |   81 +++-
 drivers/net/wireless/ath/ath5k/initvals.c |   75 ++-
 drivers/net/wireless/ath/ath5k/pci.c      |    2 +-
 drivers/net/wireless/ath/ath5k/pcu.c      |  222 +++++---
 drivers/net/wireless/ath/ath5k/phy.c      |  852 +++++++++++++++++++++++------
 drivers/net/wireless/ath/ath5k/qcu.c      |  136 ++++--
 drivers/net/wireless/ath/ath5k/reg.h      |   21 +-
 drivers/net/wireless/ath/ath5k/reset.c    |  230 ++++++--
 drivers/net/wireless/ath/ath5k/rfbuffer.h |   59 ++-
 drivers/net/wireless/ath/ath5k/rfgain.h   |   22 +-
 20 files changed, 2457 insertions(+), 977 deletions(-)

-- 
1.7.8.rc1


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

end of thread, other threads:[~2011-11-21  3:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20  7:56 [PATCH 00/13] ath5k: A few updates + cleanups + kerneldoc Nick Kossifidis
2011-11-20  7:56 ` [PATCH 01/13] ath5k: Switch from read-and-clear to write-to-clear method when handling PISR/SISR registers Nick Kossifidis
2011-11-20  7:56 ` [PATCH 02/13] ath5k: Maintain PISR snapshot Nick Kossifidis
2011-11-20 22:43   ` Adrian Chadd
2011-11-21  3:44     ` Nick Kossifidis
2011-11-20  7:56 ` [PATCH 03/13] ath5k: Add TXNOFRM to INT_TX_ALL Nick Kossifidis
2011-11-20  7:56 ` [PATCH 04/13] ath5k: Cleanups v1 Nick Kossifidis
2011-11-20  7:56 ` [PATCH 05/13] ath5k: Calibration re-work Nick Kossifidis
2011-11-20  7:56 ` [PATCH 06/13] ath5k: Use usleep_range where possible Nick Kossifidis
2011-11-20  9:23   ` Felix Fietkau
2011-11-20 15:43     ` Nick Kossifidis
2011-11-20 16:01       ` Jiri Slaby
2011-11-20 16:10         ` Nick Kossifidis
2011-11-20  7:56 ` [PATCH 07/13] ath5k: Cleanups v2 + add kerneldoc on all hw functions Nick Kossifidis
2011-11-20  7:56 ` [PATCH 08/13] ath5k: We always do full calibration on AR5210 Nick Kossifidis
2011-11-20  7:56 ` [PATCH 09/13] ath5k: Add a module parameter to disable hw rf kill switch Nick Kossifidis
2011-11-20  7:56 ` [PATCH 10/13] ath5k: MRR support and 2GHz radio override belong in ah_capabilities Nick Kossifidis
2011-11-20  7:56 ` [PATCH 11/13] ath5k: ath5k_ani_period_restart only touches struct ath5k_ani_state Nick Kossifidis
2011-11-20  7:56 ` [PATCH 12/13] ath5k: Renumber hw queue ids Nick Kossifidis
2011-11-20  7:56 ` [PATCH 13/13] ath5k: Optimize ath5k_cw_validate Nick Kossifidis
2011-11-20 15:44   ` Bob Copeland
2011-11-20 16:15     ` Nick Kossifidis

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.