aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/sbp2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-08ieee1394: sbp2: lower block queue alignment requirementStefan Richter1-2/+0
2007-02-08ieee1394: sbp2: remove bogus "emulated" host flagStefan Richter1-1/+0
2007-02-08ieee1394: sbp2: use a better wildcard for blacklistStefan Richter1-12/+8
2007-01-10ieee1394: sbp2: fix probing of some DVD-ROM/RWsStefan Richter1-0/+2
2006-12-30ieee1394: sbp2: fix bogus dma mappingStefan Richter1-33/+40
2006-12-30ieee1394: sbp2: pass REQUEST_SENSE through to the targetStefan Richter1-10/+0
2006-12-07ieee1394: sbp2: code formatting around work_struct stuffStefan Richter1-7/+9
2006-12-07ieee1394: Consolidate driver registeringBen Collins1-3/+1
2006-12-07ieee1394: sbp2: convert from PCI DMA to generic DMAStefan Richter1-66/+60
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 Richter1-591/+567
2006-12-07ieee1394: sbp2: remove unused struct membersStefan Richter1-19/+4
2006-12-07ieee1394: sbp2: proper unit in module parameter descriptionStefan Richter1-1/+2
2006-12-07ieee1394: sbp2: clean up sbp2_ namespaceStefan Richter1-119/+118
2006-12-07ieee1394: sbp2: some conditions in queue_command are unlikelyStefan Richter1-5/+5
2006-12-07ieee1394: sbp2: remove superfluous commentsStefan Richter1-308/+76
2006-12-07ieee1394: sbp2: delayed_work -> work_structStefan Richter1-15/+11
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 Richter1-59/+86
2006-12-07ieee1394: sbp2: remove irritating log messageStefan Richter1-2/+0
2006-12-07ieee1394: sbp2: slightly reorder sbp2scsi_abortStefan Richter1-8/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-12/+16
2006-09-17ieee1394: sbp2: enable auto spin-up for all SBP-2 devicesStefan Richter1-3/+1
2006-09-17ieee1394: sbp2: don't prefer MODE SENSE 10Stefan Richter1-1/+0
2006-09-17ieee1394: sbp2: prevent rare deadlock in shutdownStefan Richter1-10/+11
2006-09-17ieee1394: sbp2: update includesStefan Richter1-22/+27
2006-09-17ieee1394: sbp2: better handling of transport errorsStefan Richter1-5/+11
2006-09-17ieee1394: sbp2: recheck node generation in sbp2_updateStefan Richter1-5/+6
2006-09-17ieee1394: sbp2: safer agent reset in error handlersStefan Richter1-2/+2
2006-09-17ieee1394: sbp2: handle "sbp2util_node_write_no_wait failed"Stefan Richter1-5/+66
2006-09-17ieee1394: safer definition of empty macrosStefan Richter1-9/+9
2006-09-17the scheduled removal of drivers/ieee1394/sbp2.c:force_inquiry_hackAdrian Bunk1-10/+0
2006-09-17ieee1394: sbp2: convert sbp2util_down_timeout to waitqueueStefan Richter1-29/+22
2006-09-17ieee1394: sbp2: more checks of status blockStefan Richter1-40/+30
2006-09-17ieee1394: sbp2: safer initialization of status fifoStefan Richter1-50/+30
2006-09-17ieee1394: sbp2: optimize DMA direction of command ORBsStefan Richter1-8/+8
2006-09-17ieee1394: sbp2: discard return value of sbp2_link_orb_commandStefan Richter1-5/+3
2006-09-17ieee1394: sbp2: safer last_orb and next_ORB handlingStefan Richter1-53/+48
2006-07-03[PATCH] ieee1394: replace __inline__ by inlineStefan Richter1-2/+2
2006-07-03[PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-12ieee1394: add preprocessor constant for invalid csr addressBen Collins1-4/+4
2006-06-12sbp2: fix deregistration of status fifo address spaceBen Collins1-2/+2
2006-06-12sbp2: fix S800 transfers if phys_dma is offBen Collins1-4/+14
2006-06-12sbp2: remove ohci1394 specific constantBen Collins1-1/+1