summaryrefslogtreecommitdiff
path: root/drivers/hwmon/lm90.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (lm90) Prevent integer underflows of temperature calculationsDmitry Osipenko2021-06-241-2/+11
* hwmon: (lm90) Disable interrupt on suspendDmitry Osipenko2021-06-191-0/+25
* hwmon: (lm90) Unmask hardware interruptDmitry Osipenko2021-06-191-0/+7
* hwmon: (lm90) Use hwmon_notify_event()Dmitry Osipenko2021-06-191-11/+33
* hwmon: (lm90) Don't override interrupt trigger typeDmitry Osipenko2021-06-191-2/+1
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-4/+3
* hwmon: (lm90) Add max6654 support to lm90 driverJosh Lehan2020-05-221-4/+41
* hwmon: (lm90) Introduce function to update configuration registerGuenter Roeck2019-07-081-49/+40
* hwmon: (lm90) Cache configuration register valueGuenter Roeck2019-07-081-31/+28
* hwmon: (lm90) Fix max6658 sporadic wrong temperature readingBoyang Yu2019-07-081-4/+38
* hwmon: (lm90) simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* hwmon: (lm90) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (lm90) Use HWMON_CHANNEL_INFO macroGuenter Roeck2019-04-151-11/+2
* hwmon: (lm90) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-6/+6
* hwmon: (lm90) Add OF device ID tableJavier Martinez Canillas2017-04-021-1/+99
* hwmon: (lm90) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-4/+4
* hwmon: (lm90) fix temp1_max_alarm attributeMichael Walle2017-01-021-1/+1
* hwmon: (lm90) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-376/+435
* Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-011-6/+8
|\
| * hwmon: (lm90) Improve error handlingGuenter Roeck2016-07-311-5/+7
| * hwmon: (lm90) Add missing assignmentGuenter Roeck2016-07-311-1/+1
* | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-1/+5
|\ \ | |/ |/|
| * i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+5
* | hwmon: (lm90) Drop unnecessary else statementsGuenter Roeck2016-07-091-16/+12
* | hwmon: (lm90) Use bool for valid flagGuenter Roeck2016-07-091-3/+3
* | hwmon: (lm90) Read limit registers only onceGuenter Roeck2016-07-091-72/+105
* | hwmon: (lm90) Simplify read functionsGuenter Roeck2016-07-091-115/+193
* | hwmon: (lm90) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-07-091-20/+6
* | hwmon: (lm90) Use devm_add_action for cleanupGuenter Roeck2016-07-091-18/+22
|/
* hwmon: (lm90) use proper type for update_intervalWolfram Sang2016-06-071-1/+1
* hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck2014-04-041-22/+17
* hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck2014-04-041-43/+26
* hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck2014-04-041-3/+2
* hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck2014-04-041-3/+11
* Update Jean Delvare's e-mail addressJean Delvare2014-01-291-2/+2
* hwmon: (lm90) Unregister hwmon device if interrupt setup failsGuenter Roeck2013-12-121-1/+3
* hwmon: (lm90) Add power controlWei Ni2013-11-151-0/+19
* hwmon: (lm90) Add support for TI TMP451Wei Ni2013-11-151-8/+37
* hwmon: (lm90) Use enums for the indexes of temp8 and temp11Wei Ni2013-11-151-64/+88
* hwmon: (lm90) Add support to handle IRQWei Ni2013-11-151-0/+24
* hwmon: (lm90) Define status bitsWei Ni2013-11-151-27/+61
* hwmon: (lm90) Fix max6696 alarm handlingGuenter Roeck2013-11-151-4/+7
* hwmon: (lm90) Drop redundant safety on cache lifetimeJean Delvare2013-07-081-2/+2
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-1/+1
* hwmon: (lm90) Convert to use devm_ functionsGuenter Roeck2012-07-211-8/+4
* hwmon: (lm90) Restore original configuration if probe function failsGuenter Roeck2012-03-231-8/+13
* hwmon: (lm90) Add support for GMT G781Guenter Roeck2012-03-231-1/+18
* hwmon: (lm90) Fix multi-line commentsGuenter Roeck2012-03-231-24/+34
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1