aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm90.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25hwmon: (lm90) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck1-1/+1
2022-07-13hwmon: (lm90) Use worker for alarm notificationsGuenter Roeck1-5/+13
2022-07-13hwmon: (lm90) Read the channel's temperature offset from device-treeSlawomir Stepien1-0/+16
2022-07-13hwmon: (lm90) Add support for 2nd remote channel's offset registerSlawomir Stepien1-9/+49
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-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 Roeck1-12/+32
2022-07-13hwmon: (lm90) Add explicit support for ADM1020Guenter Roeck1-1/+9
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 Roeck1-2/+29
2022-07-13hwmon: (lm90) Add support for ON Semiconductor NCT214 and NCT72Guenter Roeck1-1/+34
2022-07-13hwmon: (lm90) Add explicit support for NCT210Guenter Roeck1-2/+16
2022-07-13hwmon: (lm90) Combine lm86 and lm90 configurationGuenter Roeck1-12/+5
2022-07-13hwmon: (lm90) Add remaining chips supported by adm1021 driverGuenter Roeck1-0/+26
2022-07-13hwmon: (lm90) Add support for ADM1021, ADM1021A, and ADM1023Guenter Roeck1-5/+42
2022-07-13hwmon: (lm90) Support MAX1617 and LM84Guenter Roeck1-35/+229
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 Roeck1-14/+64
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 Roeck1-1/+16
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 Roeck1-30/+89
2022-07-13hwmon: (lm90) Add explicit support for MAX6648/MAX6692Guenter Roeck1-4/+37
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 Roeck1-1/+1
2022-07-13hwmon: (lm90) Improve PEC supportGuenter Roeck1-27/+29
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
2022-07-13hwmon: (lm90) Use BIT macroGuenter Roeck1-27/+28
2022-07-13hwmon: (lm90) Reorder chip enumeration to be in alphabetical orderGuenter Roeck1-2/+4
2022-07-13hwmon: (lm90) Reorder include files in alphabetical orderGuenter Roeck1-6/+6
2022-07-13hwmon: (lm90) Rework alarm/status handlingGuenter Roeck1-115/+199
2022-07-13hwmon: (lm90) Generate sysfs and udev events for all alarmsGuenter Roeck1-0/+20
2022-05-22hwmon: (lm90) enable extended range according to DTS nodeHolger Brunck1-0/+4