aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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-110/+155
2024-07-31hwmon: (max1619) Convert to use regmapGuenter Roeck1-122/+137
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-223/+114
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-93/+81
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-324/+221
2024-07-31hwmon: (lm95234) Convert to use regmapGuenter Roeck2-248/+182
2024-07-31hwmon: (lm95234) Use find_closest to find matching update intervalGuenter Roeck1-4/+2
2024-07-31hwmon: (lm95234) Reorder include files to be in alphabetic orderGuenter Roeck1-6/+6
2024-07-31hwmon: (amc6821) Use multi-byte regmap operationsGuenter Roeck1-17/+13
2024-07-31hwmon: (max6639) Use multi-byte regmap operationsGuenter Roeck1-30/+10
2024-07-31hwmon: (tmp464) Use multi-byte regmap operationsGuenter Roeck1-18/+15
2024-07-31hwmon: (adt7x10) Use multi-byte regmap operationsGuenter Roeck1-12/+6
2024-07-31hwmon: (nct7802) Use multi-byte regmap operationsGuenter Roeck1-39/+23
2024-07-31hwmon: (lm95245) Use multi-byte regmap operationsGuenter Roeck1-65/+45
2024-07-31hwmon: (tmp401) Use multi-byte regmap operationsGuenter Roeck1-12/+5
2024-07-31hwmon: (adt7470) Use multi-byte regmap operationsGuenter Roeck1-15/+7
2024-07-29x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-12/+12
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-9/+44
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+41