aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/f75375s.c
AgeCommit message (Expand)Author
2013-10-13hwmon: (f75375s) Don't crash the kernel unnecessarilyGuenter Roeck
2013-08-11hwmon: use dev_get_platdata()Jingoo Han
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-09-23hwmon: (f75375s) Convert to use devm_ functionsGuenter Roeck
2012-04-01hwmon: (f75375s) Fix warning message seen in some configurationsGuenter Roeck
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-03-02hwmon: (f75375s) Catch some attempts to write to r/o registersNikolaus Schulz
2012-03-02hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enableNikolaus Schulz
2012-02-28hwmon: (f75375s) Make pwm*_mode writable for the F75387Nikolaus Schulz
2012-02-28hwmon: (f75375s) Fix writes to the pwm* attribute for the F75387Nikolaus Schulz
2012-02-23hwmon: (f75375s) Fix register write order when setting fans to full speedNikolaus Schulz
2012-02-09hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured valueNikolaus Schulz
2012-02-08hwmon: (f75375s) Fix bit shifting in f75375_write16Nikolaus Schulz
2012-02-08hwmon: (f75375s) Fix reading of wrong register when initializing the F75387Nikolaus Schulz
2012-02-08hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375Nikolaus Schulz
2012-01-05hwmon: (f75375s) Add support for F75387SG/RGBjörn Gerhart
2012-01-05hwmon: (f75375s) Disable setting DC fan control mode for F75373Guenter Roeck
2012-01-05hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform...Guenter Roeck
2012-01-05hwmon: (f75375s) Fix value range for PWM modesGuenter Roeck
2012-01-05hwmon: (f75375s) Use standard sysfs attribute namesGuenter Roeck
2012-01-05hwmon: (f75375s) Fix checkpatch errors and warningsGuenter Roeck
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-17hwmon: (f75375s) Do not overwrite values read from registersGuillem Jover
2010-09-17hwmon: (f75375s) Shift control mode to the correct bit positionGuillem Jover
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
2009-12-09hwmon: Clean up detect functionsJean Delvare
2009-03-30trivial: Update my email addressRiku Voipio
2009-03-12hwmon: (f75375s) Remove unnecessary and confusing initializationAndrew Klossner
2008-07-16hwmon: (f75375s) Drop legacy i2c driverJean Delvare
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman
2007-11-08hwmon: (f75375s) pwmX_mode sysfs files writable for f75375 variantRiku Voipio
2007-11-08hwmon: (f75375s) Allow setting up fans with platform_dataRiku Voipio
2007-11-08hwmon: (f75375s) Add new style bindingsRiku Voipio
2007-11-08hwmon: (f75375s) fix pwm mode settingRiku Voipio
2007-10-09hwmon: Convert from class_device to deviceTony Jones
2007-10-09hwmon: Add f75375s driverRiku Voipio