aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm93.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-02-18hwmon: (lm93) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-374/+256
2017-01-02hwmon: (lm93) use permission-specific DEVICE_ATTR variantsJulia Lawall1-23/+16
2014-08-04hwmon: (lm93) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-88/+66
2014-05-21hwmon: (lm93) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-04hwmon: Avoid initializing the same field twiceJean Delvare1-1/+0
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-16/+20
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck1-19/+19
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-14/+14
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-09-23hwmon: (lm93) Drop unnecessary compare statementGuenter Roeck1-1/+1
2012-07-21hwmon: (lm93) Convert to use devm_ functionsGuenter Roeck1-10/+4
2012-03-18hwmon: (lm93) Fix checkpatch issuesGuenter Roeck1-256/+427
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-01-18hwmon: (lm93) Add support for LM94Guenter Roeck1-2/+19
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch1-2/+2
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-2/+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/+1
2009-12-09Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-21/+11
2009-12-09hwmon: Clean up detect functionsJean Delvare1-21/+11
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-07-16hwmon: (lm93) Convert to a new-style i2c driverJean Delvare1-66/+60
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2007-10-09hwmon: (lm93) Use standard names for vid filesJean Delvare1-4/+4
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt1-5/+5
2007-07-30hwmon: fix array overruns in lm93.cHans-Jürgen Koch1-1/+1
2007-07-19hwmon: Add LM93 supportHans-Jürgen Koch1-0/+2655