summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds26-352/+2517
2009-01-07Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds18-80/+98
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-1/+1
2009-01-07touchscreen: Fix build of da9034Alan Cox1-0/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds47-65/+65
2009-01-07HID: fix hid->hiddev initialization in hiddev_connect()Jiri Kosina1-0/+2
2009-01-07hwmon: Fix various typosJean Delvare2-2/+2
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare14-0/+72
2009-01-07hwmon: (lm70) Add TI TMP121 supportManuel Lauss2-12/+77
2009-01-07hwmon: (lm70) Code streamlining and cleanupKaiwan N Billimoria2-25/+17
2009-01-07hwmon: Deprecate the fscher and fscpos driversHans de Goede1-6/+14
2009-01-07hwmon: (fschmd) Add watchdog supportHans de Goede2-20/+386
2009-01-07hwmon: (fschmd) Cleanups for watchdog supportHans de Goede1-25/+22
2009-01-07hwmon: (i5k_amb) Load automatically on all 5000/5400 chipsetsDarrick J. Wong1-0/+7
2009-01-07hwmon: (it87) Add support for the ITE IT8720FJean-Marc Spaggiari2-10/+23
2009-01-07hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare5-5/+20
2009-01-07hwmon: Add LTC4245 driverIra Snyder3-0/+579
2009-01-07hwmon: (f71882fg) Fix fan_to/from_reg prototypesHans de Goede1-2/+2
2009-01-07hwmon: (f71882fg) Printout fan modesHans de Goede1-4/+9
2009-01-07hwmon: (f71882fg) Add documentationHans de Goede1-2/+3
2009-01-07hwmon: (f71882fg) Fix auto_channels_temp temp numbering with f8000Hans de Goede1-4/+8
2009-01-07hwmon: (f71882fg) Add missing pwm3 attr for f71862fgHans de Goede1-0/+22
2009-01-07hwmon: (f71882fg) Add F8000 supportHans de Goede1-62/+291
2009-01-07hwmon: (f71882fg) Remove the fan_mode module optionHans de Goede1-25/+2
2009-01-07hwmon: (f71882fg) Separate max and crit alarm and beepHans de Goede1-9/+23
2009-01-07hwmon: (f71882fg) Check for hwmon powerdown stateHans de Goede1-0/+5
2009-01-07hwmon: (f71882fg) Cleanup fan and temp hyst functionsHans de Goede1-78/+43
2009-01-07hwmon: (f71882fg) Fix various sysfs callback function issuesHans de Goede1-49/+73
2009-01-07hwmon: (f71882fg) Prepare for adding F8000 supportHans de Goede1-57/+60
2009-01-07hwmon: (f71882fg) Move some io access from the detect to the probe functionHans de Goede1-23/+23
2009-01-07hwmon: (f71882fg) Add support for the F71862FG superio sensorsHans de Goede1-72/+224
2009-01-07hwmon: (f71882fg) Style cleanups and put some repeating code into functionsHans de Goede1-48/+41
2009-01-07hwmon: (f71882fg) Add PWM supportMark van Doesburg1-1/+655
2009-01-07hwmon: (f71882fg) Misc cleanupsMark van Doesburg1-5/+5
2009-01-07hwmon: (f71882fg) Use sensor_device_attribute_2Mark van Doesburg1-92/+95
2009-01-07i2c: Use snprintf to set adapter namesJean Delvare6-11/+12
2009-01-07Input: apanel - convert to new i2c bindingJean Delvare2-55/+76
2009-01-07i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare4-4/+0
2009-01-07i2c: Drop I2C_CLASS_ALLJean Delvare2-2/+2
2009-01-07i2c: Get rid of remaining bus_id accessJean Delvare3-4/+4
2009-01-07i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2009-01-07Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen1-1/+1
2009-01-06Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds10-39/+397
2009-01-07drm: fix ordering of driver unload vs agp unload.Dave Airlie1-3/+3
2009-01-07drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2-14/+40
2009-01-07drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt1-1/+1
2009-01-07drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt7-7/+322
2009-01-07drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2-8/+22
2009-01-07drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt1-6/+9
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds46-521/+2944