summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-12-09hwmon: (adt7475) Print device information on probeJean Delvare1-0/+18
2009-12-09hwmon: (adt7475) Handle alternative pin functionsJean Delvare1-15/+99
2009-12-09hwmon: (adt7475) Move sysfs files removal to a separate functionJean Delvare1-6/+10
2009-12-09hwmon: (adt7475) Add support for the ADT7490Jean Delvare2-14/+105
2009-12-09hwmon: (adt7475) Improve device detectionJean Delvare1-4/+9
2009-12-09hwmon: (adt7475) Add missing static markerJean Delvare1-1/+1
2009-12-09hwmon: (adt7475) Rework voltage inputs handlingJean Delvare1-35/+48
2009-12-09hwmon: (adt7475) Implement pwm_use_point2_pwm_at_critJean Delvare1-0/+42
2009-12-09hwmon: (adt7475) Add support for the ADT7473Jean Delvare3-12/+26
2009-12-09hwmon: (f71882fg) Add support for the f71889fg (version 2)Hans de Goede2-21/+71
2009-12-09hwmon: (f71882fg) Fix sysfs file removalHans de Goede1-25/+66
2009-12-09hwmon: (f71882fg) Cleanup sysfs attr creation 2/2Hans de Goede1-64/+52
2009-12-09hwmon: (f71882fg) Cleanup sysfs attr creation 1/2Hans de Goede1-48/+89
2009-12-09hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARMJean Delvare1-1/+5
2009-12-09hwmon: Add Freescale MC13783 ADC driverLuotao Fu3-0/+243
2009-12-09hwmon: (w83791d) Remove experimental dependencyMarc Hulsman1-1/+1
2009-12-09hwmon: Clean up detect functionsJean Delvare29-714/+393
2009-12-09hwmon: (w83l785ts) Clean up detect functionJean Delvare1-47/+23
2009-12-09hwmon: (w83792d) Clean up detect functionJean Delvare1-43/+18
2009-12-09hwmon: (w83791d) Clean up detect functionJean Delvare1-42/+18
2009-12-09hwmon: (w83781d) Clean up detect functionJean Delvare1-78/+53
2009-12-09hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare2-53/+47
2009-12-09hwmon: (lm90) Clean up detect functionJean Delvare1-132/+96
2009-12-09hwmon: (lm85) Clean up detect functionJean Delvare1-92/+65
2009-12-09hwmon: (lm83) Clean up detect functionJean Delvare1-55/+26
2009-12-09hwmon: (lm77) Clean up detect functionJean Delvare1-41/+39
2009-12-09hwmon: (adm1025) Clean up detect functionJean Delvare1-53/+20
2009-12-09hwmon: (adm1021) Clean up detect functionJean Delvare1-51/+25
2009-12-09hwmon: New driver for the National Semiconductor LM73Adrien Demarez3-0/+215
2009-12-09hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare1-43/+42
2009-12-09hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare1-11/+0
2009-12-09hwmon: (it87) Check for fan2 and fan3 availabilityJean Delvare1-3/+24
2009-12-09hwmon: (it87) Verify the VID pin usageJean Delvare1-4/+16
2009-12-09hwmon: (s3c-hwmon) Fix build errorBen Dooks1-2/+2
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-98/+52
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2009-12-08Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+92
2009-12-09i2c-pnx: Map I2C adapter number to platform ID numberKevin Wells1-1/+2
2009-12-09i2c-omap: OMAP3: PM: (re)init for every transfer to support off-modeRajendra Nayak1-23/+41
2009-12-09i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK casesShinya Kuribayashi1-2/+7
2009-12-09i2c-designware: Cosmetic cleanupsShinya Kuribayashi1-13/+14
2009-12-09i2c-designware: Tx abort cleanupsShinya Kuribayashi1-7/+40
2009-12-09i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errorsShinya Kuribayashi1-0/+8
2009-12-09i2c-designware: i2c_dw_xfer_msg: Fix error handling proceduresShinya Kuribayashi1-4/+11
2009-12-09i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processedShinya Kuribayashi1-3/+8
2009-12-09i2c-designware: Process all i2c_msg messages in the interrupt handlerShinya Kuribayashi1-9/+17
2009-12-09i2c-designware: i2c_dw_read: Remove redundant target address checkerShinya Kuribayashi1-5/+0
2009-12-09i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bitsShinya Kuribayashi1-1/+6
2009-12-09i2c-designware: Initialize byte count variables just prior to being usedShinya Kuribayashi1-3/+7
2009-12-09i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointerShinya Kuribayashi1-3/+4