summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | hwmon: (asus-ec-sensors) Add Crosshair VIII Hero WiFiEugene Shalygin2022-02-281-0/+6
* | | | hwmon: (max6639) Add regulator supportMarcello Sylvester Bauer2022-02-281-8/+54
* | | | hwmon: (mlxreg-fan) Use pwm attribute for setting fan speed low limitVadim Pasternak2022-02-281-57/+27
* | | | hwmon: deprecate asis_wmi_ec_sensors driverEugene Shalygin2022-02-281-1/+4
* | | | hwmon: (asus-ec-sensors) add driver for ASUS ECEugene Shalygin2022-02-283-0/+706
* | | | hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNINGArmin Wolf2022-02-281-1/+1
* | | | hwmon: (sch56xx-common) Replace msleep() with usleep_range()Armin Wolf2022-02-281-1/+1
* | | | hwmon: (sch56xx-common) Add automatic module loading on supported devicesArmin Wolf2022-02-281-2/+38
* | | | hwmon: (sch56xx) Autoload modules on platform device creationArmin Wolf2022-02-282-0/+20
* | | | hwmon: Fix possible NULL pointerPaul Cercueil2022-02-281-1/+1
* | | | hwmon: (powr1220) Add support for Lattice's POWR1014 power manager ICMichael Shych2022-02-281-1/+21
* | | | hwmon: (powr1220) Upgrade driver to support hwmon info infrastructureMichael Shych2022-02-281-115/+92
* | | | hwmon: (powr1220) Cosmetic changesMichael Shych2022-02-281-3/+3
* | | | hwmon: (pmbus) Remove trailing whitespaces from Kconfig fileMarcello Sylvester Bauer2022-02-281-2/+2
* | | | hwmon: (asus_wmi_sensors) add ASUS ROG STRIX B450-F GAMING IIDenis Pauk2022-02-281-0/+1
* | | | hwmon: (asus_wmi_ec_sensors) Support T_Sensor on Prime X570-ProAnthony DeRossi2022-02-281-1/+2
* | | | hwmon: (nct6775) add PRIME B550-PLUS motherboard to whitelistDmitry Baryshkov2022-02-281-0/+1
* | | | hwmon: (nct6775) add ASUS Pro B550M-C/PRIME B550M-ADenis Pauk2022-02-281-0/+3
* | | | hwmon: Add "label" attributePaul Cercueil2022-02-281-3/+31
* | | | hwmon: (nct6775) add support for TSI temperature registersZev Weiss2022-02-281-6/+123
* | | | hwmon: (lm83) Convert to use with_info APIGuenter Roeck2022-02-281-132/+183
* | | | hwmon: (lm83) Explain why LM82 may be misdetected as LM83Guenter Roeck2022-02-281-0/+8
* | | | hwmon: (lm83) Demote log message if chip identification failsGuenter Roeck2022-02-281-3/+3
* | | | hwmon: (lm83) Replace temperature conversion macros with standard functionsGuenter Roeck2022-02-281-13/+2
* | | | hwmon: (lm83) Use regmapGuenter Roeck2022-02-282-65/+112
* | | | hwmon: (lm83) Replace new_client with clientGuenter Roeck2022-02-281-14/+14
* | | | hwmon: (lm83) Move lm83_id to avoid forward declarationGuenter Roeck2022-02-281-8/+6
* | | | hwmon: (lm83) Reorder include files to be in alphabetic orderGuenter Roeck2022-02-281-5/+5
* | | | hwmon: Report attribute name with udev eventsGuenter Roeck2022-02-281-1/+4
* | | | hwmon: (pmbus) Add mutex to regulator opsPatrick Rudolph2022-02-281-3/+13
| |_|/ |/| |
* | | hwmon: (pmbus) Clear pmbus fault/warning bits after readVikash Chandola2022-02-221-0/+5
* | | hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck2022-02-221-6/+8
* | | hwmon: (ntc_thermistor) Underscore Samsung thermistorLinus Walleij2022-02-201-1/+1
|/ /
* | hwmon: (nct6775) Fix crash in clear_caseopenGuenter Roeck2022-01-241-3/+3
* | hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()Dan Carpenter2022-01-241-0/+3
* | hwmon: (pmbus/ir38064) Mark ir38064_of_match as __maybe_unusedGuenter Roeck2022-01-241-1/+1
* | hwmon: (lm90) Fix sysfs and udev notificationsGuenter Roeck2022-01-241-6/+6
* | hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649Guenter Roeck2022-01-241-1/+1
* | hwmon: (lm90) Mark alert as broken for MAX6680Guenter Roeck2022-01-241-1/+1
* | hwmon: (lm90) Mark alert as broken for MAX6654Guenter Roeck2022-01-241-0/+1
* | hwmon: (lm90) Re-enable interrupts after alert clearsGuenter Roeck2022-01-241-1/+1
* | hwmon: (lm90) Reduce maximum conversion rate for G781Guenter Roeck2022-01-241-1/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+1
|\
| * Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-151-2/+1
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | hwmon: (nzxt-smart2) make array detect_fans_report static constColin Ian King2022-01-101-1/+1
* | hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probePeiwei Hu2021-12-281-2/+4
* | hwmon: (nzxt-smart2) Fix "unused function" warningAleksandr Mezin2021-12-281-1/+1
* | hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf2021-12-271-6/+6
* | hwmon: (nct6775) Additional check for ChipID before ASUS WMI usageDenis Pauk2021-12-271-1/+1