aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sis5595.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+3
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-3/+3
2012-11-28hwmon: remove use of __devexitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-4/+4
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (sis5595) Convert to use devm_ functionsGuenter Roeck1-20/+8
2012-03-18hwmon: (sis5595) Fix checkpatch issuesGuenter Roeck1-117/+188
2012-03-18hwmon: use DEFINE_PCI_DEVICE_TABLEFrans Meulenbroeks1-1/+1
2011-01-08hwmon: (sis5595) 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
2007-11-08hwmon: (sis5595) Split sis5595_attributes_optIvo Manca1-21/+18
2007-11-08hwmon: (sis5595) Add individual alarm filesIvo Manca1-2/+30
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-14hwmon: (sis5595) fix sparse warningMark M. Hoffman1-5/+4
2007-10-09hwmon: (sis5595) re-use s_bridge->revisionAuke Kok1-1/+1
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/sis5595: Use PCI_REVISION_IDJean Delvare1-2/+1
2007-07-19hwmon/sis5595: Use dynamic sysfs callbacksJean Delvare1-106/+78
2007-07-19hwmon/sis5595: Convert to a platform driverJean Delvare1-147/+176
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-4/+2
2006-09-28hwmon: Fix unchecked return status, batch 6Jean Delvare1-30/+71
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-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-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-32/+9
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-2/+16
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+817