summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] parisc: fix module_param iommu permissionRandy Dunlap2007-02-091-1/+1
* [PATCH] WorkStruct: Fix up some PA-RISC work itemsDavid Howells2006-12-082-8/+8
* [PARISC] Make Lasi Ethernet depend on GSC onlyMatthew Wilcox2006-12-081-3/+3
* [PARISC] lasi_82596: use BUILD_BUG_ON() and constify static arrayHelge Deller2006-12-081-27/+7Star
* [PARISC] Fix PCI bus numbering in the presence of Cardbus bridgesMatthew Wilcox2006-12-081-13/+19
* [PARISC] sparse fixesMatthew Wilcox2006-12-083-3/+3
* [PARISC] parisc-agp: Fix integer/pointer warningMatthew Wilcox2006-12-081-1/+1
* [PARISC] [MUX] Get the hversion directly from the parisc_deviceRyan Bradetich2006-12-081-4/+5
* [PARISC] [MUX] Correctly report the number of available portsRyan Bradetich2006-12-081-11/+31
* [PARISC] [MUX] Detect multiple cards in the correct orderRyan Bradetich2006-12-081-8/+30
* [PARISC] [MUX] Make the Serial Mux driver work as moduleRyan Bradetich2006-12-081-78/+57Star
* [PARISC] [MUX] Claim resources for the Mux driverRyan Bradetich2006-12-081-1/+60
* [PARISC] [MUX] Mux driver updatesRyan Bradetich2006-12-081-2/+11
* [PARISC] [MUX] Mux driver bug fixRyan Bradetich2006-12-081-10/+17
* [PARISC] HPPB bus updates for E-Class systemsRyan Bradetich2006-12-081-8/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2006-12-0817-1905/+1411Star
|\
| * ieee1394: sbp2: code formatting around work_struct stuffStefan Richter2006-12-071-7/+9
| * ieee1394: nodemgr: remove a kcallocStefan Richter2006-12-071-46/+20Star
| * ieee1394: conditionally export ieee1394_bus_typeStefan Richter2006-12-071-0/+1
| * ieee1394: Consolidate driver registeringBen Collins2006-12-078-27/+22Star
| * ieee1394: sbp2: convert from PCI DMA to generic DMAStefan Richter2006-12-073-68/+62Star
| * ieee1394: nodemgr: spaces to tabsStefan Richter2006-12-071-49/+49
| * ieee1394: nodemgr: fix deadlock in shutdownStefan Richter2006-12-071-3/+18
| * ieee1394: nodemgr: remove duplicate assignmentStefan Richter2006-12-071-1/+1
| * sbp2: make 1bit bitfield unsignedLuca Tettamanti2006-12-071-1/+1
| * ieee1394: schedule *_oui sysfs attributes for removalStefan Richter2006-12-071-1/+1
| * ieee1394: schedule unused symbol exports for removalStefan Richter2006-12-071-7/+2Star
| * ieee1394: dv1394: schedule for feature removalStefan Richter2006-12-072-9/+8Star
| * ieee1394: raw1394: defer feature removal of old isoch interfaceStefan Richter2006-12-071-0/+17
| * ieee1394: ohci1394: call PMac code in shutdown only for proper machinesStefan Richter2006-12-071-1/+1
| * ieee1394: ohci1394: reformat PPC_PMAC platform codeStefan Richter2006-12-071-20/+14Star
| * ieee1394: ohci1394: add PPC_PMAC platform code to driver probeStefan Richter2006-12-071-4/+15
| * ieee1394: sbp2: wrap two functions into oneStefan Richter2006-12-071-23/+7Star
| * ieee1394: sbp2: update comment on things to doStefan Richter2006-12-071-7/+19
| * ieee1394: sbp2: use list_move_tail()Stefan Richter2006-12-071-2/+1Star
| * ieee1394: sbp2: more concise names for types and variablesStefan Richter2006-12-072-598/+575Star
| * ieee1394: sbp2: remove unused struct membersStefan Richter2006-12-072-25/+4Star
| * ieee1394: sbp2: proper unit in module parameter descriptionStefan Richter2006-12-071-1/+2
| * ieee1394: sbp2: clean up sbp2_ namespaceStefan Richter2006-12-072-133/+132Star
| * ieee1394: sbp2: some conditions in queue_command are unlikelyStefan Richter2006-12-071-5/+5
| * ieee1394: sbp2: remove superfluous commentsStefan Richter2006-12-072-355/+109Star
| * ieee1394: sbp2: delayed_work -> work_structStefan Richter2006-12-072-16/+12Star
| * ieee1394: sbp2: coding style of some macrosStefan Richter2006-12-071-77/+78
| * ieee1394: sbp2: remove debug macrosStefan Richter2006-12-071-280/+20Star
| * ieee1394: sbp2: consolidate log levelsStefan Richter2006-12-071-19/+12Star
| * ieee1394: sbp2: remove duplicate codeStefan Richter2006-12-071-11/+0Star
| * ieee1394: sbp2: remove dead codeStefan Richter2006-12-071-15/+0Star
| * ieee1394: sbp2: clean up function declarationsStefan Richter2006-12-072-104/+86Star
| * ieee1394: sbp2: remove irritating log messageStefan Richter2006-12-071-2/+0Star
| * ohci1394: shortcut irq printingAlexey Dobriyan2006-12-071-4/+2Star