Age | Commit message (Expand) | Author | Files | Lines |
2021-10-02 | hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur... | Nadezda Lutovinova | 1 | -15/+11 |
2021-10-02 | hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu... | Nadezda Lutovinova | 1 | -17/+11 |
2021-10-02 | hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu... | Nadezda Lutovinova | 1 | -18/+11 |
2021-10-02 | hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controller | Vadim Pasternak | 1 | -1/+1 |
2021-10-02 | hwmon: (pmbus/ibm-cffps) max_power_out swap changes | Brandon Wyman | 1 | -2/+8 |
2021-10-02 | hwmon: (occ) Fix P10 VRM temp sensors | Eddie James | 1 | -12/+5 |
2021-09-24 | hwmon: (ltc2947) Properly handle errors when looking for the external clock | Uwe Kleine-König | 1 | -2/+6 |
2021-09-24 | hwmon: (tmp421) fix rounding for negative values | Paul Fertser | 1 | -16/+8 |
2021-09-24 | hwmon: (tmp421) report /PVLD condition as fault | Paul Fertser | 1 | -6/+3 |
2021-09-24 | hwmon: (tmp421) handle I2C errors | Paul Fertser | 1 | -10/+28 |
2021-09-17 | hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced ... | Vadim Pasternak | 1 | -3/+9 |
2021-09-13 | hwmon: (k10temp) Remove residues of current and voltage | suma hegde | 1 | -6/+0 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-09-08 | hwmon/drivers/mr75203: use HZ macros | Daniel Lezcano | 1 | -1/+1 |
2021-08-28 | hwmon: add driver for Aquacomputer D5 Next | Aleksa Savic | 3 | -0/+374 |
2021-08-28 | hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info API | Chris Packham | 1 | -397/+284 |
2021-08-28 | hwmon: (adt7470) Convert to use regmap | Chris Packham | 1 | -173/+241 |
2021-08-28 | hwmon: (adt7470) Fix some style issues | Chris Packham | 1 | -3/+3 |
2021-08-27 | hwmon: (k10temp) Add support for yellow carp | Mario Limonciello | 1 | -0/+5 |
2021-08-27 | hwmon: (k10temp) Rework the temperature offset calculation | Mario Limonciello | 1 | -6/+12 |
2021-08-27 | hwmon: (k10temp) Don't show Tdie for all Zen/Zen2/Zen3 CPU/APU | Mario Limonciello | 1 | -2/+1 |
2021-08-27 | hwmon: (k10temp) Add additional missing Zen2 and Zen3 APUs | Mario Limonciello | 1 | -1/+3 |
2021-08-18 | hwmon: remove amd_energy driver in Makefile | Lukas Bulwahn | 1 | -1/+0 |
2021-08-18 | hwmon: (dell-smm) Rework SMM function debugging | Armin Wolf | 1 | -15/+6 |
2021-08-18 | hwmon: (dell-smm) Mark i8k_get_fan_nominal_speed as __init | Armin Wolf | 1 | -1/+1 |
2021-08-18 | hwmon: (dell-smm) Mark tables as __initconst | Armin Wolf | 1 | -4/+4 |
2021-08-18 | hwmon: (pmbus/bpa-rs600) Add workaround for incorrect Pin max | Chris Packham | 1 | -0/+23 |
2021-08-18 | hwmon: (pmbus/bpa-rs600) Don't use rated limits as warn limits | Chris Packham | 1 | -25/+0 |
2021-08-18 | hwmon: (axi-fan-control) Support temperature vs pwm points | Nuno Sá | 1 | -1/+73 |
2021-08-18 | hwmon: (axi-fan-control) Handle irqs in natural order | Nuno Sá | 1 | -15/+15 |
2021-08-18 | hwmon: (axi-fan-control) Make sure the clock is enabled | Nuno Sá | 1 | -0/+13 |
2021-08-18 | hwmon: (pmbus/ibm-cffps) Fix write bits for LED control | Brandon Wyman | 1 | -3/+3 |
2021-08-18 | hwmon: (w83781d) Match on device tree compatibles | Linus Walleij | 1 | -0/+11 |
2021-08-18 | hwmon: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 2 | -4/+4 |
2021-08-18 | hwmon: (dell-smm) Add Dell Precision 7510 to fan control whitelist | Carlos Alberto Lopez Perez | 1 | -8/+16 |
2021-08-18 | hwmon: (dell-smm-hwmon) Fix fan mutliplier detection for 3rd fan | Armin Wolf | 1 | -1/+1 |
2021-08-18 | hwmon: (dell-smm-hwmon) Convert to devm_hwmon_device_register_with_info() | Armin Wolf | 1 | -310/+279 |
2021-08-18 | hwmon: (dell-smm-hwmon) Move variables into a driver private data structure | Armin Wolf | 1 | -125/+152 |
2021-08-18 | hwmon: (dell-smm-hwmon) Use devm_add_action_or_reset() | Armin Wolf | 1 | -19/+9 |
2021-08-18 | hwmon: (dell-smm-hwmon) Mark functions as __init | Armin Wolf | 1 | -2/+2 |
2021-08-18 | hwmon: (dell-smm-hwmon) Use platform device | Armin Wolf | 1 | -51/+62 |
2021-08-18 | hwmon: Add support for SB-RMI power module | Akshay Gupta | 3 | -0/+370 |
2021-08-18 | hwmon: (w83627ehf) Make DEVICE_ATTR_RO static | Armin Wolf | 1 | -1/+1 |
2021-08-18 | hwmon: (w83627ehf) Switch to SIMPLE_DEV_PM_OPS | Armin Wolf | 1 | -17/+4 |
2021-08-18 | hwmon: intel-m10-bmc-hwmon: add n5010 sensors | Martin Hundebøll | 1 | -0/+116 |
2021-08-18 | hwmon: (w83627ehf) Remove w83627ehf_remove() | Armin Wolf | 1 | -35/+7 |
2021-08-18 | hwmon: (w83627ehf) Use platform_create_bundle | Armin Wolf | 1 | -47/+10 |
2021-08-18 | hwmon: (pmbus/bpa-rs600) Support BPD-RS600 | Chris Packham | 1 | -7/+15 |
2021-08-18 | hwmon: (ntc_thermistor) Use library interpolation | Linus Walleij | 1 | -9/+11 |
2021-08-18 | hwmon: (k10temp) support Zen3 APUs | David Bartley | 1 | -0/+2 |