From: Anilkumar Kolli <akolli@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: [PATCH v2 0/8] ath11k: Add IPQ6018 support
Date: Tue, 9 Jun 2020 19:02:53 +0530 [thread overview]
Message-ID: <1591709581-18039-1-git-send-email-akolli@codeaurora.org> (raw)
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 (8):
dt: bindings: net: update compatible for ath11k
ath11k: update firmware files read path
ath11k: rename default board file
ath11k: add IPQ6018 support
ath11k: define max_radios in hw_params
ath11k: add hw_ops for pdev id to hw_mac mapping
ath11k: add ce services for IPQ6018
ath11k: Add bdf-addr in hw_params
.../bindings/net/wireless/qcom,ath11k.yaml | 4 +-
drivers/net/wireless/ath/ath11k/Makefile | 3 +-
drivers/net/wireless/ath/ath11k/ahb.c | 151 ++++++++++++++++++---
drivers/net/wireless/ath/ath11k/core.c | 78 +++++++----
drivers/net/wireless/ath/ath11k/core.h | 2 +-
drivers/net/wireless/ath/ath11k/dp_rx.c | 2 +-
drivers/net/wireless/ath/ath11k/htc.c | 2 +-
drivers/net/wireless/ath/ath11k/hw.c | 34 +++++
drivers/net/wireless/ath/ath11k/hw.h | 31 ++++-
drivers/net/wireless/ath/ath11k/mac.c | 2 +-
drivers/net/wireless/ath/ath11k/qmi.c | 6 +-
drivers/net/wireless/ath/ath11k/qmi.h | 1 -
drivers/net/wireless/ath/ath11k/reg.c | 2 +-
drivers/net/wireless/ath/ath11k/wmi.c | 4 +-
14 files changed, 266 insertions(+), 56 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath11k/hw.c
V2:
- Added devicetree reviewers
--
2.7.4
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: Anilkumar Kolli <akolli@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-wireless@vger.kernel.org,
Anilkumar Kolli <akolli@codeaurora.org>
Subject: [PATCH v2 0/8] ath11k: Add IPQ6018 support
Date: Tue, 9 Jun 2020 19:02:53 +0530 [thread overview]
Message-ID: <1591709581-18039-1-git-send-email-akolli@codeaurora.org> (raw)
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 (8):
dt: bindings: net: update compatible for ath11k
ath11k: update firmware files read path
ath11k: rename default board file
ath11k: add IPQ6018 support
ath11k: define max_radios in hw_params
ath11k: add hw_ops for pdev id to hw_mac mapping
ath11k: add ce services for IPQ6018
ath11k: Add bdf-addr in hw_params
.../bindings/net/wireless/qcom,ath11k.yaml | 4 +-
drivers/net/wireless/ath/ath11k/Makefile | 3 +-
drivers/net/wireless/ath/ath11k/ahb.c | 151 ++++++++++++++++++---
drivers/net/wireless/ath/ath11k/core.c | 78 +++++++----
drivers/net/wireless/ath/ath11k/core.h | 2 +-
drivers/net/wireless/ath/ath11k/dp_rx.c | 2 +-
drivers/net/wireless/ath/ath11k/htc.c | 2 +-
drivers/net/wireless/ath/ath11k/hw.c | 34 +++++
drivers/net/wireless/ath/ath11k/hw.h | 31 ++++-
drivers/net/wireless/ath/ath11k/mac.c | 2 +-
drivers/net/wireless/ath/ath11k/qmi.c | 6 +-
drivers/net/wireless/ath/ath11k/qmi.h | 1 -
drivers/net/wireless/ath/ath11k/reg.c | 2 +-
drivers/net/wireless/ath/ath11k/wmi.c | 4 +-
14 files changed, 266 insertions(+), 56 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath11k/hw.c
V2:
- Added devicetree reviewers
--
2.7.4
next reply other threads:[~2020-06-09 13:33 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-09 13:32 Anilkumar Kolli [this message]
2020-06-09 13:32 ` [PATCH v2 0/8] ath11k: Add IPQ6018 support Anilkumar Kolli
2020-06-09 13:32 ` [PATCH v2 1/8] dt: bindings: net: update compatible for ath11k Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-17 21:46 ` Rob Herring
2020-06-17 21:46 ` Rob Herring
2020-06-09 13:32 ` [PATCH v2 2/8] ath11k: update firmware files read path Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-16 8:47 ` Kalle Valo
2020-06-16 8:47 ` Kalle Valo
2020-06-09 13:32 ` [PATCH v2 3/8] ath11k: rename default board file Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-16 8:48 ` Kalle Valo
2020-06-16 8:48 ` Kalle Valo
2020-06-09 13:32 ` [PATCH v2 4/8] ath11k: add IPQ6018 support Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-09 13:32 ` [PATCH v2 5/8] ath11k: define max_radios in hw_params Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-09 13:32 ` [PATCH v2 6/8] ath11k: add hw_ops for pdev id to hw_mac mapping Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-09 13:33 ` [PATCH v2 7/8] ath11k: add ce services for IPQ6018 Anilkumar Kolli
2020-06-09 13:33 ` Anilkumar Kolli
2020-06-09 13:33 ` [PATCH v2 8/8] ath11k: Add bdf-addr in hw_params Anilkumar Kolli
2020-06-09 13:33 ` Anilkumar Kolli
2020-06-16 9:13 ` [PATCH v2 0/8] ath11k: Add IPQ6018 support Kalle Valo
2020-06-16 9:13 ` 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=1591709581-18039-1-git-send-email-akolli@codeaurora.org \
--to=akolli@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=devicetree@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.