aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83781d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-05hwmon: (w83781d) Request I/O ports individually for probingJean Delvare1-13/+13
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-2/+3
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/+1
2009-12-09hwmon: (w83781d) Clean up detect functionJean Delvare1-78/+53
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-05-08hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)Jean Delvare1-1/+2
2009-01-07hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare1-1/+4
2008-10-26hwmon: (w83781d) Fix linking when built-inGeert Uytterhoeven1-2/+2
2008-10-17hwmon: (w83781d) Use new style driver bindingWolfgang Grandegger1-175/+134
2008-10-17hwmon: (w83781d) Stop abusing struct i2c_client for ISA devicesJean Delvare1-37/+26
2008-10-17hwmon: (w83781d) Make ISA interface depend on CONFIG_ISAWolfgang Grandegger1-280/+393
2008-10-17hwmon: (w83781d) Detect alias chipsJean Delvare1-13/+66
2008-10-17hwmon: (w83781d) Refactor beep enable handlingJean Delvare1-37/+9
2008-03-27hwmon: (w83781d) Fix I/O resource conflict with PNPJean Delvare1-5/+16
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-2/+2
2008-02-07hwmon: (w83781d) Misc cleanupsJean Delvare1-9/+4
2008-02-07hwmon: (w83781d) Drop W83627HF supportJean Delvare1-24/+5
2008-02-07hwmon: (lm78/w83781d) Probe fewer I2C addressesJean Delvare1-4/+3
2007-11-08hwmon: (w83781d) Add missing curly bracesJean Delvare1-1/+2
2007-10-09hwmon: (w83781d) Add individual alarm and beep filesJean Delvare1-6/+162
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-9/+9
2007-10-09hwmon: Don't export thermistor betaJean Delvare1-7/+9
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt1-1/+1
2007-09-09hwmon: End of I/O region off-by-oneJean Delvare1-1/+1
2007-08-11hwmon: fix w83781d temp sensor type settingMark M. Hoffman1-2/+2
2007-05-08hwmon/w83781d: Deprecate W83627HF supportJean Delvare1-0/+5
2007-05-08hwmon/w83781d: Use dynamic sysfs callbacksJean Delvare1-264/+214
2007-05-08hwmon/w83781d: Be less i2c_client-centricJean Delvare1-101/+92
2007-05-08hwmon/w83781d: Clean up conversion macrosJean Delvare1-28/+24
2007-05-08hwmon/w83781d: No longer use i2c-isaJean Delvare1-194/+377
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-8/+2
2006-10-18hwmon: Fix debug messages in w83781dJean Delvare1-8/+10
2006-10-18hwmon: Let w83781d and lm78 load againJean Delvare1-6/+6
2006-09-28w83781d: Fix unchecked return statusJim Cromie1-134/+143
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-3/+2
2006-03-23[PATCH] w83781d: Don't reset the chip by defaultJean Delvare1-1/+21
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-27/+28
2006-02-13[PATCH] w83781d: Use real-time status registersJean Delvare1-18/+25
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
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-4/+2
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-7/+3
2005-10-28[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare1-1/+0
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare1-2/+2
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-2/+1