aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7470.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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