summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7470.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-4/+1Star
* 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-2/+2
* hwmon: Clean up detect functionsJean Delvare2009-12-091-15/+10Star
* adt7470: make automatic fan control really workDarrick J. Wong2009-01-071-22/+134
* adt7470: observe the number of temperature sensors to shorten update timeDarrick J. Wong2009-01-071-8/+48
* adt7470: fix pwm at a certain level during temperature sensor scanDarrick J. Wong2009-01-071-1/+24
* adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong2009-01-071-5/+3Star
* adt7470: check input range when sysfs files are writtenDarrick J. Wong2008-11-131-13/+62
* hwmon: (adt7470) Convert to a new-style i2c driverJean Delvare2008-07-161-52/+48Star
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-191-1/+1
* hwmon: (adt7470) Support per-sensor alarm filesDarrick J. Wong2008-02-081-12/+84
* hwmon: (adt7470) Replace power-of-two testRobert P. J. Day2008-02-081-3/+1Star
* hwmon: Convert from class_device to deviceTony Jones2007-10-101-5/+5
* hwmon: add support for adt7470Darrick J. Wong2007-10-101-0/+1050