linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] preparation for IPQ6018 support
@ 2020-06-16 14:00 Kalle Valo
  2020-06-16 14:00 ` [PATCH 01/12] ath11k: ahb: call ath11k_core_init() before irq configuration Kalle Valo
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Kalle Valo @ 2020-06-16 14:00 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless

Here are some preparation patches for IPQ6018. Some of the patches are from
Anil's patchset "ath11k: Add IPQ6018 support" which I modifies and I did some
refactoring and cleanup on top.

All patches are compile tested only.

Anilkumar Kolli (5):
  ath11k: ahb: call ath11k_core_init() before irq configuration
  ath11k: convert ath11k_hw_params to an array
  ath11k: define max_radios in hw_params
  ath11k: add hw_ops for pdev id to hw_mac mapping
  ath11k: Add bdf-addr in hw_params

Kalle Valo (7):
  ath11k: create a common function to request all firmware files
  ath11k: don't use defines for hw specific firmware directories
  ath11k: change ath11k_core_fetch_board_data_api_n() to use
    ath11k_core_create_firmware_path()
  ath11k: remove useless info messages
  ath11k: qmi: cleanup info messages
  ath11k: don't use defines in hw_params
  ath11k: remove define ATH11K_QMI_DEFAULT_CAL_FILE_NAME

 drivers/net/wireless/ath/ath11k/Makefile   |   3 +-
 drivers/net/wireless/ath/ath11k/ahb.c      |  23 +++---
 drivers/net/wireless/ath/ath11k/core.c     | 115 ++++++++++++++++-------------
 drivers/net/wireless/ath/ath11k/core.h     |  12 ++-
 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       |  28 +++++--
 drivers/net/wireless/ath/ath11k/mac.c      |  10 +--
 drivers/net/wireless/ath/ath11k/peer.c     |   3 -
 drivers/net/wireless/ath/ath11k/qmi.c      |  22 ++----
 drivers/net/wireless/ath/ath11k/qmi.h      |   2 -
 drivers/net/wireless/ath/ath11k/reg.c      |   2 +-
 drivers/net/wireless/ath/ath11k/spectral.c |   8 +-
 drivers/net/wireless/ath/ath11k/wmi.c      |   4 +-
 15 files changed, 163 insertions(+), 107 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath11k/hw.c

-- 
2.7.4


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

end of thread, other threads:[~2020-06-23  7:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 14:00 [PATCH 00/12] preparation for IPQ6018 support Kalle Valo
2020-06-16 14:00 ` [PATCH 01/12] ath11k: ahb: call ath11k_core_init() before irq configuration Kalle Valo
2020-06-23  7:53   ` Kalle Valo
2020-06-16 14:00 ` [PATCH 02/12] ath11k: convert ath11k_hw_params to an array Kalle Valo
2020-06-16 14:00 ` [PATCH 03/12] ath11k: define max_radios in hw_params Kalle Valo
2020-06-16 14:00 ` [PATCH 04/12] ath11k: add hw_ops for pdev id to hw_mac mapping Kalle Valo
2020-06-16 14:00 ` [PATCH 05/12] ath11k: Add bdf-addr in hw_params Kalle Valo
2020-06-16 14:00 ` [PATCH 06/12] ath11k: create a common function to request all firmware files Kalle Valo
2020-06-16 14:00 ` [PATCH 07/12] ath11k: don't use defines for hw specific firmware directories Kalle Valo
2020-06-16 14:00 ` [PATCH 08/12] ath11k: change ath11k_core_fetch_board_data_api_n() to use ath11k_core_create_firmware_path() Kalle Valo
2020-06-16 14:00 ` [PATCH 09/12] ath11k: remove useless info messages Kalle Valo
2020-06-16 14:00 ` [PATCH 10/12] ath11k: qmi: cleanup " Kalle Valo
2020-06-16 14:00 ` [PATCH 11/12] ath11k: don't use defines in hw_params Kalle Valo
2020-06-16 14:00 ` [PATCH 12/12] ath11k: remove define ATH11K_QMI_DEFAULT_CAL_FILE_NAME 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).