aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adm1029.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-23hwmon: Convert remaining drivers to use SPDX identifierGuenter Roeck1-10/+0
2019-04-15hwmon: (adm1029) Use permission specific [SENSOR_][DEVICE_]ATTR variantsGuenter Roeck1-20/+21
2019-02-18hwmon: (adm1029) Add a comment for locking mutexCorentin Labbe1-1/+1
2019-02-18hwmon: (adm1029) Fix function alignmentCorentin Labbe1-3/+3
2019-02-18hwmon: (adm1029) Fix Logical continuations should be on the previous line checkpatch warningCorentin Labbe1-7/+6
2019-02-18hwmon: (adm1029) Add blank line after declarationsCorentin Labbe1-0/+4
2019-02-18hwmon: (adm1029) replace S_IXXX macros by their numeric valuesCorentin Labbe1-21/+16
2019-02-18hwmon: (adm1029) Add SPDX headerCorentin Labbe1-0/+1
2019-02-18hwmon: (adm1029) Remove write to FFF paragraphCorentin Labbe1-4/+0
2014-08-04hwmon: (adm1029) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-40/+15
2014-08-04hwmon: (adm1029) Avoid forward declarationsAxel Lin1-93/+78
2014-07-03hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_divAxel Lin1-0/+3
2014-05-21hwmon: (adm1029) Update Corentin Labbe's emailLABBE Corentin1-2/+2
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+5
2012-09-23hwmon: (adm1029) Convert to use devm_ functionsGuenter Roeck1-14/+7
2012-03-18hwmon: (adm1029) Fix multi-line commentsGuenter Roeck1-8/+11
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-17/+1
2012-03-18hwmon: (adm1029) fix checkpatch issuesFrans Meulenbroeks1-3/+7
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-7/+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-09Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-39/+16
2009-12-09hwmon: Clean up detect functionsJean Delvare1-39/+16
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-10-17hwmon: (adm1029) Use mask for fan_div valueCorentin Labbe1-2/+3
2008-07-16hwmon: (adm1029) Convert to a new-style i2c driverJean Delvare1-53/+44
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-4/+2
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-02-14hwmon: New driver for the Analog Devices ADM1029Corentin Labbe1-0/+508