summaryrefslogtreecommitdiff
path: root/drivers/hwmon/tmp421.c
AgeCommit message (Expand)Author
2023-08-21hwmon: Explicitly include correct DT includesRob Herring
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang
2021-10-18hwmon: (tmp421) Add of_node_put() before returnWan Jiabing
2021-10-15hwmon: (tmp421) ignore non-channel related DT nodesKrzysztof Adamski
2021-10-15hwmon: (tmp421) support HWMON_T_ENABLEKrzysztof Adamski
2021-10-15hwmon: (tmp421) really disable channelsKrzysztof Adamski
2021-10-15hwmon: (tmp421) support specifying n-factor via DTKrzysztof Adamski
2021-10-15hwmon: (tmp421) support disabling channels from DTKrzysztof Adamski
2021-10-15hwmon: (tmp421) add support for defining labels from DTKrzysztof Adamski
2021-10-12hwmon: (tmp421) introduce a channel structKrzysztof Adamski
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser
2021-10-12hwmon: (tmp421) introduce MAX_CHANNELS defineKrzysztof Adamski
2021-09-24hwmon: (tmp421) fix rounding for negative valuesPaul Fertser
2021-09-24hwmon: (tmp421) report /PVLD condition as faultPaul Fertser
2021-09-24hwmon: (tmp421) handle I2C errorsPaul Fertser
2020-09-23hwmon: use simple i2c probe functionStephen Kitt
2019-11-06hwmon: (tmp421) Allow reading at 2Hz instead of 0.5HzKyle Roeschley
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-04-15hwmon: (tmp421) Fix build warningGuenter Roeck
2019-02-18hwmon: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck
2019-01-17hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...Cheng-Min Ao
2018-10-10hwmon: (tmp421) make const array 'names' staticColin Ian King
2017-04-02hwmon: (tmp421) Add OF device ID tableJavier Martinez Canillas
2016-09-08hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck
2014-08-04hwmon: (tmp421) Drop FSF mailing addressGuenter Roeck
2014-08-04hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck
2014-08-04hwmon: (tmp421) Strengthen detect functionGuenter Roeck
2014-05-21hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2013-09-11hwmon: (tmp421) Fix return valueSachin Kamat
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck
2012-07-21hwmon: (tmp421) Convert to use devm_ functionsGuenter Roeck
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2010-10-28hwmon: I2C addresses are constantJean Delvare
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare
2010-03-05hwmon: (tmp421) Fix temperature conversionsJean Delvare
2010-03-05hwmon: (tmp421) Restore missing inputsJean Delvare
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
2009-12-09hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare
2009-09-15hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chipsAndre Prendel