linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] ath11k: last patches for QCA6390 support
@ 2020-08-16  5:31 Kalle Valo
  2020-08-16  5:31 ` [PATCH 1/9] ath11k: enable DP interrupt setup for QCA6390 Kalle Valo
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Kalle Valo @ 2020-08-16  5:31 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless

Here interrupt and ring configuration changes, and some smaller stuff,
are done to get QCA6390 working.

This is the last patchset adding initial QCA6390 support. Now it's
possible to associate to an AP and ping with an QCA6390 device.

This patchset depends on the patchset:

ath11k: CE and HAL support for QCA6390

Kalle

Carl Huang (9):
  ath11k: enable DP interrupt setup for QCA6390
  ath11k: don't initialize rxdma1 related ring
  ath11k: setup QCA6390 rings for both rxdmas
  ath11k: refine the phy_id check in ath11k_reg_chan_list_event
  ath11k: delay vdev_start for QCA6390
  ath11k: assign correct search flag and type for QCA6390
  ath11k: process both lmac rings for QCA6390
  ath11k: use TCL_DATA_RING_0 for QCA6390
  ath11k: reset MHI during power down and power up

 drivers/net/wireless/ath/ath11k/core.c  |  14 +-
 drivers/net/wireless/ath/ath11k/core.h  |   7 +
 drivers/net/wireless/ath/ath11k/debug.c |  41 ++++--
 drivers/net/wireless/ath/ath11k/dp.c    | 189 ++++++++++++++++++++----
 drivers/net/wireless/ath/ath11k/dp.h    |   7 +-
 drivers/net/wireless/ath/ath11k/dp_rx.c | 208 +++++++++++++++++++-------
 drivers/net/wireless/ath/ath11k/dp_tx.c |  65 +++++---
 drivers/net/wireless/ath/ath11k/hw.c    |  68 +++++++++
 drivers/net/wireless/ath/ath11k/hw.h    |  40 ++++-
 drivers/net/wireless/ath/ath11k/mac.c   |  66 ++++++++-
 drivers/net/wireless/ath/ath11k/mhi.c   |  46 +++++-
 drivers/net/wireless/ath/ath11k/mhi.h   |  11 ++
 drivers/net/wireless/ath/ath11k/pci.c   | 254 +++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath11k/pci.h   |  17 +++
 drivers/net/wireless/ath/ath11k/wmi.c   |   7 +-
 15 files changed, 907 insertions(+), 133 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-08-18  9:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16  5:31 [PATCH 0/9] ath11k: last patches for QCA6390 support Kalle Valo
2020-08-16  5:31 ` [PATCH 1/9] ath11k: enable DP interrupt setup for QCA6390 Kalle Valo
2020-08-18  9:47   ` Kalle Valo
2020-08-16  5:31 ` [PATCH 2/9] ath11k: don't initialize rxdma1 related ring Kalle Valo
2020-08-16  5:31 ` [PATCH 3/9] ath11k: setup QCA6390 rings for both rxdmas Kalle Valo
2020-08-16  5:31 ` [PATCH 4/9] ath11k: refine the phy_id check in ath11k_reg_chan_list_event Kalle Valo
2020-08-16  5:31 ` [PATCH 5/9] ath11k: delay vdev_start for QCA6390 Kalle Valo
2020-08-16  5:31 ` [PATCH 6/9] ath11k: assign correct search flag and type " Kalle Valo
2020-08-16  5:31 ` [PATCH 7/9] ath11k: process both lmac rings " Kalle Valo
2020-08-16  5:31 ` [PATCH 8/9] ath11k: use TCL_DATA_RING_0 " Kalle Valo
2020-08-16  5:31 ` [PATCH 9/9] ath11k: reset MHI during power down and power up 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).