summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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-27hwmon: (oxp-sensors) Add support for multiple new devices.Derek J. Clark1-45/+254
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 Luz3-0/+247
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 Roeck1-1/+1
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-08-26hwmon: (pt5161l) Fix invalid temperature readingCosmo Chou1-2/+2
2024-08-25hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMINGRoss Brown1-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 Roeck1-123/+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: (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-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
2024-07-31hwmon: (max6697) Drop platform data supportGuenter Roeck1-94/+82
2024-07-31hwmon: (max6697) Reorder include filesGuenter Roeck1-6/+6
2024-07-31hwmon: (max16065) Fix alarm attributesGuenter Roeck1-2/+10
2024-07-31hwmon: (max16065) Fix overflows seen when writing limitsGuenter Roeck1-2/+3
2024-07-31hwmon: (ltc2992) use device_for_each_child_node_scoped() to access child nodesJavier Carrasco1-14/+5
2024-07-31hwmon: (dell-smm) Add Dell Latitude 7320 to fan control whitelistArmin Wolf1-0/+8
2024-07-31hwmon: (lm95234) Use multi-byte regmap operationsGuenter Roeck1-27/+18
2024-07-31hwmon: (lm95234) Add support for tempX_enable attributeGuenter Roeck1-5/+17
2024-07-31hwmon: (lm95234) Convert to with_info hwmon APIGuenter Roeck1-328/+225
2024-07-31hwmon: (lm95234) Convert to use regmapGuenter Roeck2-248/+182