aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon/lm83.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hwmon: (lm83) convert to use maple tree register cacheBo Liu1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: lm83: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-22hwmon: (lm83) Remove unused include directivesKarl Mehltretter1-2/+0
2022-02-27hwmon: (lm83) Convert to use with_info APIGuenter Roeck1-132/+183
2022-02-27hwmon: (lm83) Explain why LM82 may be misdetected as LM83Guenter Roeck1-0/+8
2022-02-27hwmon: (lm83) Demote log message if chip identification failsGuenter Roeck1-3/+3
2022-02-27hwmon: (lm83) Replace temperature conversion macros with standard functionsGuenter Roeck1-13/+2
2022-02-27hwmon: (lm83) Use regmapGuenter Roeck1-65/+111
2022-02-27hwmon: (lm83) Replace new_client with clientGuenter Roeck1-14/+14
2022-02-27hwmon: (lm83) Move lm83_id to avoid forward declarationGuenter Roeck1-8/+6
2022-02-27hwmon: (lm83) Reorder include files to be in alphabetic orderGuenter Roeck1-5/+5
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-02-18hwmon: (lm83) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-33/+29
2017-01-02hwmon: (lm83) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2014-05-21hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-43/+16
2014-05-21hwmon: (lm83) Rearange code to avoid forward declarationsGuenter Roeck1-61/+50
2014-05-21hwmon: (lm83) Drop FSF addressGuenter Roeck1-4/+0
2014-04-04hwmon: Avoid initializing the same field twiceJean Delvare1-1/+0
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2012-07-21hwmon: (lm83) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-03-18hwmon: (lm83) fix checkpatch issuesFrans Meulenbroeks1-5/+12
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-5/+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-2/+2
2009-12-09hwmon: (lm83) Clean up detect functionJean Delvare1-55/+26
2008-07-16hwmon: (lm83) Convert to a new-style i2c driverJean Delvare1-55/+49
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-4/+2
2008-02-07hwmon: Discard useless I2C driver IDsJean Delvare1-1/+0
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-07-19hwmon: Fault files naming conventionJean Delvare1-6/+6
2006-09-28hwmon: Fix unchecked return status, batch 4Jean Delvare1-65/+60
2006-09-28hwmon: Add individual alarm files to 4 driversJean Delvare1-1/+48
2006-06-22[PATCH] lm83: Add LM82 supportJordan Crouse1-13/+37
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-6/+7
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-4/+1
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman1-1/+15
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+408