summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7470.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* hwmon: (adt7470) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-245/+158Star
* hwmon: (adt7470) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-27/+21Star
* hwmon: (adt7470) Fix overflows seen when writing into limit attributesGuenter Roeck2016-12-101-3/+3
* hwmon: (adt7470) No need for additional synchronization on kthread_stop()Daniel Wagner2016-09-181-4/+0Star
* hwmon: (adt7470) Allow faster removalJoshua Scott2016-09-111-1/+4
* hwmon: (adt7470) Add write support to alarm_maskJoshua Scott2016-09-111-1/+24
* hwmon: (adt7470) Expose PWM frequency to sysfsJoshua Scott2016-09-091-0/+74
* hwmon: (adt7470) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-55/+42Star
* hwmon: (adt7470) Avoid forward declarationAxel Lin2014-08-041-36/+30Star
* hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck2014-07-171-3/+3
* hwmon: Change my email address.Darrick J. Wong2013-08-271-2/+2
* hwmon: (adt7470) Fix incorrect return code checkCurt Brune2013-08-081-1/+1
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+1
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-261-10/+10
* hwmon: (adt7470) Convert to use devm_ functionsGuenter Roeck2012-09-241-10/+5Star
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-12/+1Star
* hwmon: (adt7470) fix checkpatch issuesFrans Meulenbroeks2012-03-191-3/+3
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-13/+13
* hwmon: (adt7470) Use pr_fmt and pr_<level>Joe Perches2011-01-081-1/+3
* hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin2010-11-111-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 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