summaryrefslogtreecommitdiff
path: root/drivers/hwmon/vt8231.c
AgeCommit message (Expand)AuthorFilesLines
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-12-12hwmon: Prevent some divide by zeros in FAN_TO_REG()Dan Carpenter1-1/+1
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-11/+11
2012-11-28hwmon: remove use of __devexitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devinitBill Pemberton1-3/+3
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-23hwmon: (vt8231) Convert to use devm_ functionsGuenter Roeck1-18/+6
2012-03-18hwmon: (vt8231) Fix multi-line commentsGuenter Roeck1-77/+87
2012-03-18hwmon: (vt8231) Fix checkpatch issuesGuenter Roeck1-33/+94
2012-03-18hwmon: use DEFINE_PCI_DEVICE_TABLEFrans Meulenbroeks1-1/+1
2011-01-08hwmon: (vt8231) Use pr_fmt and pr_<level>Joe Perches1-5/+5
2010-03-06drivers/hwmon/vt8231.c: fix continuation line formatsJoe Perches1-2/+1
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: (vt8231) Update maintainer email addressRoger Lucas1-2/+2
2008-02-17hwmon: (vt8231) Add individual alarm filesJean Delvare1-2/+38
2008-02-07hwmon: (vt8231) Add missing "space"Joe Perches1-1/+1
2007-10-14hwmon: (vt8231) fix sparse warningMark M. Hoffman1-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-2/+2
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare1-0/+1
2007-07-19hwmon: Convert vt8231 to a platform driverRoger Lucas1-144/+173
2007-02-13i2c/vt8231: Remove superfluous initializationDavid Brownell1-1/+0
2006-09-28vt8231: Fix unchecked return statusRoger Lucas1-54/+132
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-25/+26
2006-02-13[PATCH] vt8231: Fix sysfs temperature interfaceJean Delvare1-4/+4
2006-01-09[PATCH] drivers/*rest*: Replace pci_module_init() with pci_register_driver()Richard Knutsson1-1/+1
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-2/+4
2006-01-05[PATCH] hwmon: New vt8231 driverRoger Lucas1-0/+861