summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm95234.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (lm95234) Use multi-byte regmap operationsGuenter Roeck2024-07-311-27/+18
* hwmon: (lm95234) Add support for tempX_enable attributeGuenter Roeck2024-07-311-5/+17
* hwmon: (lm95234) Convert to with_info hwmon APIGuenter Roeck2024-07-311-328/+225
* hwmon: (lm95234) Convert to use regmapGuenter Roeck2024-07-311-248/+181
* hwmon: (lm95234) Use find_closest to find matching update intervalGuenter Roeck2024-07-311-4/+2
* hwmon: (lm95234) Reorder include files to be in alphabetic orderGuenter Roeck2024-07-311-6/+6
* hwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck2024-07-071-4/+5
* hwmon: (lm95234) Remove use of i2c_match_id()Andrew Davis2024-06-091-3/+2
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-4/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: (lm95234) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-94/+67
* hwmon: (lm95234) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-6/+6
* hwmon: (lm95234) Add support for LM95233Guenter Roeck2014-12-021-26/+65
* hwmon: (lm95234) fix coccinelle warningsFengguang Wu2013-10-181-4/+1
* hwmon: (lm95234) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-10-181-87/+50
* hwmon: Add driver for LM95234Guenter Roeck2013-04-081-0/+769