Age | Commit message (Expand) | Author | Files | Lines |
2023-12-13 | hwmon: (acpi_power_meter) Fix 4.29 MW bug | Armin Wolf | 1 | -0/+4 |
2023-08-11 | hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled | Gilles Buloz | 1 | -1/+1 |
2023-04-05 | hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs | Frank Crawford | 1 | -1/+3 |
2023-03-22 | hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi... | Zheng Wang | 1 | -0/+1 |
2023-03-22 | hwmon: (adt7475) Fix masking of hysteresis registers | Tony O'Brien | 1 | -2/+2 |
2023-03-22 | hwmon: (adt7475) Display smoothing attributes in correct order | Tony O'Brien | 1 | -2/+2 |
2023-03-11 | hwmon: (ltc2945) Handle error case in ltc2945_value_store | Jonathan Cormier | 1 | -0/+2 |
2022-12-08 | hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() | Yang Yingliang | 1 | -1/+4 |
2022-12-08 | hwmon: (coretemp) Check for null before removing sysfs attrs | Phil Auld | 1 | -0/+4 |
2022-12-08 | hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails | Gaosheng Cui | 1 | -0/+1 |
2022-12-08 | hwmon: (i5500_temp) fix missing pci_disable_device() | Yang Yingliang | 1 | -1/+1 |
2022-09-15 | hwmon: (gpio-fan) Fix array out of bounds access | Armin Wolf | 1 | -0/+3 |
2022-07-07 | hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails | Yang Yingliang | 1 | -4/+8 |
2022-05-18 | hwmon: (f71882fg) Fix negative temperature | Ji-Ze Hong (Peter Hong) | 1 | -2/+3 |
2022-05-18 | hwmon: (ltq-cputemp) restrict it to SOC_XWAY | Randy Dunlap | 1 | -1/+1 |
2022-05-12 | hwmon: (adt7470) Fix warning on module removal | Armin Wolf | 1 | -2/+2 |
2022-04-20 | hwmon: (pmbus) Add Vin unit off handling | Brandon Wyman | 2 | -1/+2 |
2022-04-20 | hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING | Armin Wolf | 1 | -1/+1 |
2022-04-20 | hwmon: (pmbus) Add mutex to regulator ops | Patrick Rudolph | 1 | -3/+13 |
2022-02-16 | hwmon: (dell-smm) Speed up setting of fan speed | Armin Wolf | 1 | -4/+8 |
2022-02-08 | hwmon: (lm90) Reduce maximum conversion rate for G781 | Guenter Roeck | 1 | -1/+1 |
2021-12-29 | hwmon: (lm90) Do not report 'busy' status bit as alarm | Guenter Roeck | 1 | -1/+2 |
2021-12-29 | hwmon: (lm90) Fix usage of CONFIG2 register in detect function | Guenter Roeck | 1 | -3/+2 |
2021-12-22 | hwmon: (dell-smm) Fix warning on /proc/i8k creation error | Armin Wolf | 1 | -2/+5 |
2021-11-26 | hwmon: Fix possible memleak in __hwmon_device_register() | Yang Yingliang | 1 | -2/+4 |
2021-11-26 | hwmon: (pmbus/lm25066) Add offset coefficients | Zev Weiss | 1 | -0/+23 |
2021-10-06 | hwmon: (tmp421) fix rounding for negative values | Paul Fertser | 1 | -16/+8 |
2021-07-20 | hwmon: (max31790) Fix fan speed reporting for fan7..12 | Guenter Roeck | 1 | -1/+1 |
2021-07-20 | hwmon: (max31722) Remove non-standard ACPI device IDs | Guenter Roeck | 1 | -9/+0 |
2021-06-30 | hwmon: (scpi-hwmon) shows the negative temperature properly | Riwen Lu | 1 | -0/+9 |
2021-05-26 | Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe" | Greg Kroah-Hartman | 1 | -9/+2 |
2021-03-17 | hwmon: (lm90) Fix max6658 sporadic wrong temperature reading | Boyang Yu | 1 | -4/+38 |
2020-09-09 | hwmon: (applesmc) check status earlier. | Tom Rix | 1 | -15/+16 |
2020-07-29 | hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow | Evgeny Novikov | 1 | -0/+2 |
2020-07-22 | hwmon: (emc2103) fix unable to change fan pwm1_enable attribute | Vishwas M | 1 | -1/+1 |
2020-07-09 | hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add() | Misono Tomohiro | 1 | -1/+3 |
2020-07-09 | hwmon: (max6697) Make sure the OVERT mask is set correctly | Chu Lin | 1 | -3/+4 |
2020-05-20 | hwmon: (da9052) Synchronize access with mfd | Samu Nuutamo | 1 | -2/+2 |
2020-05-02 | hwmon: (jc42) Fix name to have no illegal characters | Sascha Hauer | 1 | -1/+1 |
2020-03-11 | hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT() | Dan Carpenter | 1 | -1/+1 |
2020-02-28 | hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions. | Mike Jones | 1 | -2/+2 |
2020-01-29 | hwmon: (nct7802) Fix voltage limits to wrong registers | Gilles Buloz | 1 | -2/+2 |
2020-01-29 | hwmon: (core) Do not use device managed functions for memory allocations | Guenter Roeck | 1 | -27/+41 |
2020-01-29 | hwmon: (core) Fix double-free in __hwmon_device_register() | Dmitry Osipenko | 1 | -4/+4 |
2020-01-29 | hwmon: Deal with errors from the thermal subsystem | Linus Walleij | 1 | -4/+17 |
2020-01-29 | hwmon: (adt7475) Make volt2reg return same reg as reg2volt input | Luuk Paulussen | 1 | -2/+3 |
2020-01-27 | hwmon: (shtc1) fix shtc1 and shtw1 id mask | Dan Robertson | 1 | -1/+1 |
2020-01-27 | hwmon: (lm75) Fix write operations for negative temperatures | Guenter Roeck | 1 | -1/+1 |
2020-01-27 | hwmon: (w83627hf) Use request_muxed_region for Super-IO accesses | Guenter Roeck | 1 | -5/+37 |
2020-01-27 | hwmon: (pmbus/tps53679) Fix driver info initialization in probe routine | Vadim Pasternak | 1 | -1/+8 |