aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/dell-smm-hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-28hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelistSeiji Nishikawa1-0/+8
2024-04-28hwmon: (dell-smm) Add Dell G5 5505 to DMI tableTobias Jakobi1-0/+7
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2024-03-12platform/x86: wmi: Do not instantiate older WMI drivers multiple timesArmin Wolf1-0/+1
2024-03-10hwmon: (dell-smm) Add XPS 9315 to fan control whitelistArmin Wolf1-0/+13
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2023-12-11hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelistArmin Wolf1-0/+8
2023-12-11hwmon: (dell-smm) Add support for WMI SMM interfaceArmin Wolf1-19/+180
2023-12-11hwmon: (dell-smm) Introduce helper function for data initArmin Wolf1-18/+28
2023-12-11hwmon: (dell-smm) Move config entries out of i8k_dmi_tableArmin Wolf1-56/+73
2023-12-11hwmon: (dell-smm) Move DMI config handling to module initArmin Wolf1-16/+15
2023-12-11hwmon: (dell-smm) Move whitelist handling to module initArmin Wolf1-14/+17
2023-12-11hwmon: (dell-smm) Move blacklist handling to module initArmin Wolf1-29/+34
2023-12-11hwmon: (dell-smm) Prepare for multiple SMM calling backendsArmin Wolf1-52/+79
2023-04-19hwmon: dell-smm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-12-04hwmon: (dell-smm) Move error message to make probing silentArmin Wolf1-1/+2
2022-09-19hwmon: (dell-smm) Improve warning messagesArmin Wolf1-4/+10
2022-07-13hwmon: (dell-smm) Improve assembly codeArmin Wolf1-60/+18
2022-07-13hwmon: (dell-smm) Add Dell G5 5590 to DMI tableArmin Wolf1-0/+7
2022-07-13hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelistArmin Wolf1-0/+8
2022-05-20hwmon: (dell-smm) Warn if SMM call took a very long time to executeArmin Wolf1-0/+6
2022-05-20hwmon: (dell-smm) Cleanup init codeArmin Wolf1-6/+3
2022-05-20hwmon: (dell-smm) Avoid unnecessary SMM calls during initArmin Wolf1-23/+14
2022-05-17hwmon: (dell-smm) Add cooling device supportArmin Wolf1-4/+93
2022-03-18hwmon: (dell-smm) Add Inspiron 3505 to fan type blacklistArmin Wolf1-0/+7
2022-02-27hwmon: (dell-smm) Improve temperature sensors detectionArmin Wolf1-0/+5
2022-02-27hwmon: (dell-smm) Make fan/temp sensor number a u8Armin Wolf1-23/+45
2022-02-27hwmon: (dell-smm) Reword and mark parameter "force" as unsafeArmin Wolf1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2021-12-26hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf1-6/+6
2021-12-26hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()Armin Wolf1-19/+9
2021-12-26hwmon: (dell-smm) Simplify ioctl handlerArmin Wolf1-21/+9
2021-11-14hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf1-4/+3
2021-10-21hwmon: (dell-smm) Speed up setting of fan speedArmin Wolf1-4/+8
2021-10-21hwmon: (dell-smm) Add comment explaining usage of i8k_config_data[]Armin Wolf1-0/+5
2021-10-21hwmon: (dell-smm) Return -ENOIOCTLCMD instead of -EINVALArmin Wolf1-1/+2
2021-10-21hwmon: (dell-smm) Use strscpy_pad()Armin Wolf1-2/+2
2021-10-21hwmon: (dell-smm) Sort includes in alphabetical orderArmin Wolf1-8/+8
2021-10-16hwmon: (dell-smm) Add support for fanX_min, fanX_max and fanX_targetArmin Wolf1-6/+55
2021-10-12hwmon: (dell-smm) Remove unnecessary includesArmin Wolf1-2/+0
2021-08-17hwmon: (dell-smm) Rework SMM function debuggingArmin Wolf1-15/+6
2021-08-17hwmon: (dell-smm) Mark i8k_get_fan_nominal_speed as __initArmin Wolf1-1/+1
2021-08-17hwmon: (dell-smm) Mark tables as __initconstArmin Wolf1-4/+4
2021-08-17hwmon: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-17hwmon: (dell-smm) Add Dell Precision 7510 to fan control whitelistCarlos Alberto Lopez Perez1-8/+16
2021-08-17hwmon: (dell-smm-hwmon) Fix fan mutliplier detection for 3rd fanArmin Wolf1-1/+1
2021-08-17hwmon: (dell-smm-hwmon) Convert to devm_hwmon_device_register_with_info()Armin Wolf1-310/+279
2021-08-17hwmon: (dell-smm-hwmon) Move variables into a driver private data structureArmin Wolf1-125/+152
2021-08-17hwmon: (dell-smm-hwmon) Use devm_add_action_or_reset()Armin Wolf1-19/+9
2021-08-17hwmon: (dell-smm-hwmon) Mark functions as __initArmin Wolf1-2/+2
2021-08-17hwmon: (dell-smm-hwmon) Use platform deviceArmin Wolf1-51/+62
2021-05-16hwmon: (dell-smm-hwmon) Fix index valuesArmin Wolf1-2/+2
2021-04-20hwmon: (dell-smm) Add Dell Latitude E7440 to fan control whitelistSebastian Oechsle1-0/+8
2021-01-27hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklistThomas Hebb1-0/+7
2020-07-19hwmon: (dell-smm) Add Latitude 5480 to fan control whitelistJeffrey Lin1-0/+8
2020-05-22hwmon: (dell-smm) Use one DMI match for all XPS modelsThomas Hebb1-24/+2
2020-04-10change email address for Pali RohárPali Rohár1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2019-11-22hwmon: (dell-smm) Add support for disabling automatic BIOS fan controlGiovanni Mascellani1-10/+105
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-10/+1
2019-02-18hwmon: (dell-smm) Support up to 10 temp sensorsMichele Sorcinelli1-15/+82
2018-12-16hwmon: (dell-smm-hwmon) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-41/+27
2018-12-16dell-smm-hwmon.c: Add XPS 9570 to supported devices listMichele Sorcinelli1-0/+7
2018-06-16hwmon: (dell-smm) Disable fan support for Dell XPS13 9333Helge Eichelberg1-0/+7
2018-01-27hwmon: (dell-smm) Disable fan support for Dell Vostro 3360Oleksandr Natalenko1-0/+7
2018-01-27hwmon: (dell-smm) Disable fan support for Dell Inspiron 7720Pali Rohár1-1/+39
2018-01-27hwmon: (dell-smm) Enable broken functionality via "force" module paramPali Rohár1-2/+5
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-2/+2
2017-04-02hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI listPali Rohár1-0/+7
2016-09-05hwmon: Use smp_call_on_cpu() for dell-smm i8kJuergen Gross1-16/+20
2016-06-27hwmon: (dell-smm) In debug mode log duration of SMM callsPali Rohár1-0/+17
2016-06-27hwmon: (dell-smm) Detect fan with index=2Pali Rohár1-2/+22
2016-06-23hwmon: (dell-smm) Cache fan_type() calls and change fan detectionPali Rohár1-5/+20
2016-06-18hwmon: (dell-smm) Disallow fan_type() calls on broken machinesPali Rohár1-11/+25
2016-06-18hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár1-7/+12
2016-06-18hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a n...Pali Rohár1-0/+5
2016-01-24hwmon: (dell-smm) Blacklist Dell Studio XPS 8000Thorsten Leemhuis1-0/+11
2015-08-05hwmon: (dell-smm) Blacklist Dell Studio XPS 8100Pali Rohár1-1/+17
2015-07-01hwmon: (dell-smm-hwmon) Use a valid name attributeGabriele Mazzotta1-1/+1
2015-05-24hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8kPali Rohár1-66/+84
2015-05-24hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon treePali Rohár1-0/+1009