summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2022-02-28hwmon: (asus-ec-sensors) add driver for ASUS ECEugene Shalygin3-0/+706
2022-02-28hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNINGArmin Wolf1-1/+1
2022-02-28hwmon: (sch56xx-common) Replace msleep() with usleep_range()Armin Wolf1-1/+1
2022-02-28hwmon: (sch56xx-common) Add automatic module loading on supported devicesArmin Wolf1-2/+38
2022-02-28hwmon: (sch56xx) Autoload modules on platform device creationArmin Wolf2-0/+20
2022-02-28hwmon: Fix possible NULL pointerPaul Cercueil1-1/+1
2022-02-28hwmon: (powr1220) Add support for Lattice's POWR1014 power manager ICMichael Shych1-1/+21
2022-02-28hwmon: (powr1220) Upgrade driver to support hwmon info infrastructureMichael Shych1-115/+92
2022-02-28hwmon: (powr1220) Cosmetic changesMichael Shych1-3/+3
2022-02-28hwmon: (pmbus) Remove trailing whitespaces from Kconfig fileMarcello Sylvester Bauer1-2/+2
2022-02-28hwmon: (asus_wmi_sensors) add ASUS ROG STRIX B450-F GAMING IIDenis Pauk1-0/+1
2022-02-28hwmon: (asus_wmi_ec_sensors) Support T_Sensor on Prime X570-ProAnthony DeRossi1-1/+2
2022-02-28hwmon: (nct6775) add PRIME B550-PLUS motherboard to whitelistDmitry Baryshkov1-0/+1
2022-02-28hwmon: (nct6775) add ASUS Pro B550M-C/PRIME B550M-ADenis Pauk1-0/+3
2022-02-28hwmon: Add "label" attributePaul Cercueil1-3/+31
2022-02-28hwmon: (nct6775) add support for TSI temperature registersZev Weiss1-6/+123
2022-02-28hwmon: (lm83) Convert to use with_info APIGuenter Roeck1-132/+183
2022-02-28hwmon: (lm83) Explain why LM82 may be misdetected as LM83Guenter Roeck1-0/+8
2022-02-28hwmon: (lm83) Demote log message if chip identification failsGuenter Roeck1-3/+3
2022-02-28hwmon: (lm83) Replace temperature conversion macros with standard functionsGuenter Roeck1-13/+2
2022-02-28hwmon: (lm83) Use regmapGuenter Roeck2-65/+112
2022-02-28hwmon: (lm83) Replace new_client with clientGuenter Roeck1-14/+14
2022-02-28hwmon: (lm83) Move lm83_id to avoid forward declarationGuenter Roeck1-8/+6
2022-02-28hwmon: (lm83) Reorder include files to be in alphabetic orderGuenter Roeck1-5/+5
2022-02-28hwmon: Report attribute name with udev eventsGuenter Roeck1-1/+4
2022-02-28hwmon: (pmbus) Add mutex to regulator opsPatrick Rudolph1-3/+13
2022-02-22hwmon: (pmbus) Clear pmbus fault/warning bits after readVikash Chandola1-0/+5
2022-02-22hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck1-6/+8
2022-02-20hwmon: (ntc_thermistor) Underscore Samsung thermistorLinus Walleij1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König4-10/+4
2022-02-09hwmon: peci: Add dimmtemp driverIwona Winiarska3-0/+645
2022-02-09hwmon: peci: Add cputemp driverIwona Winiarska6-0/+676
2022-02-08hwmon: sy7636a: Add temperature driver for sy7636aAlistair Francis3-0/+116
2022-01-25hwmon: (nct6775) Fix crash in clear_caseopenGuenter Roeck1-3/+3
2022-01-24hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()Dan Carpenter1-0/+3
2022-01-24hwmon: (pmbus/ir38064) Mark ir38064_of_match as __maybe_unusedGuenter Roeck1-1/+1
2022-01-24hwmon: (lm90) Fix sysfs and udev notificationsGuenter Roeck1-6/+6
2022-01-24hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649Guenter Roeck1-1/+1
2022-01-24hwmon: (lm90) Mark alert as broken for MAX6680Guenter Roeck1-1/+1
2022-01-24hwmon: (lm90) Mark alert as broken for MAX6654Guenter Roeck1-0/+1
2022-01-24hwmon: (lm90) Re-enable interrupts after alert clearsGuenter Roeck1-1/+1
2022-01-24hwmon: (lm90) Reduce maximum conversion rate for G781Guenter Roeck1-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-15Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov1-2/+1
2022-01-10hwmon: (nzxt-smart2) make array detect_fans_report static constColin Ian King1-1/+1
2021-12-28hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probePeiwei Hu1-2/+4
2021-12-28hwmon: (nzxt-smart2) Fix "unused function" warningAleksandr Mezin1-1/+1
2021-12-27hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf1-6/+6
2021-12-27hwmon: (nct6775) Additional check for ChipID before ASUS WMI usageDenis Pauk1-1/+1