linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Govind Singh <govinds@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, Govind Singh <govinds@codeaurora.org>
Subject: [PATCH 0/3] Add infra support for discrete chipset in ath11k
Date: Wed,  6 May 2020 15:13:57 +0530	[thread overview]
Message-ID: <20200506094400.4740-1-govinds@codeaurora.org> (raw)

QCA6390 is PCI based 11ax chipset to be supported in ath11k.
Current design supports only AHB interface for 11ax chipset.
Refactor the code by adding hif layer for bus level abstraction to support PCI based device.

Tested HW: IPQ8074A

Govind Singh (3):
  ath11k: Add support for multibus support
  ath11k: Add drv private for bus opaque struct
  ath11k: Remove bus layer includes from upper layer

 drivers/net/wireless/ath/ath11k/ahb.c      | 47 +++++++++---
 drivers/net/wireless/ath/ath11k/ahb.h      | 22 ------
 drivers/net/wireless/ath/ath11k/core.c     | 47 ++++--------
 drivers/net/wireless/ath/ath11k/core.h     | 10 ++-
 drivers/net/wireless/ath/ath11k/dp.c       |  1 +
 drivers/net/wireless/ath/ath11k/hal.c      | 87 +++++++++++-----------
 drivers/net/wireless/ath/ath11k/hal_desc.h |  2 +
 drivers/net/wireless/ath/ath11k/hal_rx.c   | 22 +++---
 drivers/net/wireless/ath/ath11k/hal_tx.c   | 13 ++--
 drivers/net/wireless/ath/ath11k/hal_tx.h   |  1 +
 drivers/net/wireless/ath/ath11k/hif.h      | 65 ++++++++++++++++
 drivers/net/wireless/ath/ath11k/htc.c      |  4 +-
 drivers/net/wireless/ath/ath11k/hw.h       |  5 ++
 13 files changed, 198 insertions(+), 128 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath11k/hif.h

-- 
2.22.0

             reply	other threads:[~2020-05-06  9:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06  9:43 Govind Singh [this message]
2020-05-06  9:43 ` [PATCH 1/3] ath11k: Add support for multibus support Govind Singh
2020-05-07  5:41   ` Kalle Valo
2020-05-11 12:35   ` Kalle Valo
2020-05-06  9:43 ` [PATCH 2/3] ath11k: Add drv private for bus opaque struct Govind Singh
2020-05-06  9:44 ` [PATCH 3/3] ath11k: Remove bus layer includes from upper layer Govind Singh

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=20200506094400.4740-1-govinds@codeaurora.org \
    --to=govinds@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --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;
as well as URLs for NNTP newsgroup(s).