aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-10-18hwmon: (tmp421) Add of_node_put() before returnWan Jiabing1-1/+3
2021-10-15hwmon: (tmp421) ignore non-channel related DT nodesKrzysztof Adamski1-0/+3
2021-10-15hwmon: (tmp421) support HWMON_T_ENABLEKrzysztof Adamski1-4/+29
2021-10-15hwmon: (tmp421) really disable channelsKrzysztof Adamski1-6/+38
2021-10-15hwmon: (tmp421) support specifying n-factor via DTKrzysztof Adamski1-0/+18
2021-10-15hwmon: (tmp421) support disabling channels from DTKrzysztof Adamski1-1/+9
2021-10-15hwmon: (tmp421) add support for defining labels from DTKrzysztof Adamski1-0/+61
2021-10-12hwmon: (tmp421) introduce a channel structKrzysztof Adamski1-5/+9
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-3/+3
2021-10-12hwmon: (tmp421) introduce MAX_CHANNELS defineKrzysztof Adamski1-4/+5
2021-09-24hwmon: (tmp421) fix rounding for negative valuesPaul Fertser1-16/+8
2021-09-24hwmon: (tmp421) report /PVLD condition as faultPaul Fertser1-6/+3
2021-09-24hwmon: (tmp421) handle I2C errorsPaul Fertser1-10/+28
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+3
2019-11-06hwmon: (tmp421) Allow reading at 2Hz instead of 0.5HzKyle Roeschley1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (tmp421) Fix build warningGuenter Roeck1-1/+1
2019-02-18hwmon: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck1-2/+2
2019-01-17hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID tableCheng-Min Ao1-1/+1
2018-10-10hwmon: (tmp421) make const array 'names' staticColin Ian King1-2/+4
2017-04-02hwmon: (tmp421) Add OF device ID tableJavier Martinez Canillas1-2/+33
2016-09-08hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck1-75/+58
2014-08-04hwmon: (tmp421) Drop FSF mailing addressGuenter Roeck1-4/+0
2014-08-04hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck1-4/+17
2014-08-04hwmon: (tmp421) Strengthen detect functionGuenter Roeck1-0/+14
2014-05-21hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-32/+15
2013-09-11hwmon: (tmp421) Fix return valueSachin Kamat1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+3
2012-07-21hwmon: (tmp421) Convert to use devm_ functionsGuenter Roeck1-9/+4
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2010-10-28hwmon: I2C addresses are constantJean Delvare1-2/+2
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare1-2/+2
2010-03-05hwmon: (tmp421) Fix temperature conversionsJean Delvare1-2/+4
2010-03-05hwmon: (tmp421) Restore missing inputsJean Delvare1-7/+7
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-2/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-1/+1
2009-12-09hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare1-24/+21
2009-09-15hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chipsAndre Prendel1-0/+347