summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-13hwmon: (lm90) Read the channel's label from device-treeSlawomir Stepien1-0/+72
2022-07-13hwmon: (lm90) Define maximum number of channels that are supportedSlawomir Stepien1-12/+15
2022-07-13hwmon: (lm90) Add compatible entry for adt7481Slawomir Stepien1-0/+4
2022-07-13dt-bindings: hwmon: Allow specifying channels for lm90Slawomir Stepien1-0/+129
2022-07-13dt-bindings: hwmon: Add compatible string for ADT7481 in lm90Slawomir Stepien1-0/+2
2022-07-13hwmon: Allow to compile ASB100 and FSCHMD on !X86Uwe Kleine-König1-2/+2
2022-07-13hwmon: (pmbus) add MFR_* registers to debugfsAdam Wujek1-2/+97
2022-07-13hwmon: (pmbus) add a function to check the presence of a block registerAdam Wujek1-0/+28
2022-07-13hwmon: (asus-ec-sensors) add support for Strix Z690-a D4Shady Nawara2-0/+19
2022-07-13hwmon: (sch56xx-common) Add DMI override tableArmin Wolf1-10/+34
2022-07-13hwmon: (lm75) Replace kernel.h with the necessary inclusionsChristophe JAILLET1-1/+2
2022-07-13hwmon: (f71882fg) Add support for F71858AD (0x0903)Aleksander Mazur1-0/+2
2022-07-13hwmon: (pmbus) Add support for Analog Devices LT7182SGuenter Roeck5-0/+298
2022-07-13dt-bindings: trivial-devices: Add lt7182sGuenter Roeck1-0/+2
2022-07-13hwmon: (pmbus) Add IEEE 754 half precision support to PMBus coreGuenter Roeck2-5/+139
2022-07-13hwmon: (lm90) Support temp_samples attributeGuenter Roeck1-14/+91
2022-07-13hwmon: (lm90) Add table with supported Analog/ONSEMI devicesGuenter Roeck1-0/+36
2022-07-13hwmon: (lm90) Add support and detection of Philips/NXP NE1618Guenter Roeck3-14/+42
2022-07-13hwmon: (lm90) Add explicit support for ADM1020Guenter Roeck3-4/+20
2022-07-13hwmon: (lm90) Only disable alerts if not already disabledGuenter Roeck1-2/+4
2022-07-13hwmon: (lm90) Add support for ADT7421Guenter Roeck1-1/+9
2022-07-13hwmon: (lm90) Add support for ON Semiconductor NCT218Guenter Roeck3-3/+40
2022-07-13hwmon: (lm90) Add support for ON Semiconductor NCT214 and NCT72Guenter Roeck3-2/+56
2022-07-13hwmon: (lm90) Add explicit support for NCT210Guenter Roeck3-3/+31
2022-07-13hwmon: (lm90) Combine lm86 and lm90 configurationGuenter Roeck1-12/+5
2022-07-13hwmon: (lm90) Add remaining chips supported by adm1021 driverGuenter Roeck3-1/+60
2022-07-13hwmon: (lm90) Add support for ADM1021, ADM1021A, and ADM1023Guenter Roeck3-8/+66
2022-07-13hwmon: (lm90) Support MAX1617 and LM84Guenter Roeck3-43/+275
2022-07-13hwmon: (lm90) Introduce 16-bit register write functionGuenter Roeck1-14/+19
2022-07-13hwmon: (lm90) Let lm90_read16() handle 8-bit read operationsGuenter Roeck1-30/+17
2022-07-13hwmon: (lm90) Add support for MAX6642Guenter Roeck3-16/+83
2022-07-13hwmon: (lm90) Add flag to indicate conversion rate supportGuenter Roeck1-27/+39
2022-07-13hwmon: (lm90) Add flag to indicate support for minimum temperature limitsGuenter Roeck1-23/+31
2022-07-13hwmon: (lm90) Add support for MAX6690Guenter Roeck2-2/+17
2022-07-13hwmon: (lm90) Strengthen chip detection for ADM1032, ADT7461(A), and NCT1008Guenter Roeck1-4/+8
2022-07-13hwmon: (lm90) Add support for ADT7481, ADT7482, and ADT7483Guenter Roeck3-31/+129
2022-07-13hwmon: (lm90) Add explicit support for MAX6648/MAX6692Guenter Roeck2-6/+47
2022-07-13hwmon: (lm90) Add flag to indicate 'alarms' attribute supportGuenter Roeck1-19/+38
2022-07-13hwmon: (lm90) Fix/Add detection of G781-1Guenter Roeck1-5/+34
2022-07-13hwmon: (lm90) Add support for additional chip revision of NCT1008Guenter Roeck1-1/+6
2022-07-13hwmon: (lm90) Rework detect functionGuenter Roeck1-143/+236
2022-07-13hwmon: (lm90) Use single flag to indicate extended temperature supportGuenter Roeck1-15/+10
2022-07-13hwmon: (lm90) Support multiple temperature resolutionsGuenter Roeck1-297/+155
2022-07-13hwmon: (lm90) Only re-read registers if volatileGuenter Roeck1-18/+23
2022-07-13hwmon: (lm90) Add support for unsigned and signed temperaturesGuenter Roeck1-28/+42
2022-07-13hwmon: (lm90) Enable full PEC support for ADT7461AGuenter Roeck1-5/+12
2022-07-13hwmon: (lm90) Add partial PEC support for ADT7461Guenter Roeck2-1/+2
2022-07-13hwmon: (lm90) Improve PEC supportGuenter Roeck2-30/+32
2022-07-13hwmon: (lm90) Stop using R_/W_ register prefixGuenter Roeck1-117/+117
2022-07-13hwmon: (lm90) Move status register bit shifts to compile timeGuenter Roeck1-13/+14