summaryrefslogtreecommitdiff
path: root/drivers/hwmon/lm90.c
AgeCommit message (Expand)Author
2023-08-21hwmon: (lm90) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-21hwmon: Explicitly include correct DT includesRob Herring
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-12-04hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET
2022-12-04hwmon: (lm90) simplify using devm_regulator_get_enable()Matti Vaittinen
2022-09-25hwmon: (lm90) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck
2022-07-13hwmon: (lm90) Use worker for alarm notificationsGuenter Roeck
2022-07-13hwmon: (lm90) Read the channel's temperature offset from device-treeSlawomir Stepien
2022-07-13hwmon: (lm90) Add support for 2nd remote channel's offset registerSlawomir Stepien
2022-07-13hwmon: (lm90) Read the channel's label from device-treeSlawomir Stepien
2022-07-13hwmon: (lm90) Define maximum number of channels that are supportedSlawomir Stepien
2022-07-13hwmon: (lm90) Add compatible entry for adt7481Slawomir Stepien
2022-07-13hwmon: (lm90) Support temp_samples attributeGuenter Roeck
2022-07-13hwmon: (lm90) Add table with supported Analog/ONSEMI devicesGuenter Roeck
2022-07-13hwmon: (lm90) Add support and detection of Philips/NXP NE1618Guenter Roeck
2022-07-13hwmon: (lm90) Add explicit support for ADM1020Guenter Roeck
2022-07-13hwmon: (lm90) Only disable alerts if not already disabledGuenter Roeck
2022-07-13hwmon: (lm90) Add support for ADT7421Guenter Roeck
2022-07-13hwmon: (lm90) Add support for ON Semiconductor NCT218Guenter Roeck
2022-07-13hwmon: (lm90) Add support for ON Semiconductor NCT214 and NCT72Guenter Roeck
2022-07-13hwmon: (lm90) Add explicit support for NCT210Guenter Roeck
2022-07-13hwmon: (lm90) Combine lm86 and lm90 configurationGuenter Roeck
2022-07-13hwmon: (lm90) Add remaining chips supported by adm1021 driverGuenter Roeck
2022-07-13hwmon: (lm90) Add support for ADM1021, ADM1021A, and ADM1023Guenter Roeck
2022-07-13hwmon: (lm90) Support MAX1617 and LM84Guenter Roeck
2022-07-13hwmon: (lm90) Introduce 16-bit register write functionGuenter Roeck
2022-07-13hwmon: (lm90) Let lm90_read16() handle 8-bit read operationsGuenter Roeck
2022-07-13hwmon: (lm90) Add support for MAX6642Guenter Roeck
2022-07-13hwmon: (lm90) Add flag to indicate conversion rate supportGuenter Roeck
2022-07-13hwmon: (lm90) Add flag to indicate support for minimum temperature limitsGuenter Roeck
2022-07-13hwmon: (lm90) Add support for MAX6690Guenter Roeck
2022-07-13hwmon: (lm90) Strengthen chip detection for ADM1032, ADT7461(A), and NCT1008Guenter Roeck
2022-07-13hwmon: (lm90) Add support for ADT7481, ADT7482, and ADT7483Guenter Roeck
2022-07-13hwmon: (lm90) Add explicit support for MAX6648/MAX6692Guenter Roeck
2022-07-13hwmon: (lm90) Add flag to indicate 'alarms' attribute supportGuenter Roeck
2022-07-13hwmon: (lm90) Fix/Add detection of G781-1Guenter Roeck
2022-07-13hwmon: (lm90) Add support for additional chip revision of NCT1008Guenter Roeck
2022-07-13hwmon: (lm90) Rework detect functionGuenter Roeck
2022-07-13hwmon: (lm90) Use single flag to indicate extended temperature supportGuenter Roeck
2022-07-13hwmon: (lm90) Support multiple temperature resolutionsGuenter Roeck
2022-07-13hwmon: (lm90) Only re-read registers if volatileGuenter Roeck
2022-07-13hwmon: (lm90) Add support for unsigned and signed temperaturesGuenter Roeck
2022-07-13hwmon: (lm90) Enable full PEC support for ADT7461AGuenter Roeck
2022-07-13hwmon: (lm90) Add partial PEC support for ADT7461Guenter Roeck
2022-07-13hwmon: (lm90) Improve PEC supportGuenter Roeck
2022-07-13hwmon: (lm90) Stop using R_/W_ register prefixGuenter Roeck
2022-07-13hwmon: (lm90) Move status register bit shifts to compile timeGuenter Roeck
2022-07-13hwmon: (lm90) Use BIT macroGuenter Roeck