aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/lm93.c
AgeCommit message (Expand)Author
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare
2012-09-23hwmon: (lm93) Drop unnecessary compare statementGuenter Roeck
2012-07-21hwmon: (lm93) Convert to use devm_ functionsGuenter Roeck
2012-03-18hwmon: (lm93) Fix checkpatch issuesGuenter Roeck
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-01-18hwmon: (lm93) Add support for LM94Guenter Roeck
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean 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-09Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-12-09hwmon: Clean up detect functionsJean Delvare
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2008-07-16hwmon: (lm93) Convert to a new-style i2c driverJean Delvare
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman
2007-10-09hwmon: (lm93) Use standard names for vid filesJean Delvare
2007-10-09hwmon: Convert from class_device to deviceTony Jones
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt
2007-07-30hwmon: fix array overruns in lm93.cHans-Jürgen Koch
2007-07-19hwmon: Add LM93 supportHans-Jürgen Koch