From: Kalle Valo <kvalo@qca.qualcomm.com>
To: kvalo@qca.qualcomm.com
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 00/10] ath6kl: ar6004 sdio support
Date: Fri, 11 Nov 2011 12:17:22 +0200 [thread overview]
Message-ID: <20111111101551.12075.94865.stgit@localhost6.localdomain6> (raw)
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
next reply other threads:[~2011-11-11 10:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 10:17 Kalle Valo [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111111101551.12075.94865.stgit@localhost6.localdomain6 \
--to=kvalo@qca.qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox