aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/w83627hf.c
AgeCommit message (Expand)Author
2013-08-11hwmon: use dev_get_platdata()Jingoo Han
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-12-19hwmon: (w83627hf) Don't touch nonexistent I2C address registersJean Delvare
2012-12-19hwmon: (w83627hf) Add support for suspendJean Delvare
2012-11-28hwmon: remove use of __devexitBill Pemberton
2012-11-28hwmon: remove use of __devinitBill Pemberton
2012-11-28hwmon: remove use of __devexit_pBill Pemberton
2012-11-05hwmon: Fix chip feature table headersJean Delvare
2012-08-18sections: Fix section conflicts in drivers/hwmonAndi Kleen
2012-07-21hwmon: (w83627hf) Convert to use devm_ functionsGuenter Roeck
2012-03-18hwmon: (w83627hf) Fix checkpatch issuesGuenter Roeck
2012-03-18hwmon: remove () used with returnFrans Meulenbroeks
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-01-08hwmon: (w83627hf) Use pr_fmt and pr_<level>Joe Perches
2009-12-16hwmon: (w83627hf) Fix for "No such device"Christian Schulte
2009-12-09hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare
2009-12-09hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare
2008-08-06hwmon: (w83627hf) Drop reset module parameterJean Delvare
2008-08-06hwmon: (w83627hf) Add pwm_enable sysfs interfaceDominik Geyer
2008-02-07hwmon: (w83627hf) Refactor beep enable handlingJean Delvare
2008-02-07hwmon: (w83627hf) Add individual alarm and beep filesJean Delvare
2008-02-07hwmon: (w83627hf) Enable VBAT monitoringJean Delvare
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare
2007-11-08hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplifyJim Cromie
2007-11-08hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-XJim Cromie
2007-10-13hwmon: (w83627hf) don't assume bank 0Jean Delvare
2007-10-13hwmon: (w83627hf) Fix setting fan min right after driver loadJean Delvare
2007-10-13hwmon: (w83627hf) De-macro sysfs callback functionsJim Cromie
2007-10-09hwmon: VRM is not read from registersJean Delvare
2007-10-09hwmon: Convert from class_device to deviceTony Jones
2007-10-09hwmon: Don't export thermistor betaJean Delvare
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare
2007-07-19hwmon/w83627hf: Add PWM frequency selection supportCarlos Olalla Martinez
2007-07-19hwmon: Use platform_device_add_data()Jean Delvare
2007-05-27hwmon/w83627hf: Be quiet when no chip is foundJean Delvare
2007-05-08hwmon/w83627hf: Convert to a platform driverJean Delvare
2007-05-08hwmon/w83627hf: Preliminary cleanupsJean Delvare
2007-05-08hwmon: Only call vid_which_vrm() when neededJean Delvare
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare
2006-09-28hwmon: Fix unchecked return status, batch 1Mark M. Hoffman
2006-09-26i2c-isa: Restore driver ownerJean Delvare
2006-06-26spelling fixesAndreas Mohr
2006-03-23[PATCH] I2C: hwmon: Rename register parametersDarren Jenkins
2006-03-23[PATCH] hwmon: Add support for the Winbond W83687THFJean Delvare
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman