summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/dell-smm-hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* | Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-141-0/+1
|\ \
| * | platform/x86: wmi: Do not instantiate older WMI drivers multiple timesArmin Wolf2024-03-121-0/+1
| |/
* / hwmon: (dell-smm) Add XPS 9315 to fan control whitelistArmin Wolf2024-03-101-0/+13
|/
* hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelistArmin Wolf2023-12-111-0/+8
* hwmon: (dell-smm) Add support for WMI SMM interfaceArmin Wolf2023-12-111-19/+180
* hwmon: (dell-smm) Introduce helper function for data initArmin Wolf2023-12-111-18/+28
* hwmon: (dell-smm) Move config entries out of i8k_dmi_tableArmin Wolf2023-12-111-56/+73
* hwmon: (dell-smm) Move DMI config handling to module initArmin Wolf2023-12-111-16/+15
* hwmon: (dell-smm) Move whitelist handling to module initArmin Wolf2023-12-111-14/+17
* hwmon: (dell-smm) Move blacklist handling to module initArmin Wolf2023-12-111-29/+34
* hwmon: (dell-smm) Prepare for multiple SMM calling backendsArmin Wolf2023-12-111-52/+79
* hwmon: dell-smm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: (dell-smm) Move error message to make probing silentArmin Wolf2022-12-041-1/+2
* hwmon: (dell-smm) Improve warning messagesArmin Wolf2022-09-191-4/+10
* hwmon: (dell-smm) Improve assembly codeArmin Wolf2022-07-131-60/+18
* hwmon: (dell-smm) Add Dell G5 5590 to DMI tableArmin Wolf2022-07-131-0/+7
* hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelistArmin Wolf2022-07-131-0/+8
* hwmon: (dell-smm) Warn if SMM call took a very long time to executeArmin Wolf2022-05-201-0/+6
* hwmon: (dell-smm) Cleanup init codeArmin Wolf2022-05-201-6/+3
* hwmon: (dell-smm) Avoid unnecessary SMM calls during initArmin Wolf2022-05-201-23/+14
* hwmon: (dell-smm) Add cooling device supportArmin Wolf2022-05-171-4/+93
* hwmon: (dell-smm) Add Inspiron 3505 to fan type blacklistArmin Wolf2022-03-181-0/+7
* hwmon: (dell-smm) Improve temperature sensors detectionArmin Wolf2022-02-271-0/+5
* hwmon: (dell-smm) Make fan/temp sensor number a u8Armin Wolf2022-02-271-23/+45
* hwmon: (dell-smm) Reword and mark parameter "force" as unsafeArmin Wolf2022-02-271-2/+2
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf2021-12-261-6/+6
* hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()Armin Wolf2021-12-261-19/+9
* hwmon: (dell-smm) Simplify ioctl handlerArmin Wolf2021-12-261-21/+9
* hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf2021-11-141-4/+3
* hwmon: (dell-smm) Speed up setting of fan speedArmin Wolf2021-10-211-4/+8
* hwmon: (dell-smm) Add comment explaining usage of i8k_config_data[]Armin Wolf2021-10-211-0/+5
* hwmon: (dell-smm) Return -ENOIOCTLCMD instead of -EINVALArmin Wolf2021-10-211-1/+2
* hwmon: (dell-smm) Use strscpy_pad()Armin Wolf2021-10-211-2/+2
* hwmon: (dell-smm) Sort includes in alphabetical orderArmin Wolf2021-10-211-8/+8
* hwmon: (dell-smm) Add support for fanX_min, fanX_max and fanX_targetArmin Wolf2021-10-161-6/+55
* hwmon: (dell-smm) Remove unnecessary includesArmin Wolf2021-10-121-2/+0
* hwmon: (dell-smm) Rework SMM function debuggingArmin Wolf2021-08-171-15/+6
* hwmon: (dell-smm) Mark i8k_get_fan_nominal_speed as __initArmin Wolf2021-08-171-1/+1
* hwmon: (dell-smm) Mark tables as __initconstArmin Wolf2021-08-171-4/+4
* hwmon: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-171-2/+2
* hwmon: (dell-smm) Add Dell Precision 7510 to fan control whitelistCarlos Alberto Lopez Perez2021-08-171-8/+16
* hwmon: (dell-smm-hwmon) Fix fan mutliplier detection for 3rd fanArmin Wolf2021-08-171-1/+1
* hwmon: (dell-smm-hwmon) Convert to devm_hwmon_device_register_with_info()Armin Wolf2021-08-171-310/+279
* hwmon: (dell-smm-hwmon) Move variables into a driver private data structureArmin Wolf2021-08-171-125/+152
* hwmon: (dell-smm-hwmon) Use devm_add_action_or_reset()Armin Wolf2021-08-171-19/+9
* hwmon: (dell-smm-hwmon) Mark functions as __initArmin Wolf2021-08-171-2/+2
* hwmon: (dell-smm-hwmon) Use platform deviceArmin Wolf2021-08-171-51/+62