summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm85.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* hwmon: (lm85) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-161-166/+174
* hwmon: (lm85) Fix build warningGuenter Roeck2019-04-161-1/+1
* hwmon: (lm85) add support for LM96000 high frequenciesJeremy Gebben2019-02-181-0/+9
* hwmon: (lm85) support the LM96000Jeremy Gebben2019-02-181-2/+7
* hwmon: (lm85) remove freq_map size hardcodesJeremy Gebben2019-02-181-10/+15
* hwmon: (lm85) Add OF device ID tableJavier Martinez Canillas2017-04-021-1/+55
* hwmon: (lm85) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-11/+11
* hwmon: (lm85) Fix overflows seen when writing voltage limit attributesGuenter Roeck2016-12-121-1/+2
* hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski2015-04-171-18/+8Star
* hwmon: (lm85) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-93/+51Star
* hwmon: (lm85) Avoid forward declarationAxel Lin2014-08-041-263/+250Star
* hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck2014-07-311-3/+6
* hwmon: (lm85) Drop generic detectionJean Delvare2014-06-121-23/+10Star
* Update Jean Delvare's e-mail addressJean Delvare2014-01-291-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-081-2/+2
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-261-5/+5
* hwmon: (lm85) Convert to use devm_ functionsGuenter Roeck2012-07-221-5/+2Star
* hwmon: (lm85) Fix checkpatch issuesGuenter Roeck2012-03-191-130/+230
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-13/+1Star
* hwmon: (lm85) Fix error paths in probe functionJean Delvare2011-04-291-2/+2
* hwmon: (lm85) Add missing list terminatorsJean Delvare2011-04-291-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* hwmon: (lm85) Add support for EMC6D103SGuenter Roeck2011-03-151-24/+51
* hwmon: (lm85) Do not update hysteresis and temp_auto_off if auto_temp_min is ...Guenter Roeck2011-03-151-17/+0Star
* hwmon: (lm85) Use function to remove sysfs attribute filesGuenter Roeck2011-03-151-8/+11
* hwmon: (lm85) Use boolean to determine if VID5 is configuredGuenter Roeck2011-03-151-12/+13
* hwmon: (lm85) extend to support EMC6D103 chipsJan Beulich2011-02-191-2/+21
* hwmon: (lm85) Add support for ADT7468 high-frequency PWM modeJean Delvare2010-10-281-7/+28
* hwmon: (lm85) Fix ADT7468 frequency tableJean Delvare2010-10-281-0/+1
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-3/+5
* 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-4/+2Star
* hwmon: (lm85) Clean up detect functionJean Delvare2009-12-091-92/+65Star
* hwmon: (lm85) Don't bind to Winbond/Nuvoton WPCD377IJean Delvare2009-09-151-0/+32
* lm85: add VRM10 support for adt7468 chipDarrick J. Wong2009-03-101-1/+2
* lm85: fix the version check that broke adt7468 probingDarrick J. Wong2009-03-101-1/+4
* lm85: support adt7468 chipsDarrick J. Wong2008-11-131-6/+46
* hwmon: (lm85) Better label namesJean Delvare2008-10-171-6/+6
* hwmon: (lm85) Simplify RANGE_TO_REGJean Delvare2008-10-171-11/+4Star
* hwmon: (lm85) Convert to a new-style i2c driverJean Delvare2008-10-171-57/+64
* hwmon: (lm85) Support different PWM frequency tablesJean Delvare2008-10-171-6/+23
* hwmon: (lm85) Select the closest PWM frequencyJean Delvare2008-10-171-3/+2Star
* hwmon: (lm85) Implement the standard PWM frequency interfaceJean Delvare2008-10-171-39/+38Star
* hwmon: (lm85) Rework the device detectionJean Delvare2008-10-171-73/+50Star
* hwmon: (lm85) Simplify device initialization functionJean Delvare2008-08-011-43/+18Star
* hwmon: (lm85) Misc cleanupsJean Delvare2008-08-011-84/+67Star
* hwmon: (lm85) Don't write back cached valuesJean Delvare2008-08-011-9/+6Star
* hwmon: (lm85) Drop dead codeJean Delvare2008-08-011-80/+2Star
* hwmon: (lm85) Coding-style cleanupsJean Delvare2008-08-011-250/+255