summaryrefslogtreecommitdiff
path: root/drivers/hwmon/lm95245.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: lm95245: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-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-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: lm95245: Fix build warningsGuenter Roeck2019-04-151-14/+1
* hwmon: (lm95245) Use HWMON_CHANNEL_INFO macroGuenter Roeck2019-04-151-25/+9
* hwmon: (lm95245) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-4/+4
* regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
* hwmon: (lm95245) Add OF device ID tableJavier Martinez Canillas2017-04-021-0/+8
* hwmon: (lm95245) Use new hwmon registration APIGuenter Roeck2016-09-081-259/+379
* hwmon: (lm95245) Add support for LM95235Guenter Roeck2014-12-021-14/+27
* hwmon: (lm95245) Make temp2_crit_hyst read-onlyGuenter Roeck2014-03-031-2/+1
* hwmon: (lm95245) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-54/+26
* hwmon: (lm95245) Drop useless debug messageGuenter Roeck2014-03-031-1/+0
* hwmon: (lm95245) Fix hysteresis temperaturesGuenter Roeck2014-03-031-10/+21
* hwmon: (lm95245) Avoid initializing the same field twiceJean Delvare2014-03-031-1/+0
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-2/+2
* hwmon: (lm95245) Convert to use devm_ functionsGuenter Roeck2012-09-231-10/+5
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-4/+4
* hwmon: LM95245 driverAlexander Stein2011-07-281-0/+543