summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Explicitly include correct DT includesRob Herring2023-08-211-1/+1
* 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: (tmp421) Add of_node_put() before returnWan Jiabing2021-10-181-1/+3
* hwmon: (tmp421) ignore non-channel related DT nodesKrzysztof Adamski2021-10-151-0/+3
* hwmon: (tmp421) support HWMON_T_ENABLEKrzysztof Adamski2021-10-151-4/+29
* hwmon: (tmp421) really disable channelsKrzysztof Adamski2021-10-151-6/+38
* hwmon: (tmp421) support specifying n-factor via DTKrzysztof Adamski2021-10-151-0/+18
* hwmon: (tmp421) support disabling channels from DTKrzysztof Adamski2021-10-151-1/+9
* hwmon: (tmp421) add support for defining labels from DTKrzysztof Adamski2021-10-151-0/+61
* hwmon: (tmp421) introduce a channel structKrzysztof Adamski2021-10-121-5/+9
* hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-121-3/+3
* hwmon: (tmp421) introduce MAX_CHANNELS defineKrzysztof Adamski2021-10-121-4/+5
* hwmon: (tmp421) fix rounding for negative valuesPaul Fertser2021-09-241-16/+8
* hwmon: (tmp421) report /PVLD condition as faultPaul Fertser2021-09-241-6/+3
* hwmon: (tmp421) handle I2C errorsPaul Fertser2021-09-241-10/+28
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-4/+3
* hwmon: (tmp421) Allow reading at 2Hz instead of 0.5HzKyle Roeschley2019-11-061-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: (tmp421) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-2/+2
* hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...Cheng-Min Ao2019-01-171-1/+1
* hwmon: (tmp421) make const array 'names' staticColin Ian King2018-10-101-2/+4
* hwmon: (tmp421) Add OF device ID tableJavier Martinez Canillas2017-04-021-2/+33
* hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-75/+58
* hwmon: (tmp421) Drop FSF mailing addressGuenter Roeck2014-08-041-4/+0
* hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck2014-08-041-4/+17
* hwmon: (tmp421) Strengthen detect functionGuenter Roeck2014-08-041-0/+14
* hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-05-211-32/+15
* hwmon: (tmp421) Fix return valueSachin Kamat2013-09-111-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-4/+3
* hwmon: (tmp421) Convert to use devm_ functionsGuenter Roeck2012-07-211-9/+4
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-1/+1
* hwmon: I2C addresses are constantJean Delvare2010-10-281-2/+2
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* hwmon: Fix off-by-one kind valuesJean Delvare2010-03-051-2/+2
* hwmon: (tmp421) Fix temperature conversionsJean Delvare2010-03-051-2/+4
* hwmon: (tmp421) Restore missing inputsJean Delvare2010-03-051-7/+7
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-2/+1
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-1/+1
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-1/+1
* hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare2009-12-091-24/+21
* hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chipsAndre Prendel2009-09-151-0/+347