aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-08Input: ucb1400 - fix compile errorDmitry Torokhov1-1/+1
2006-12-08Input: kill maple_keyb.c driverPaul Mundt1-166/+0
2006-12-08Input: i8042 - add another Lifebook P7010 to nomux blacklistDmitry Torokhov1-0/+7
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1206-35635/+58319
2006-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds17-1905/+1411
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-204/+93
2006-12-07[ARM] Merge individual ARM sub-treesRussell King13-204/+93
2006-12-07Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds1-8/+4
2006-12-07PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exitJeff Garzik1-8/+4
2006-12-07ieee1394: sbp2: code formatting around work_struct stuffStefan Richter1-7/+9
2006-12-07ieee1394: nodemgr: remove a kcallocStefan Richter1-46/+20
2006-12-07ieee1394: conditionally export ieee1394_bus_typeStefan Richter1-0/+1
2006-12-07ieee1394: Consolidate driver registeringBen Collins8-27/+22
2006-12-07ieee1394: sbp2: convert from PCI DMA to generic DMAStefan Richter3-68/+62
2006-12-07ieee1394: nodemgr: spaces to tabsStefan Richter1-49/+49
2006-12-07ieee1394: nodemgr: fix deadlock in shutdownStefan Richter1-3/+18
2006-12-07ieee1394: nodemgr: remove duplicate assignmentStefan Richter1-1/+1
2006-12-07sbp2: make 1bit bitfield unsignedLuca Tettamanti1-1/+1
2006-12-07ieee1394: schedule *_oui sysfs attributes for removalStefan Richter1-1/+1
2006-12-07ieee1394: schedule unused symbol exports for removalStefan Richter1-7/+2
2006-12-07ieee1394: dv1394: schedule for feature removalStefan Richter2-9/+8
2006-12-07ieee1394: raw1394: defer feature removal of old isoch interfaceStefan Richter1-0/+17
2006-12-07ieee1394: ohci1394: call PMac code in shutdown only for proper machinesStefan Richter1-1/+1
2006-12-07ieee1394: ohci1394: reformat PPC_PMAC platform codeStefan Richter1-20/+14
2006-12-07ieee1394: ohci1394: add PPC_PMAC platform code to driver probeStefan Richter1-4/+15
2006-12-07ieee1394: sbp2: wrap two functions into oneStefan Richter1-23/+7
2006-12-07ieee1394: sbp2: update comment on things to doStefan Richter1-7/+19
2006-12-07ieee1394: sbp2: use list_move_tail()Stefan Richter1-2/+1
2006-12-07ieee1394: sbp2: more concise names for types and variablesStefan Richter2-598/+575
2006-12-07ieee1394: sbp2: remove unused struct membersStefan Richter2-25/+4
2006-12-07ieee1394: sbp2: proper unit in module parameter descriptionStefan Richter1-1/+2
2006-12-07ieee1394: sbp2: clean up sbp2_ namespaceStefan Richter2-133/+132
2006-12-07ieee1394: sbp2: some conditions in queue_command are unlikelyStefan Richter1-5/+5
2006-12-07ieee1394: sbp2: remove superfluous commentsStefan Richter2-355/+109
2006-12-07ieee1394: sbp2: delayed_work -> work_structStefan Richter2-16/+12
2006-12-07ieee1394: sbp2: coding style of some macrosStefan Richter1-77/+78
2006-12-07ieee1394: sbp2: remove debug macrosStefan Richter1-280/+20
2006-12-07ieee1394: sbp2: consolidate log levelsStefan Richter1-19/+12
2006-12-07ieee1394: sbp2: remove duplicate codeStefan Richter1-11/+0
2006-12-07ieee1394: sbp2: remove dead codeStefan Richter1-15/+0
2006-12-07ieee1394: sbp2: clean up function declarationsStefan Richter2-104/+86
2006-12-07ieee1394: sbp2: remove irritating log messageStefan Richter1-2/+0
2006-12-07ohci1394: shortcut irq printingAlexey Dobriyan1-4/+2
2006-12-07ieee1394: nodemgr: take it easy if bus_rescan_devices failsStefan Richter1-3/+2
2006-12-07drivers/ieee1394/*: use kmemdup()Eric Sesterhenn2-4/+2
2006-12-07ieee1394: ohci1394: proper log messages in suspend and resumeStefan Richter1-11/+15
2006-12-07ieee1394: ohci1394: revert fail on error in suspendStefan Richter1-2/+11
2006-12-07ieee1394: only build OUI database files if config enabledRandy Dunlap1-1/+4
2006-12-07ieee1394: fix printk format warningRandy Dunlap1-1/+1
2006-12-07ieee1394: nodemgr: revise semaphore protection of driver core dataStefan Richter1-50/+92