aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7470.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-08hwmon: (adt7470) Fix incorrect return code checkCurt Brune1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-10/+10
2012-09-23hwmon: (adt7470) 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: (adt7470) fix checkpatch issuesFrans Meulenbroeks1-3/+3
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-13/+13
2011-01-08hwmon: (adt7470) Use pr_fmt and pr_<level>Joe Perches1-1/+3
2010-11-11hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-4/+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: Clean up detect functionsJean Delvare1-15/+10
2009-01-06adt7470: make automatic fan control really workDarrick J. Wong1-22/+134
2009-01-06adt7470: observe the number of temperature sensors to shorten update timeDarrick J. Wong1-8/+48
2009-01-06adt7470: fix pwm at a certain level during temperature sensor scanDarrick J. Wong1-1/+24
2009-01-06adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong1-5/+3
2008-11-12adt7470: check input range when sysfs files are writtenDarrick J. Wong1-13/+62
2008-07-16hwmon: (adt7470) Convert to a new-style i2c driverJean Delvare1-52/+48
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2008-02-07hwmon: (adt7470) Support per-sensor alarm filesDarrick J. Wong1-12/+84
2008-02-07hwmon: (adt7470) Replace power-of-two testRobert P. J. Day1-3/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: add support for adt7470Darrick J. Wong1-0/+1050