aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm90.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-23hwmon: (lm90) Fix sysfs and udev notificationsGuenter Roeck1-6/+6
2022-01-23hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649Guenter Roeck1-1/+1
2022-01-23hwmon: (lm90) Mark alert as broken for MAX6680Guenter Roeck1-1/+1
2022-01-23hwmon: (lm90) Mark alert as broken for MAX6654Guenter Roeck1-0/+1
2022-01-23hwmon: (lm90) Re-enable interrupts after alert clearsGuenter Roeck1-1/+1
2022-01-23hwmon: (lm90) Reduce maximum conversion rate for G781Guenter Roeck1-1/+1
2021-12-12hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck1-1/+2
2021-12-12hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681Guenter Roeck1-2/+8
2021-12-12hwmon: (lm90) Drop critical attribute support for MAX6654Guenter Roeck1-37/+49
2021-12-12hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculationsGuenter Roeck1-2/+2
2021-12-12hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck1-3/+2
2021-10-27hwmon: (lm90) Add basic support for TI TMP461Guenter Roeck1-15/+39
2021-10-27hwmon: (lm90) Introduce flag indicating extended temperature supportGuenter Roeck1-10/+11
2021-06-24hwmon: (lm90) Prevent integer underflows of temperature calculationsDmitry Osipenko1-2/+11
2021-06-19hwmon: (lm90) Disable interrupt on suspendDmitry Osipenko1-0/+25
2021-06-19hwmon: (lm90) Unmask hardware interruptDmitry Osipenko1-0/+7
2021-06-19hwmon: (lm90) Use hwmon_notify_event()Dmitry Osipenko1-11/+33
2021-06-19hwmon: (lm90) Don't override interrupt trigger typeDmitry Osipenko1-2/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+3
2020-05-22hwmon: (lm90) Add max6654 support to lm90 driverJosh Lehan1-4/+41
2019-07-08hwmon: (lm90) Introduce function to update configuration registerGuenter Roeck1-49/+40
2019-07-08hwmon: (lm90) Cache configuration register valueGuenter Roeck1-31/+28
2019-07-08hwmon: (lm90) Fix max6658 sporadic wrong temperature readingBoyang Yu1-4/+38
2019-06-23hwmon: (lm90) simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (lm90) Fix build warningGuenter Roeck1-1/+1
2019-04-15hwmon: (lm90) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+2
2019-02-18hwmon: (lm90) Replace S_<PERMS> with octal valuesGuenter Roeck1-6/+6
2017-04-02hwmon: (lm90) Add OF device ID tableJavier Martinez Canillas1-1/+99
2017-01-02hwmon: (lm90) use permission-specific DEVICE_ATTR variantsJulia Lawall1-4/+4
2017-01-02hwmon: (lm90) fix temp1_max_alarm attributeMichael Walle1-1/+1
2016-09-08hwmon: (lm90) Convert to use new hwmon registration APIGuenter Roeck1-376/+435
2016-08-01Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-6/+8
2016-07-31hwmon: (lm90) Improve error handlingGuenter Roeck1-5/+7
2016-07-31hwmon: (lm90) Add missing assignmentGuenter Roeck1-1/+1
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+5
2016-07-09hwmon: (lm90) Drop unnecessary else statementsGuenter Roeck1-16/+12
2016-07-09hwmon: (lm90) Use bool for valid flagGuenter Roeck1-3/+3
2016-07-09hwmon: (lm90) Read limit registers only onceGuenter Roeck1-72/+105
2016-07-09hwmon: (lm90) Simplify read functionsGuenter Roeck1-115/+193
2016-07-09hwmon: (lm90) Use devm_hwmon_device_register_with_groupsGuenter Roeck1-20/+6
2016-07-09hwmon: (lm90) Use devm_add_action for cleanupGuenter Roeck1-18/+22
2016-06-17i2c: add a protocol parameter to the alert callbackBenjamin Tissoires1-1/+5
2016-06-07hwmon: (lm90) use proper type for update_intervalWolfram Sang1-1/+1
2014-04-04hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-22/+17
2014-04-04hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck1-43/+26
2014-04-04hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck1-3/+2
2014-04-04hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck1-3/+11
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-12-12hwmon: (lm90) Unregister hwmon device if interrupt setup failsGuenter Roeck1-1/+3