Age | Commit message (Expand) | Author |
2022-12-04 | hwmon: Include <linux/kstrtox.h> when appropriate | Christophe JAILLET |
2022-12-04 | hwmon: (lm90) simplify using devm_regulator_get_enable() | Matti Vaittinen |
2022-09-25 | hwmon: (lm90) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron |
2022-09-19 | hwmon: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-10 | hwmon: (lm90) Fix error return value from detect function | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Use worker for alarm notifications | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Read the channel's temperature offset from device-tree | Slawomir Stepien |
2022-07-13 | hwmon: (lm90) Add support for 2nd remote channel's offset register | Slawomir Stepien |
2022-07-13 | hwmon: (lm90) Read the channel's label from device-tree | Slawomir Stepien |
2022-07-13 | hwmon: (lm90) Define maximum number of channels that are supported | Slawomir Stepien |
2022-07-13 | hwmon: (lm90) Add compatible entry for adt7481 | Slawomir Stepien |
2022-07-13 | hwmon: (lm90) Support temp_samples attribute | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add table with supported Analog/ONSEMI devices | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support and detection of Philips/NXP NE1618 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add explicit support for ADM1020 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Only disable alerts if not already disabled | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for ADT7421 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for ON Semiconductor NCT218 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for ON Semiconductor NCT214 and NCT72 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add explicit support for NCT210 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Combine lm86 and lm90 configuration | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add remaining chips supported by adm1021 driver | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for ADM1021, ADM1021A, and ADM1023 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Support MAX1617 and LM84 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Introduce 16-bit register write function | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Let lm90_read16() handle 8-bit read operations | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for MAX6642 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add flag to indicate conversion rate support | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add flag to indicate support for minimum temperature limits | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for MAX6690 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Strengthen chip detection for ADM1032, ADT7461(A), and NCT1008 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for ADT7481, ADT7482, and ADT7483 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add explicit support for MAX6648/MAX6692 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add flag to indicate 'alarms' attribute support | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Fix/Add detection of G781-1 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for additional chip revision of NCT1008 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Rework detect function | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Use single flag to indicate extended temperature support | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Support multiple temperature resolutions | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Only re-read registers if volatile | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add support for unsigned and signed temperatures | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Enable full PEC support for ADT7461A | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Add partial PEC support for ADT7461 | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Improve PEC support | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Stop using R_/W_ register prefix | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Move status register bit shifts to compile time | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Use BIT macro | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Reorder chip enumeration to be in alphabetical order | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Reorder include files in alphabetical order | Guenter Roeck |
2022-07-13 | hwmon: (lm90) Rework alarm/status handling | Guenter Roeck |