aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08hwmon/drivers/mr75203: use HZ macrosDaniel Lezcano1-1/+1
2021-08-28hwmon: add driver for Aquacomputer D5 NextAleksa Savic3-0/+374
2021-08-27hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info APIChris Packham1-397/+284
2021-08-27hwmon: (adt7470) Convert to use regmapChris Packham1-173/+241
2021-08-27hwmon: (adt7470) Fix some style issuesChris Packham1-3/+3
2021-08-27hwmon: (k10temp) Add support for yellow carpMario Limonciello1-0/+5
2021-08-27hwmon: (k10temp) Rework the temperature offset calculationMario Limonciello1-6/+12
2021-08-27hwmon: (k10temp) Don't show Tdie for all Zen/Zen2/Zen3 CPU/APUMario Limonciello1-2/+1
2021-08-27hwmon: (k10temp) Add additional missing Zen2 and Zen3 APUsMario Limonciello1-1/+3
2021-08-17hwmon: remove amd_energy driver in MakefileLukas Bulwahn1-1/+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: (pmbus/bpa-rs600) Add workaround for incorrect Pin maxChris Packham1-0/+23
2021-08-17hwmon: (pmbus/bpa-rs600) Don't use rated limits as warn limitsChris Packham1-25/+0
2021-08-17hwmon: (axi-fan-control) Support temperature vs pwm pointsNuno Sá1-1/+73
2021-08-17hwmon: (axi-fan-control) Handle irqs in natural orderNuno Sá1-15/+15
2021-08-17hwmon: (axi-fan-control) Make sure the clock is enabledNuno Sá1-0/+13
2021-08-17hwmon: (pmbus/ibm-cffps) Fix write bits for LED controlBrandon Wyman1-3/+3
2021-08-17hwmon: (w83781d) Match on device tree compatiblesLinus Walleij1-0/+11
2021-08-17hwmon: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2-4/+4
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-08-17hwmon: Add support for SB-RMI power moduleAkshay Gupta3-0/+370
2021-08-17hwmon: (w83627ehf) Make DEVICE_ATTR_RO staticArmin Wolf1-1/+1
2021-08-17hwmon: (w83627ehf) Switch to SIMPLE_DEV_PM_OPSArmin Wolf1-17/+4
2021-08-17hwmon: intel-m10-bmc-hwmon: add n5010 sensorsMartin Hundebøll1-0/+116
2021-08-17hwmon: (w83627ehf) Remove w83627ehf_remove()Armin Wolf1-35/+7
2021-08-17hwmon: (w83627ehf) Use platform_create_bundleArmin Wolf1-47/+10
2021-08-17hwmon: (pmbus/bpa-rs600) Support BPD-RS600Chris Packham1-7/+15
2021-08-17hwmon: (ntc_thermistor) Use library interpolationLinus Walleij1-9/+11
2021-08-17hwmon: (k10temp) support Zen3 APUsDavid Bartley1-0/+2
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+5
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds2-1/+2
2021-06-24hwmon: Support set_trips() of thermal device opsDmitry Osipenko1-0/+36
2021-06-24hwmon: (lm90) Prevent integer underflows of temperature calculationsDmitry Osipenko1-2/+11
2021-06-19hwmon: (lm90) Disable interrupt on suspendDmitry Osipenko1-0/+25
2021-06-19hwmon: (lm90) Unmask hardware interruptDmitry Osipenko1-0/+7
2021-06-19hwmon: (lm90) Use hwmon_notify_event()Dmitry Osipenko1-11/+33
2021-06-19hwmon: (lm90) Don't override interrupt trigger typeDmitry Osipenko1-2/+1
2021-06-18hwmon: (pmbus/dps920ab) Delete some dead codeDan Carpenter1-2/+0
2021-06-17hwmon: (ntc_thermistor) Drop unused headers.Jonathan Cameron1-4/+0
2021-06-17hwmon: (pmbus) Add driver for Delta DPS-920AB PSURobert Marko3-0/+218
2021-06-17hwmon: (pmbus/pim4328) Add PMBus driver for PIM4006, PIM4328 and PIM4820Erik Rosen3-0/+243