summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83795.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski2015-04-171-5/+3
* Update Jean Delvare's e-mail addressJean Delvare2014-01-291-2/+2
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-4/+5
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-14/+14
* hwmon: Drop needless includes of <linux/delay.h>Jean Delvare2012-10-101-1/+0
* hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare2012-10-101-0/+1
* hwmon: (w83795) Convert to use devm_ functionsGuenter Roeck2012-07-211-8/+3
* hwmon: (w83795) Fix multi-line commentsGuenter Roeck2012-03-231-32/+62
* hwmon: (w83795) Unconditionally support manual fan speed controlJean Delvare2012-03-231-14/+24
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-16/+16
* hwmon: (w83795) Silent false warning from gccJean Delvare2011-01-121-2/+2
* hwmon: (w83795) Check for BEEP pin availabilityJean Delvare2010-11-151-7/+51
* hwmon: (w83795) Clear intrusion alarm immediatelyJean Delvare2010-11-151-0/+4
* hwmon: (w83795) Read the intrusion state properlyJean Delvare2010-11-151-3/+20
* hwmon: (w83795) Print the actual temperature channels as sourcesJean Delvare2010-11-151-10/+20
* hwmon: (w83795) List all usable temperature sourcesJean Delvare2010-11-151-3/+54
* hwmon: (w83795) Expose fan control methodJean Delvare2010-11-151-1/+18
* hwmon: (w83795) Fix fan control mode attributesJean Delvare2010-11-151-10/+8
* hwmon: (w83795) Use standard attributes for chassis intrusionJean Delvare2010-10-281-3/+8
* hwmon: (w83795) Exclude fan control feature by defaultJean Delvare2010-10-281-0/+10
* hwmon: (w83795) Add myself as co-author and maintainerJean Delvare2010-10-281-1/+2
* hwmon: (w83795) More style cleanupsJean Delvare2010-10-281-15/+13
* hwmon: (w83795) Fix LSB reading of voltage limitsJean Delvare2010-10-281-1/+1
* hwmon: (w83795) Use dev_get_drvdata() where possibleJean Delvare2010-10-281-6/+3
* hwmon: (w83795) Delay reading pwm config registersJean Delvare2010-10-281-22/+29
* hwmon: (w83795) Delay reading limit registersJean Delvare2010-10-281-1/+6
* hwmon: (w83795) Move register reads to dedicated functionsJean Delvare2010-10-281-99/+119
* hwmon: (w83795) Pack similar register readsJean Delvare2010-10-281-16/+6
* hwmon: (w83795) Make W83795_REG_PWM more efficientJean Delvare2010-10-281-12/+8
* hwmon: (w83795) Don't pre-read values we'll update laterJean Delvare2010-10-281-26/+7
* hwmon: (w83795) Simplify temperature sensor type handlingJean Delvare2010-10-281-83/+24
* hwmon: (w83795) Drop _NUM constantsJean Delvare2010-10-281-10/+6
* hwmon: (w83795) Drop REST_VLT_BEGIN/ENDJean Delvare2010-10-281-6/+3
* hwmon: (w83795) Fix parity checksJean Delvare2010-10-281-4/+4
* hwmon: (w83795) Get rid of VRLSB_SHIFTJean Delvare2010-10-281-10/+5
* hwmon: (w83795) Avoid reading the same register twiceJean Delvare2010-10-281-2/+9
* hwmon: (w83795) Rework beep_enable implementationJean Delvare2010-10-281-38/+2
* hwmon: (w83795) Report PECI agent Tbase valuesJean Delvare2010-10-281-0/+13
* hwmon: (w83795) Properly handle negative temperaturesJean Delvare2010-10-281-13/+7
* hwmon: (w83795) Rename temperature limit attributesJean Delvare2010-10-281-10/+10
* hwmon: (w83795) Fix PWM duty cycle frequency attributesJean Delvare2010-10-281-28/+62
* hwmon: (w83795) Add support for dynamic in0-2 limitsJean Delvare2010-10-281-0/+56
* hwmon: (w83795) Fix LSB reading of fan speedsJean Delvare2010-10-281-5/+5
* hwmon: (w83795) Clean up probe functionJean Delvare2010-10-281-57/+34
* hwmon: (w83795) Fix in17-in20 gain factorJean Delvare2010-10-281-3/+3
* hwmon: (w83795) Only start monitoring if neededJean Delvare2010-10-281-3/+10
* hwmon: (w83795) Add const markersJean Delvare2010-10-281-8/+10
* hwmon: (w83795) Only create fan[1-8]_target files when neededJean Delvare2010-10-281-23/+4
OpenPOWER on IntegriCloud