linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ath6kl: Add SDIO polling method for debugging
@ 2011-10-14 12:50 Sangwook Lee
  2011-10-14 12:50 ` [PATCH 1/5] ath6kl: Add SDIO polling function definitions Sangwook Lee
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sangwook Lee @ 2011-10-14 12:50 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, patches, Sangwook Lee

Add SDIO polling method based user defined intevals
At initial development stage, when SDIO irqs problem happen,
We can use this funtionality for debugging.
This is only tested with AR6003 HW2.0

Sangwook Lee (5):
  ath6kl: Add SDIO polling function definitions
  ath6kl: Add SDIO polling function hook into SDIO init time
  ath6kl: Add SDIO polling method into menu
  ath6kl: Add SDIO polling file into Makefile
  ath6kl: Add SDIO polling function

 drivers/net/wireless/ath/ath6kl/Kconfig     |    8 +
 drivers/net/wireless/ath/ath6kl/Makefile    |    1 +
 drivers/net/wireless/ath/ath6kl/debug.h     |   25 +++
 drivers/net/wireless/ath/ath6kl/sdio.c      |    7 +
 drivers/net/wireless/ath/ath6kl/sdio_poll.c |  216 +++++++++++++++++++++++++++
 5 files changed, 257 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath6kl/sdio_poll.c

-- 
1.7.4.1


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

end of thread, other threads:[~2011-10-17 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 12:50 [PATCH 0/5] ath6kl: Add SDIO polling method for debugging Sangwook Lee
2011-10-14 12:50 ` [PATCH 1/5] ath6kl: Add SDIO polling function definitions Sangwook Lee
2011-10-14 12:50 ` [PATCH 2/5] ath6kl: Add SDIO polling function hook into SDIO init time Sangwook Lee
2011-10-14 12:50 ` [PATCH 3/5] ath6kl: Add SDIO polling method into menu Sangwook Lee
2011-10-14 12:50 ` [PATCH 4/5] ath6kl: Add SDIO polling file into Makefile Sangwook Lee
2011-10-14 12:50 ` [PATCH 5/5] ath6kl: Add SDIO polling function Sangwook Lee
2011-10-17 16:49 ` [PATCH 0/5] ath6kl: Add SDIO polling method for debugging Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).