aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-27hwmon: (pc87360) Use min() macroShen Lichuan1-1/+1
2024-08-27hwmon: Add sophgo SG2042 external hardware monitor supportInochi Amaoto5-0/+479
2024-08-27dt-bindings: hwmon: Add Sophgo SG2042 external hardware monitor supportInochi Amaoto1-0/+43
2024-08-27hwmon: (tmp464): Simplify with scoped for each OF child loopJinjie Ruan1-5/+2
2024-08-27hwmon: (tmp421): Simplify with scoped for each OF child loopJinjie Ruan1-5/+2
2024-08-27hwmon: (npcm750-pwm-fan): Simplify with scoped for each OF child loopJinjie Ruan1-3/+2
2024-08-27hwmon: (nct7802): Simplify with scoped for each OF child loopJinjie Ruan1-5/+2
2024-08-27hwmon: (lm90): Simplify with scoped for each OF child loopJinjie Ruan1-5/+2
2024-08-27hwmon: (ina3221): Simplify with scoped for each OF child loopJinjie Ruan1-5/+2
2024-08-27hwmon: (aspeed-pwm-tacho): Simplify with scoped for each OF child loopJinjie Ruan1-5/+3
2024-08-27hwmon: (aspeed-g6-pwm-tacho): Simplify with scoped for each OF child loopJinjie Ruan1-3/+1
2024-08-27hwmon: (k10temp): Use cpu_feature_enabled() for detecting zenMario Limonciello1-16/+10
2024-08-27dt-bindings: hwmon: Add maxim max31790Chanh Nguyen1-0/+70
2024-08-27hwmon: (oxp-sensors) Add support for multiple new devices.Derek J. Clark2-63/+290
2024-08-27hwmon: (stts751) Add "st" vendor prefix to "stts751" compatible stringRob Herring (Arm)1-1/+1
2024-08-27hwmon: (ntc_thermistor) fix module autoloadingYuntao Liu1-0/+1
2024-08-27hwmon: (sch5627) Remove unused declaration sch56xx_watchdog_unregister()Yue Haibing1-1/+0
2024-08-27hwmon: (gsc-hwmon) fix module autoloadingLiao Chen1-0/+1
2024-08-27hwmon: Add thermal sensor driver for Surface Aggregator ModuleMaximilian Luz4-0/+253
2024-08-27hwmon: (nct6775) add G15CF to ASUS WMI monitoring listDenis Pauk1-0/+1
2024-08-27hwmon: (chipcap2) Drop cc2_disable() in the probe and return dev_err_probe()Javier Carrasco1-22/+11
2024-08-27hwmon: (lm92) Update documentationGuenter Roeck2-14/+14
2024-08-27hwmon: (lm92) Convert to with_info hwmon APIGuenter Roeck1-145/+174
2024-08-27hwmon: (lm92) Convert to use regmapGuenter Roeck2-74/+131
2024-08-27hwmon: (lm92) Replace chip IDs with limit register resolutionGuenter Roeck1-8/+10
2024-08-27hwmon: (lm92) Reorder include files to alphabetic orderGuenter Roeck1-6/+6
2024-08-27hwmon: (lm92) Improve auto-detection accuracyGuenter Roeck1-9/+17
2024-08-27hwmon: (vexpress) Use of_property_present()Rob Herring (Arm)1-1/+1
2024-07-31hwmon: (max1619) Improve chip detection codeGuenter Roeck1-18/+14
2024-07-31hwmon: (max1619) Add support for update_interval attributeGuenter Roeck1-8/+42
2024-07-31hwmon: (max1619) Convert to with_info APIGuenter Roeck1-113/+158
2024-07-31hwmon: (max1619) Convert to use regmapGuenter Roeck2-127/+138
2024-07-31hwmon: (max1619) Mask valid alarm bitsGuenter Roeck1-0/+1
2024-07-31hwmon: (max1619) Reorder include files to alphabetic orderGuenter Roeck1-6/+6
2024-07-31hwmon: (max1619) Clamp temperature range when writing limitsGuenter Roeck1-12/+2
2024-07-31hwmon: (max6697) Document discrepancy in overtemperature status bit valuesGuenter Roeck1-0/+10
2024-07-31hwmon: (max1668) Convert to use with_info hwmon APIGuenter Roeck1-225/+116
2024-07-31hwmon: (max1668) Replace chip type with number of channelsGuenter Roeck1-8/+6
2024-07-31hwmon: (max1668) Convert to use regmapGuenter Roeck1-116/+99
2024-07-31hwmon: (max1668) Use BIT macroGuenter Roeck1-2/+3
2024-07-31hwmon: (max1668) Reorder include files to alphabetic orderGuenter Roeck1-6/+6
2024-07-31hwmon: (oxp-sensors) Fix typo in driver documentationCryolitia PukNgae1-1/+1
2024-07-31hwmon: (ltc2947) Move to firmware agnostic APINuno Sa1-10/+10
2024-07-31hwmon: (adt7475) Add support for configuring initial PWM stateChris Packham1-0/+130
2024-07-31dt-bindings: hwmon: adt7475: Deprecate adi,pwm-active-stateChris Packham1-1/+1
2024-07-31dt-bindings: hwmon: Add adt7475 fan/pwm propertiesChris Packham1-1/+34
2024-07-31hwmon: (max6697) Add support for tempX_min and tempX_min_alarmGuenter Roeck1-11/+48
2024-07-31hwmon: (max6697) Convert to with_info hwmon APIGuenter Roeck1-289/+171
2024-07-31hwmon: (max6697) Convert to use regmapGuenter Roeck1-196/+121
2024-07-31hwmon: (max6697) Use bit operations where possibleGuenter Roeck1-15/+28