summaryrefslogtreecommitdiff
path: root/drivers/hwmon/lm95234.c
AgeCommit message (Expand)AuthorFilesLines
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-328/+225
2024-07-31hwmon: (lm95234) Convert to use regmapGuenter Roeck1-248/+181
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-07hwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck1-4/+5
2024-06-09hwmon: (lm95234) Remove use of i2c_match_id()Andrew Davis1-3/+2
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-12-17hwmon: (lm95234) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-94/+67
2017-01-02hwmon: (lm95234) use permission-specific DEVICE_ATTR variantsJulia Lawall1-6/+6
2014-12-02hwmon: (lm95234) Add support for LM95233Guenter Roeck1-26/+65
2013-10-18hwmon: (lm95234) fix coccinelle warningsFengguang Wu1-4/+1
2013-10-18hwmon: (lm95234) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-87/+50
2013-04-08hwmon: Add driver for LM95234Guenter Roeck1-0/+769