aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-1418-51/+26
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-1427-109/+29
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-1445-45/+45
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-1445-94/+79
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-12-0949-1650/+2082
|\
| * hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare2009-12-092-3/+64
| * hwmon: (adt7475) Add support for the ADT7476Jean Delvare2009-12-092-20/+65
| * hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare2009-12-091-6/+36
| * hwmon: (adt7475) Print device information on probeJean Delvare2009-12-091-0/+18
| * hwmon: (adt7475) Handle alternative pin functionsJean Delvare2009-12-091-15/+99
| * hwmon: (adt7475) Move sysfs files removal to a separate functionJean Delvare2009-12-091-6/+10
| * hwmon: (adt7475) Add support for the ADT7490Jean Delvare2009-12-092-14/+105
| * hwmon: (adt7475) Improve device detectionJean Delvare2009-12-091-4/+9
| * hwmon: (adt7475) Add missing static markerJean Delvare2009-12-091-1/+1
| * hwmon: (adt7475) Rework voltage inputs handlingJean Delvare2009-12-091-35/+48
| * hwmon: (adt7475) Implement pwm_use_point2_pwm_at_critJean Delvare2009-12-091-0/+42
| * hwmon: (adt7475) Add support for the ADT7473Jean Delvare2009-12-093-12/+26
| * hwmon: (f71882fg) Add support for the f71889fg (version 2)Hans de Goede2009-12-092-21/+71
| * hwmon: (f71882fg) Fix sysfs file removalHans de Goede2009-12-091-25/+66
| * hwmon: (f71882fg) Cleanup sysfs attr creation 2/2Hans de Goede2009-12-091-64/+52
| * hwmon: (f71882fg) Cleanup sysfs attr creation 1/2Hans de Goede2009-12-091-48/+89
| * hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARMJean Delvare2009-12-091-1/+5
| * hwmon: Add Freescale MC13783 ADC driverLuotao Fu2009-12-093-0/+243
| * hwmon: (w83791d) Remove experimental dependencyMarc Hulsman2009-12-091-1/+1
| * hwmon: Clean up detect functionsJean Delvare2009-12-0929-714/+393
| * hwmon: (w83l785ts) Clean up detect functionJean Delvare2009-12-091-47/+23
| * hwmon: (w83792d) Clean up detect functionJean Delvare2009-12-091-43/+18
| * hwmon: (w83791d) Clean up detect functionJean Delvare2009-12-091-42/+18
| * hwmon: (w83781d) Clean up detect functionJean Delvare2009-12-091-78/+53
| * hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare2009-12-092-53/+47
| * hwmon: (lm90) Clean up detect functionJean Delvare2009-12-091-132/+96
| * hwmon: (lm85) Clean up detect functionJean Delvare2009-12-091-92/+65
| * hwmon: (lm83) Clean up detect functionJean Delvare2009-12-091-55/+26
| * hwmon: (lm77) Clean up detect functionJean Delvare2009-12-091-41/+39
| * hwmon: (adm1025) Clean up detect functionJean Delvare2009-12-091-53/+20
| * hwmon: (adm1021) Clean up detect functionJean Delvare2009-12-091-51/+25
| * hwmon: New driver for the National Semiconductor LM73Adrien Demarez2009-12-093-0/+215
| * hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare2009-12-091-43/+42
| * hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare2009-12-091-11/+0
| * hwmon: (it87) Check for fan2 and fan3 availabilityJean Delvare2009-12-091-3/+24
| * hwmon: (it87) Verify the VID pin usageJean Delvare2009-12-091-4/+16
| * hwmon: (s3c-hwmon) Fix build errorBen Dooks2009-12-091-2/+2
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-2/+2
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* | hwmon: (adt7475) Fix sysfs file namesJean Delvare2009-11-161-6/+6
* | hwmon: (adt7475) Cache limits for 60 secondsJean Delvare2009-11-161-1/+1
* | hwmon: (adt7475) Fix temperature fault flagsJean Delvare2009-11-161-2/+1
* | hwmon: (s3c-hwmon) Ignore invalid divider settingsBen Dooks2009-11-161-2/+9
|/
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-293-9/+27
|\