All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] ath10k: Add thermal mitigation support
@ 2014-12-17 10:20 ` Kalle Valo
  0 siblings, 0 replies; 25+ messages in thread
From: Kalle Valo @ 2014-12-17 10:20 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

The following patches add thermal sensor and thermal cooling device
support in ath10k. For sensor, hwmon interface is used. For controlling
temperature cooling device interface is used. For thermal mitigation,
tx throttling is done using hw MAC quiet time setting.

v2:

* use ATH10K_FW_IE_WMI_OP_VERSION instead of a feature flag

* add separate wmi mappings for 10.2.4

* bump up FW API to 4

* new patch: ath10k: set max_num_vdevs based on wmi op version

* new patch: ath10k: use wmi op version to check which iface
  combination to use

* new patch: ath10k: print ath10k wmi op version

---

Kalle Valo (3):
      ath10k: set max_num_vdevs based on wmi op version
      ath10k: use wmi op version to check which iface combination to use
      ath10k: print ath10k wmi op version

Rajkumar Manoharan (5):
      ath10k: add 10.2.4 firmware support
      ath10k: add wmi support for pdev_set_quiet_mode
      ath10k: add thermal cooling device support
      ath10k: add wmi interface for pdev_get_temperature
      ath10k: add thermal sensor device support


 drivers/net/wireless/ath/ath10k/Makefile  |    1 
 drivers/net/wireless/ath/ath10k/core.c    |   30 ++
 drivers/net/wireless/ath/ath10k/core.h    |    4 
 drivers/net/wireless/ath/ath10k/debug.c   |    7 -
 drivers/net/wireless/ath/ath10k/hw.h      |    4 
 drivers/net/wireless/ath/ath10k/mac.c     |   22 +-
 drivers/net/wireless/ath/ath10k/thermal.c |  238 +++++++++++++++++++
 drivers/net/wireless/ath/ath10k/thermal.h |   58 +++++
 drivers/net/wireless/ath/ath10k/wmi-ops.h |   39 +++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |    3 
 drivers/net/wireless/ath/ath10k/wmi.c     |  355 +++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |   20 ++
 12 files changed, 764 insertions(+), 17 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath10k/thermal.c
 create mode 100644 drivers/net/wireless/ath/ath10k/thermal.h

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

end of thread, other threads:[~2014-12-23 19:52 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17 10:20 [PATCH v2 0/8] ath10k: Add thermal mitigation support Kalle Valo
2014-12-17 10:20 ` Kalle Valo
2014-12-17 10:20 ` [PATCH v2 1/8] ath10k: set max_num_vdevs based on wmi op version Kalle Valo
2014-12-17 10:20   ` Kalle Valo
2014-12-17 10:20 ` [PATCH v2 2/8] ath10k: use wmi op version to check which iface combination to use Kalle Valo
2014-12-17 10:20   ` Kalle Valo
2014-12-17 10:21 ` [PATCH v2 3/8] ath10k: print ath10k wmi op version Kalle Valo
2014-12-17 10:21   ` Kalle Valo
2014-12-17 10:21 ` [PATCH v2 4/8] ath10k: add 10.2.4 firmware support Kalle Valo
2014-12-17 10:21   ` Kalle Valo
2014-12-17 10:21 ` [PATCH v2 5/8] ath10k: add wmi support for pdev_set_quiet_mode Kalle Valo
2014-12-17 10:21   ` Kalle Valo
2014-12-17 10:22 ` [PATCH v2 6/8] ath10k: add thermal cooling device support Kalle Valo
2014-12-17 10:22   ` Kalle Valo
2014-12-17 10:22 ` [PATCH v2 7/8] ath10k: add wmi interface for pdev_get_temperature Kalle Valo
2014-12-17 10:22   ` Kalle Valo
2014-12-17 10:22 ` [PATCH v2 8/8] ath10k: add thermal sensor device support Kalle Valo
2014-12-17 10:22   ` Kalle Valo
2014-12-17 18:56   ` Sebastian Gottschall
     [not found]   ` <5491D20F.2020202@dd-wrt.com>
2014-12-23 17:43     ` Kalle Valo
2014-12-23 17:43       ` Kalle Valo
2014-12-23 19:52       ` Sebastian Gottschall
2014-12-23 19:52         ` Sebastian Gottschall
2014-12-23 15:21 ` [PATCH v2 0/8] ath10k: Add thermal mitigation support Kalle Valo
2014-12-23 15:21   ` Kalle Valo

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.