aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2018-12-19ath10k: skip sending quiet mode cmd for WCN3990Rakesh Pillai1-0/+9
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-06-28ath10k: add const to thermal_cooling_device_ops structureBhumika Goyal1-1/+1
2017-04-05ath10k: use octal permission representationMarcin Rokicki1-1/+1
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-1/+2
2016-09-02ath10k: replace config_enabled() with IS_REACHABLE()Masahiro Yamada1-1/+1
2015-11-04ath10k: add thermal throttling support for 10.4 firmwareTamizh chelvam1-1/+1
2015-10-14ath10k: fix cleanup in ath10k_thermal_unregisterMohammed Shafi Shajakhan1-1/+1
2015-04-01ath10k: don't call quiet mode if it's not implementedMichal Kazior1-0/+3
2015-04-01ath10k: thermal: match wait_for_completion_timeout return typeNicholas Mc Guire1-3/+4
2015-03-23ath10k: move driver state check before setting throttleRajkumar Manoharan1-9/+4
2015-03-23ath10k: cache throttle state when device is downRajkumar Manoharan1-7/+7
2015-03-23ath10k: do not restrict thermal throttling to ap modeRajkumar Manoharan1-35/+1
2015-03-23ath10k: configure thermal throttle while powering upRajkumar Manoharan1-13/+21
2015-03-23ath10k: fix interpretation of cooling device stateRajkumar Manoharan1-16/+19
2015-03-23ath10k: add debugfs entry to configure quiet periodRajkumar Manoharan1-2/+2
2015-03-19ath10k: fix wrong symlink name on error pathRajkumar Manoharan1-2/+2
2015-01-15ath10k: fix hwmon temperature input unitsRajkumar Manoharan1-1/+2
2015-01-15ath10k: fix duration calculation for quiet paramRajkumar Manoharan1-1/+1
2015-01-13ath10k: fix config_enabled check for hwmonRajkumar Manoharan1-1/+1
2015-01-09ath10k: fix build error when hwmon is offKalle Valo1-0/+5
2014-12-23ath10k: add thermal sensor device supportRajkumar Manoharan1-0/+83
2014-12-23ath10k: add thermal cooling device supportRajkumar Manoharan1-0/+155