summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2024-08-30hwmon: (ina2xx) Re-initialize chip using regmap functionsGuenter Roeck1-9/+41
2024-08-30hwmon: (ina2xx) Use local regmap pointer if used more than onceGuenter Roeck1-13/+10
2024-08-30hwmon: (ina2xx) Mark regmap_config as constGuenter Roeck1-10/+2
2024-08-30hwmon: (ina2xx) Use bit operationsGuenter Roeck1-42/+42
2024-08-30hwmon: (ina2xx) Replace platform data with device propertiesGuenter Roeck1-12/+4
2024-08-30hwmon: (ina2xx) Reorder include files to alphabetic orderGuenter Roeck1-8/+7
2024-08-28hwmon: (oxp-sensors) Add missing breaks to fix -Wimplicit-fallthrough with clangNathan Chancellor1-0/+4
2024-08-27hwmon: (pwmfan) Do not force disable pwm controllerJohannes Kirchmair1-5/+6
2024-08-27hwmon: (pc87360) Use min() macroShen Lichuan1-1/+1
2024-08-27hwmon: Add sophgo SG2042 external hardware monitor supportInochi Amaoto3-0/+400
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-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