linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] ath11k: Add IPQ6018 support
@ 2020-09-08  7:55 Anilkumar Kolli
  0 siblings, 0 replies; only message in thread
From: Anilkumar Kolli @ 2020-09-08  7:55 UTC (permalink / raw)
  To: ath11k; +Cc: devicetree, linux-wireless, Anilkumar Kolli

IPQ6018 has a 5G radio and 2G radio with 2x2
and shares IPQ8074 configuration.

Tested on: IPQ6018 WLAN.HK.2.2-02134-QCAHKSWPL_SILICONZ-1
Tested on: IPQ8074 WLAN.HK.2.4.0.1-00009-QCAHKSWPL_SILICONZ-1 

Anilkumar Kolli (3):
  dt: bindings: net: update compatible for ath11k
  ath11k: move target ce configs to hw_params
  ath11k: add IPQ6018 support

V2:
 - Added devicetree reviewers 
V3:
 - addressed dt bindinds comments
 - Reworked on Kalles patches
 - copied ce svc configs to hw_params
V4:
 - updated dt patch (Rob)
V5:
 - Fixes errors in 'make dt_binding_check' (Rob)
V6:
 - Rebased on latest ath.git top of tree
V7:
 - Removed hw_rev check as suggested in review(Kalle, Julian)

 .../bindings/net/wireless/qcom,ath11k.yaml         |   4 +-
 drivers/net/wireless/ath/ath11k/ahb.c              | 257 +----------
 drivers/net/wireless/ath/ath11k/core.c             |  37 ++
 drivers/net/wireless/ath/ath11k/core.h             |   8 +
 drivers/net/wireless/ath/ath11k/hw.c               | 512 +++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/hw.h               |   5 +-
 drivers/net/wireless/ath/ath11k/pci.c              | 193 +-------
 7 files changed, 581 insertions(+), 435 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-08  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  7:55 [PATCH v7 0/3] ath11k: Add IPQ6018 support Anilkumar Kolli

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