aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm85.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21hwmon: (lm85) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-21hwmon: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (lm85) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-166/+174
2019-04-15hwmon: (lm85) Fix build warningGuenter Roeck1-1/+1
2019-02-18hwmon: (lm85) add support for LM96000 high frequenciesJeremy Gebben1-0/+9
2019-02-18hwmon: (lm85) support the LM96000Jeremy Gebben1-2/+7
2019-02-18hwmon: (lm85) remove freq_map size hardcodesJeremy Gebben1-10/+15
2017-04-02hwmon: (lm85) Add OF device ID tableJavier Martinez Canillas1-1/+55
2017-01-02hwmon: (lm85) use permission-specific DEVICE_ATTR variantsJulia Lawall1-11/+11
2016-12-12hwmon: (lm85) Fix overflows seen when writing voltage limit attributesGuenter Roeck1-1/+2
2015-04-17hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski1-18/+8
2014-08-04hwmon: (lm85) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-93/+51
2014-08-04hwmon: (lm85) Avoid forward declarationAxel Lin1-263/+250
2014-07-30hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck1-3/+6
2014-06-12hwmon: (lm85) Drop generic detectionJean Delvare1-23/+10
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+2
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-5/+5
2012-07-21hwmon: (lm85) Convert to use devm_ functionsGuenter Roeck1-5/+2
2012-03-18hwmon: (lm85) Fix checkpatch issuesGuenter Roeck1-130/+230
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-13/+1
2011-04-29hwmon: (lm85) Fix error paths in probe functionJean Delvare1-2/+2
2011-04-29hwmon: (lm85) Add missing list terminatorsJean Delvare1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14hwmon: (lm85) Add support for EMC6D103SGuenter Roeck1-24/+51
2011-03-14hwmon: (lm85) Do not update hysteresis and temp_auto_off if auto_temp_min is ...Guenter Roeck1-17/+0
2011-03-14hwmon: (lm85) Use function to remove sysfs attribute filesGuenter Roeck1-8/+11
2011-03-14hwmon: (lm85) Use boolean to determine if VID5 is configuredGuenter Roeck1-12/+13
2011-02-18hwmon: (lm85) extend to support EMC6D103 chipsJan Beulich1-2/+21
2010-10-28hwmon: (lm85) Add support for ADT7468 high-frequency PWM modeJean Delvare1-7/+28
2010-10-28hwmon: (lm85) Fix ADT7468 frequency tableJean Delvare1-0/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-3/+5
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-4/+2
2009-12-09hwmon: (lm85) Clean up detect functionJean Delvare1-92/+65
2009-09-15hwmon: (lm85) Don't bind to Winbond/Nuvoton WPCD377IJean Delvare1-0/+32
2009-03-10lm85: add VRM10 support for adt7468 chipDarrick J. Wong1-1/+2
2009-03-10lm85: fix the version check that broke adt7468 probingDarrick J. Wong1-1/+4
2008-11-12lm85: support adt7468 chipsDarrick J. Wong1-6/+46
2008-10-17hwmon: (lm85) Better label namesJean Delvare1-6/+6
2008-10-17hwmon: (lm85) Simplify RANGE_TO_REGJean Delvare1-11/+4
2008-10-17hwmon: (lm85) Convert to a new-style i2c driverJean Delvare1-57/+64
2008-10-17hwmon: (lm85) Support different PWM frequency tablesJean Delvare1-6/+23
2008-10-17hwmon: (lm85) Select the closest PWM frequencyJean Delvare1-3/+2
2008-10-17hwmon: (lm85) Implement the standard PWM frequency interfaceJean Delvare1-39/+38
2008-10-17hwmon: (lm85) Rework the device detectionJean Delvare1-73/+50
2008-07-31hwmon: (lm85) Simplify device initialization functionJean Delvare1-43/+18
2008-07-31hwmon: (lm85) Misc cleanupsJean Delvare1-84/+67
2008-07-31hwmon: (lm85) Don't write back cached valuesJean Delvare1-9/+6
2008-07-31hwmon: (lm85) Drop dead codeJean Delvare1-80/+2
2008-07-31hwmon: (lm85) Coding-style cleanupsJean Delvare1-250/+255
2008-06-19hwmon: (lm85) Fix function RANGE_TO_REG()Jean Delvare1-14/+11
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2008-02-07hwmon: VRM is not written to registersJean Delvare1-6/+2
2008-02-07hwmon: Discard useless I2C driver IDsJean Delvare1-1/+0
2008-02-07hwmon: (lm85) Make the pwmN_enable files writableJean Delvare1-2/+38
2008-02-07hwmon: (lm85) Return standard values in pwmN_enableJean Delvare1-2/+13
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: (lm85) Let the user set the fan min limit to 0Jean Delvare1-2/+7
2007-10-09hwmon: (lm85) Clean up the handling of additional resolution bitsJean Delvare1-20/+12
2007-10-09hwmon: (lm85) Add individual alarm filesJean Delvare1-17/+43
2007-10-09hwmon: (lm85) Export in5, in6 and in7 voltage channelsJean Delvare1-11/+37
2007-10-09hwmon: (lm85) Use dynamic sysfs callbacksJean Delvare1-307/+244
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-5/+2
2007-02-14hwmon: Drop unused mutexes in two driversJean Delvare1-1/+0
2006-09-28hwmon: Fix unchecked return status, batch 2Mark M. Hoffman1-71/+102
2006-03-23[PATCH] I2C: hwmon: Rename register parametersDarren Jenkins1-2/+2
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-33/+34
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
2006-01-05[PATCH] hwmon: Support the VRM 10 mode of the ADT7463Jean Delvare1-8/+36
2005-10-28[PATCH] hwmon: Static function fixes, 2 of 4Ben Dooks1-6/+6
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare1-2/+2
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] hwmon: lm85: trivial cleanupsJean Delvare1-9/+0
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9)Jean Delvare1-5/+0
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/+14
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+1575