summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-01-0727-181/+163Star
|\
| * firewire: reorder struct fw_card for better cache efficiencyStefan Richter2009-01-041-7/+3Star
| * firewire: fix resetting of bus manager retry counterStefan Richter2009-01-042-9/+6Star
| * firewire: improve refcounting of fw_cardJay Fenlason2009-01-044-7/+21
| * firewire: typo in commentJay Fenlason2009-01-041-1/+1
| * firewire: fix small memory leak at module removalStefan Richter2009-01-043-1/+5
| * firewire: fw-sbp2: remove unnecessary lockingStefan Richter2009-01-041-15/+6Star
| * ieee1934: dv1394: interrupt enabling/disabling broken on big-endianHarvey Harrison2009-01-041-4/+4
| * ieee1394: dv1394: annotate frame input/output structs as little endianHarvey Harrison2009-01-042-24/+24
| * ieee1394: eth1394: trivial sparse annotationsHarvey Harrison2009-01-042-21/+21
| * ieee1394: mark bus_info_data as a __be32 arrayHarvey Harrison2009-01-043-3/+3
| * ieee1394: replace CSR_SET_BUS_INFO_GENERATION macroHarvey Harrison2009-01-042-8/+8
| * ieee1394: pcilynx: trivial endian annotationHarvey Harrison2009-01-041-1/+1
| * ieee1394: ignore nonzero Bus_Info_Block.max_rom, fetch config ROM in quadletsStefan Richter2009-01-043-53/+19Star
| * ieee1394: consolidate uses of IEEE1934_BUSID_MAGICHarvey Harrison2009-01-044-6/+6
| * ieee1394: ohci1394: flush MMIO writes before delay in initializationStefan Richter2009-01-041-4/+6
| * ieee1394: ohci1394: pass error codes from request_irq throughStefan Richter2009-01-041-5/+7
| * ieee1394: ohci1394: don't leave interrupts enabled during suspend/resumeFrans Pop2009-01-041-0/+8
| * ieee1394: mark all hpsb_address_ops instances as constStefan Richter2009-01-046-14/+16
| * ieee1394: replace a GFP_ATOMIC by GFP_KERNEL allocationStefan Richter2009-01-041-1/+1
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-0726-352/+2517
|\ \
| * | hwmon: Fix various typosJean Delvare2009-01-072-2/+2
| * | hwmon: Check for ACPI resource conflictsJean Delvare2009-01-0714-0/+72
| * | hwmon: (lm70) Add TI TMP121 supportManuel Lauss2009-01-072-12/+77
| * | hwmon: (lm70) Code streamlining and cleanupKaiwan N Billimoria2009-01-072-25/+17Star
| * | hwmon: Deprecate the fscher and fscpos driversHans de Goede2009-01-071-6/+14
| * | hwmon: (fschmd) Add watchdog supportHans de Goede2009-01-072-20/+386
| * | hwmon: (fschmd) Cleanups for watchdog supportHans de Goede2009-01-071-25/+22Star
| * | hwmon: (i5k_amb) Load automatically on all 5000/5400 chipsetsDarrick J. Wong2009-01-071-0/+7
| * | hwmon: (it87) Add support for the ITE IT8720FJean-Marc Spaggiari2009-01-072-10/+23
| * | hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare2009-01-075-5/+20
| * | hwmon: Add LTC4245 driverIra Snyder2009-01-073-0/+579
| * | hwmon: (f71882fg) Fix fan_to/from_reg prototypesHans de Goede2009-01-071-2/+2
| * | hwmon: (f71882fg) Printout fan modesHans de Goede2009-01-071-4/+9
| * | hwmon: (f71882fg) Add documentationHans de Goede2009-01-071-2/+3
| * | hwmon: (f71882fg) Fix auto_channels_temp temp numbering with f8000Hans de Goede2009-01-071-4/+8
| * | hwmon: (f71882fg) Add missing pwm3 attr for f71862fgHans de Goede2009-01-071-0/+22
| * | hwmon: (f71882fg) Add F8000 supportHans de Goede2009-01-071-62/+291
| * | hwmon: (f71882fg) Remove the fan_mode module optionHans de Goede2009-01-071-25/+2Star
| * | hwmon: (f71882fg) Separate max and crit alarm and beepHans de Goede2009-01-071-9/+23
| * | hwmon: (f71882fg) Check for hwmon powerdown stateHans de Goede2009-01-071-0/+5
| * | hwmon: (f71882fg) Cleanup fan and temp hyst functionsHans de Goede2009-01-071-78/+43Star
| * | hwmon: (f71882fg) Fix various sysfs callback function issuesHans de Goede2009-01-071-49/+73
| * | hwmon: (f71882fg) Prepare for adding F8000 supportHans de Goede2009-01-071-57/+60
| * | hwmon: (f71882fg) Move some io access from the detect to the probe functionHans de Goede2009-01-071-23/+23
| * | hwmon: (f71882fg) Add support for the F71862FG superio sensorsHans de Goede2009-01-071-72/+224
| * | hwmon: (f71882fg) Style cleanups and put some repeating code into functionsHans de Goede2009-01-071-48/+41Star
| * | hwmon: (f71882fg) Add PWM supportMark van Doesburg2009-01-071-1/+655
| * | hwmon: (f71882fg) Misc cleanupsMark van Doesburg2009-01-071-5/+5
| * | hwmon: (f71882fg) Use sensor_device_attribute_2Mark van Doesburg2009-01-071-92/+95