aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/via686a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-02hwmon: (via686a) use permission-specific DEVICE_ATTR variantsJulia Lawall1-4/+4
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-14hwmon: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+5
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck1-19/+19
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-10/+7
2012-11-28hwmon: remove use of __devexitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devinitBill Pemberton1-4/+4
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (via686a) Convert to use devm_ functionsGuenter Roeck1-16/+7
2012-03-18hwmon: (via686a) Fix checkpatch issuesGuenter Roeck1-148/+207
2012-03-18hwmon: use DEFINE_PCI_DEVICE_TABLEFrans Meulenbroeks1-1/+1
2011-01-12hwmon: (via686a) Initialize fan_div valuesJean Delvare1-3/+11
2011-01-08hwmon: (via686a) Use pr_fmt and pr_<level>Joe Perches1-5/+5
2010-01-10hwmon: Make PCI device ids constantMárton Németh1-1/+1
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare1-0/+5
2008-02-17hwmon: (via686a) Add individual alarm filesJean Delvare1-0/+28
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-2/+2
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare1-1/+1
2007-07-19hwmon/via686a: Use dynamic sysfs callbacksJean Delvare1-139/+111
2007-07-19hwmon/via686a: Convert to a platform driverJean Delvare1-130/+155
2007-07-19hwmon/via686a: Temperature interrupt configuration fixJean Delvare1-2/+3
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-3/+2
2006-09-28hwmon: Fix unchecked return status, batch 6Jean Delvare1-33/+50
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-16/+17
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-3/+6
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-10-28[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare1-1/+0
2005-10-28[PATCH] hwmon: Discard explicit static initializations to 0Jean Delvare1-1/+1
2005-10-28[PATCH] hwmon: Do not forcibly enable via686a by defaultJean Delvare1-7/+11
2005-10-28[PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]Jean Delvare1-2/+2
2005-09-09[PATCH] hwmon: fix sis5595, via686a force_addr module parameterJean Delvare1-5/+0
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-4/+1
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)Jean Delvare1-33/+8
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)Jean Delvare1-2/+3
2005-09-05[PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman1-5/+19
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+875