linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] ath9k GPIO & BT-Coex bug fixes
@ 2016-03-01  6:29 miaoqing
  2016-03-01  6:29 ` [PATCH v2 1/8] ath9k: define correct GPIO numbers and bits mask miaoqing
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: miaoqing @ 2016-03-01  6:29 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ath9k-devel, kvalo, Miaoqing Pan

From: Miaoqing Pan <miaoqing@codeaurora.org>

ath9k GPIO & BT-Coex bug fixes.

Miaoqing Pan (8):
  ath9k: define correct GPIO numbers and bits mask
  ath9k: make GPIO API to support both of WMAC and SOC
  ath9k: free GPIO resource for SOC GPIOs
  ath9k: cleanup led_pin initial
  ath9k: Allow platform override BTCoex pin
  ath9k: add bits definition of BTCoex MODE2/3 for SOC chips
  ath9k: fix BTCoex access invalid registers for SOC chips
  ath9k: fix BTCoex configuration for SOC chips

 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c |   4 +-
 drivers/net/wireless/ath/ath9k/ar9003_mci.c    |  39 ++--
 drivers/net/wireless/ath/ath9k/ath9k.h         |   4 -
 drivers/net/wireless/ath/ath9k/btcoex.c        | 138 +++++++++----
 drivers/net/wireless/ath/ath9k/btcoex.h        |   2 +
 drivers/net/wireless/ath/ath9k/gpio.c          |  69 ++++---
 drivers/net/wireless/ath/ath9k/htc_drv_gpio.c  |   8 +-
 drivers/net/wireless/ath/ath9k/hw.c            | 267 ++++++++++++++++---------
 drivers/net/wireless/ath/ath9k/hw.h            |  11 +-
 drivers/net/wireless/ath/ath9k/init.c          |   1 -
 drivers/net/wireless/ath/ath9k/main.c          |   9 +-
 drivers/net/wireless/ath/ath9k/reg.h           |  90 +++++++--
 include/linux/ath9k_platform.h                 |   4 +
 13 files changed, 436 insertions(+), 210 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2016-03-01 12:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  6:29 [PATCH v2 0/8] ath9k GPIO & BT-Coex bug fixes miaoqing
2016-03-01  6:29 ` [PATCH v2 1/8] ath9k: define correct GPIO numbers and bits mask miaoqing
2016-03-01  6:29 ` [PATCH v2 2/8] ath9k: make GPIO API to support both of WMAC and SOC miaoqing
2016-03-01 12:58   ` Valo, Kalle
2016-03-01  6:29 ` [PATCH v2 3/8] ath9k: free GPIO resource for SOC GPIOs miaoqing
2016-03-01  6:29 ` [PATCH v2 4/8] ath9k: cleanup led_pin initial miaoqing
2016-03-01  6:29 ` [PATCH v2 5/8] ath9k: Allow platform override BTCoex pin miaoqing
2016-03-01  6:29 ` [PATCH v2 6/8] ath9k: add bits definition of BTCoex MODE2/3 for SOC chips miaoqing
2016-03-01  6:29 ` [PATCH v2 7/8] ath9k: fix BTCoex access invalid registers " miaoqing
2016-03-01  6:29 ` [PATCH v2 8/8] ath9k: fix BTCoex configuration " miaoqing

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).