linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] ath6kl: ar6004 sdio support
@ 2011-11-11 10:17 Kalle Valo
  2011-11-11 10:17 ` [PATCH 01/10] ath6kl: move bmi calls to hif driver Kalle Valo
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Kalle Valo @ 2011-11-11 10:17 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

This patchset adds support for ar6004 sdio and also beginning of
ar6004 usb support.

---

Kalle Valo (9):
      ath6kl: move bmi calls to hif driver
      ath6kl: change bmi sizes being configurable by HIF
      ath6kl: move diag commands to hif driver
      ath6kl: update ar6004 definitions
      ath6kl: firmware boot fixes for ar6004
      ath6kl: add hif_type
      ath6kl: add USB support
      ath6kl: disable HTC for USB devices
      ath6kl: enable USB support

Naveen Gangadharan (1):
      ath6kl: AR6004 SDIO support


 drivers/net/wireless/ath/ath6kl/Kconfig   |   25 +-
 drivers/net/wireless/ath/ath6kl/Makefile  |   37 ++
 drivers/net/wireless/ath/ath6kl/bmi.c     |  245 +++-------------
 drivers/net/wireless/ath/ath6kl/bmi.h     |    6 
 drivers/net/wireless/ath/ath6kl/core.h    |   26 +-
 drivers/net/wireless/ath/ath6kl/debug.h   |    1 
 drivers/net/wireless/ath/ath6kl/hif-ops.h |   30 ++
 drivers/net/wireless/ath/ath6kl/hif.c     |    5 
 drivers/net/wireless/ath/ath6kl/hif.h     |    5 
 drivers/net/wireless/ath/ath6kl/htc.c     |   10 +
 drivers/net/wireless/ath/ath6kl/init.c    |   34 ++
 drivers/net/wireless/ath/ath6kl/main.c    |   76 -----
 drivers/net/wireless/ath/ath6kl/sdio.c    |  268 ++++++++++++++++++
 drivers/net/wireless/ath/ath6kl/target.h  |    9 -
 drivers/net/wireless/ath/ath6kl/usb.c     |  431 +++++++++++++++++++++++++++++
 15 files changed, 899 insertions(+), 309 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath6kl/usb.c


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

end of thread, other threads:[~2011-11-13 10:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 10:17 [PATCH 00/10] ath6kl: ar6004 sdio support Kalle Valo
2011-11-11 10:17 ` [PATCH 01/10] ath6kl: move bmi calls to hif driver Kalle Valo
2011-11-11 10:17 ` [PATCH 02/10] ath6kl: change bmi sizes being configurable by HIF Kalle Valo
2011-11-11 10:17 ` [PATCH 03/10] ath6kl: move diag commands to hif driver Kalle Valo
2011-11-11 10:17 ` [PATCH 04/10] ath6kl: update ar6004 definitions Kalle Valo
2011-11-11 10:18 ` [PATCH 05/10] ath6kl: firmware boot fixes for ar6004 Kalle Valo
2011-11-11 10:18 ` [PATCH 06/10] ath6kl: AR6004 SDIO support Kalle Valo
2011-11-11 10:18 ` [PATCH 07/10] ath6kl: add hif_type Kalle Valo
2011-11-11 10:18 ` [PATCH 08/10] ath6kl: add USB support Kalle Valo
2011-11-11 10:18 ` [PATCH 09/10] ath6kl: disable HTC for USB devices Kalle Valo
2011-11-11 10:18 ` [PATCH 10/10] ath6kl: enable USB support Kalle Valo
2011-11-13 10:41 ` [PATCH 00/10] ath6kl: ar6004 sdio support 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).