summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: iTCO_wdt.c: remove extra pci_dev_put()'s from init codePrarit Bhargava2010-10-291-2/+0
* watchdog: add support for Broadcom BCM63xx built-in watchdogFlorian Fainelli2010-10-283-0/+361
* watchdog: f71808e_wdt: add support for the F71889FGGiel van Schijndel2010-10-282-3/+11
* watchdog: MachZ: fix debug macroNicolas Kaiser2010-10-281-1/+1
* watchdog: it8712f_wdt: Add module parameter for alternative reset sourcesTimo Juhani Lindfors2010-10-281-2/+11
* watchdog: it8712f_wdt: Add comments for config/control register namesTimo Juhani Lindfors2010-10-281-6/+6
* watchdog: it87_wdt: Add support for watchdogs with 8b timersOndrej Zajicek2010-10-282-28/+63
* watchdog: it87_wdt: Add support for IT8720F watchdogOndrej Zajicek2010-10-282-10/+16
* watchdog: Use static const char * const where possibleJoe Perches2010-10-281-1/+1
* watchdog: iTCO_wdt: Cleanup warning messagesPrarit Bhargava2010-10-281-9/+12
* watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg DeviceIDsSeth Heasley2010-10-281-0/+3
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-2821-504/+3165
|\
| * hwmon: (it87) Add support for the IT8721F/IT8758EJean Delvare2010-10-282-24/+96
| * hwmon: (it87) Move conversion functionsJean Delvare2010-10-281-50/+52
| * hwmon: Remove many EXPERIMENTAL flagsJean Delvare2010-10-281-16/+12
| * hwmon: (lm85) Add support for ADT7468 high-frequency PWM modeJean Delvare2010-10-281-7/+28
| * hwmon: (lm85) Document the ADT7468 as supportedJean Delvare2010-10-281-1/+2
| * hwmon: (lm85) Fix ADT7468 frequency tableJean Delvare2010-10-281-0/+1
| * hwmon: I2C addresses are constantJean Delvare2010-10-283-5/+5
| * Move ams driver to macintoshJean Delvare2010-10-2810-27/+28
| * hwmon: (pcf8591) Don't attempt to detect devicesJean Delvare2010-10-281-26/+0
| * hwmon: (pcf8591) Register as a hwmon deviceJean Delvare2010-10-281-0/+12
| * hwmon: (w83795) Use standard attributes for chassis intrusionJean Delvare2010-10-281-3/+8
| * hwmon: (w83795) Exclude fan control feature by defaultJean Delvare2010-10-282-0/+27
| * 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