aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/f75375s.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-13hwmon: (f75375s) Don't crash the kernel unnecessarilyGravatar Guenter Roeck 1-2/+2
2013-08-11hwmon: use dev_get_platdata()Gravatar Jingoo Han 1-1/+2
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGravatar Guenter Roeck 1-6/+6
2012-09-23hwmon: (f75375s) Convert to use devm_ functionsGravatar Guenter Roeck 1-5/+3
2012-04-01hwmon: (f75375s) Fix warning message seen in some configurationsGravatar Guenter Roeck 1-0/+2
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Gravatar Axel Lin 1-12/+1
2012-03-02hwmon: (f75375s) Catch some attempts to write to r/o registersGravatar Nikolaus Schulz 1-0/+27
2012-03-02hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enableGravatar Nikolaus Schulz 1-8/+34
2012-02-28hwmon: (f75375s) Make pwm*_mode writable for the F75387Gravatar Nikolaus Schulz 1-1/+1
2012-02-28hwmon: (f75375s) Fix writes to the pwm* attribute for the F75387Gravatar Nikolaus Schulz 1-5/+13
2012-02-23hwmon: (f75375s) Fix register write order when setting fans to full speedGravatar Nikolaus Schulz 1-4/+3
2012-02-09hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured valueGravatar Nikolaus Schulz 1-3/+2
2012-02-08hwmon: (f75375s) Fix bit shifting in f75375_write16Gravatar Nikolaus Schulz 1-1/+1
2012-02-08hwmon: (f75375s) Fix reading of wrong register when initializing the F75387Gravatar Nikolaus Schulz 1-1/+1
2012-02-08hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375Gravatar Nikolaus Schulz 1-1/+1
2012-01-05hwmon: (f75375s) Add support for F75387SG/RGGravatar Björn Gerhart 1-47/+128
2012-01-05hwmon: (f75375s) Disable setting DC fan control mode for F75373Gravatar Guenter Roeck 1-0/+4
2012-01-05hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform...Gravatar Guenter Roeck 1-2/+26
2012-01-05hwmon: (f75375s) Fix value range for PWM modesGravatar Guenter Roeck 1-1/+1
2012-01-05hwmon: (f75375s) Use standard sysfs attribute namesGravatar Guenter Roeck 1-19/+19
2012-01-05hwmon: (f75375s) Fix checkpatch errors and warningsGravatar Guenter Roeck 1-18/+68
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+2
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-2/+2
2010-09-17hwmon: (f75375s) Do not overwrite values read from registersGravatar Guillem Jover 1-2/+2
2010-09-17hwmon: (f75375s) Shift control mode to the correct bit positionGravatar Guillem Jover 1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Gravatar Jean Delvare 1-2/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataGravatar Jean Delvare 1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksGravatar Jean Delvare 1-2/+2
2009-12-09hwmon: Clean up detect functionsGravatar Jean Delvare 1-21/+11
2009-03-30trivial: Update my email addressGravatar Riku Voipio 1-2/+2
2009-03-12hwmon: (f75375s) Remove unnecessary and confusing initializationGravatar Andrew Klossner 1-1/+1
2008-07-16hwmon: (f75375s) Drop legacy i2c driverGravatar Jean Delvare 1-77/+12
2008-04-29i2c: Convert most new-style drivers to use module aliasingGravatar Jean Delvare 1-10/+13
2008-04-29i2c: Add support for device alias namesGravatar Jean Delvare 1-3/+5
2008-02-18hwmon: normal_i2c arrays should be constGravatar Mark M. Hoffman 1-1/+1
2007-11-08hwmon: (f75375s) pwmX_mode sysfs files writable for f75375 variantGravatar Riku Voipio 1-3/+16
2007-11-08hwmon: (f75375s) Allow setting up fans with platform_dataGravatar Riku Voipio 1-7/+35
2007-11-08hwmon: (f75375s) Add new style bindingsGravatar Riku Voipio 1-26/+83
2007-11-08hwmon: (f75375s) fix pwm mode settingGravatar Riku Voipio 1-1/+1
2007-10-09hwmon: Convert from class_device to deviceGravatar Tony Jones 1-5/+5
2007-10-09hwmon: Add f75375s driverGravatar Riku Voipio 1-0/+691