aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm78.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (lm78) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-58/+56
2017-01-02hwmon: (lm78) use permission-specific DEVICE_ATTR variantsJulia Lawall1-19/+19
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04hwmon: (lm78) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-83/+15
2014-07-30hwmon: (lm78) Fix overflow problems seen when writing large temperature limitsGuenter Roeck1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-12-12hwmon: Prevent some divide by zeros in FAN_TO_REG()Dan Carpenter1-0/+2
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+6
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-3/+3
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (lm78) Convert to use devm_ functionsGuenter Roeck1-25/+11
2012-03-18hwmon: (lm78) Fix checkpatch issuesGuenter Roeck1-74/+132
2011-07-25hwmon: (lm78) Become the maintainerJean Delvare1-3/+1
2011-07-25hwmon: (lm78) Make ISA interface depend on CONFIG_ISAJean Delvare1-19/+79
2011-07-25hwmon: (lm78) Avoid forward declarationsJean Delvare1-107/+98
2011-01-12hwmon: (lm78) Use pr_fmt and pr_<level>Joe Perches1-7/+7
2010-02-05hwmon: (lm78) Request I/O ports individually for probingJean Delvare1-13/+12
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-2/+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-38/+20
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-06-01hwmon: (lm78) Add missing __devexit_p()Mike Frysinger1-1/+1
2008-10-17hwmon: (lm78) Convert to a new-style i2c driverJean Delvare1-105/+89
2008-10-17hwmon: (lm78) Stop abusing struct i2c_client for ISA devicesJean Delvare1-22/+16
2008-10-17hwmon: (lm78) Prevent misdetection of Winbond chipsJean Delvare1-0/+6
2008-10-17hwmon: (lm78) Detect alias chipsJean Delvare1-13/+65
2008-10-17hwmon: (lm78) Fix I/O resource conflict with PNPJean Delvare1-5/+15
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-2/+2
2008-02-07hwmon: Discard useless I2C driver IDsJean Delvare1-1/+0
2008-02-07hwmon: (lm78/w83781d) Probe fewer I2C addressesJean Delvare1-4/+2
2007-10-09hwmon: (lm78) Add individual alarm filesJean Delvare1-0/+30
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-9/+9
2007-09-09hwmon: End of I/O region off-by-oneJean Delvare1-1/+1
2007-07-30hwmon: fix lm78 detection regressionHans de Goede1-1/+1
2007-05-08hwmon/lm78: Use dynamic sysfs callbacksJean Delvare1-124/+101
2007-05-08hwmon/lm78: Be less i2c_client-centricJean Delvare1-46/+40
2007-05-08hwmon/lm78: No longer use i2c-isaJean Delvare1-110/+267
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-4/+2
2006-10-18hwmon: Let w83781d and lm78 load againJean Delvare1-6/+6
2006-09-28hwmon: Fix unchecked return status, batch 1Mark M. Hoffman1-37/+51
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-03-23[PATCH] I2C: hwmon: Rename register parametersDarren Jenkins1-2/+2
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-23/+24
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-5/+9