summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-sbp2.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-15firewire: Add ref-counting for sbp2_device and hold a ref while we have work ...Kristian Høgsberg1-12/+30
2007-03-15firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.Kristian Høgsberg1-0/+2
2007-03-10firewire: Don't time out command orbs, leave that to the scsi stack.Kristian Høgsberg1-20/+11
2007-03-10firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME.Kristian Høgsberg1-18/+8
2007-03-10firewire: Only use INIT_DELAYED_WORK for first initialization.Kristian Høgsberg1-4/+4
2007-03-10firewire: Use dma_mapping_error() for checking for DMA mapping errors.Kristian Høgsberg1-11/+17
2007-03-10firewire: Credit the old sbp2.c driver for being a good starting point.Kristian Høgsberg1-1/+10
2007-03-10firewire: Complete SCSI commands with DID_BUS_BUSY when a bus reset happens.Kristian Høgsberg1-1/+1
2007-03-10firewire: Introduce a retry mechanism for reconnects and logins.Kristian Høgsberg1-71/+109
2007-03-10firewire: fw-sbp2: Do ORB timeout right.Kristian Høgsberg1-3/+21
2007-03-10firewire: Implement proper transaction cancelation.Kristian Høgsberg1-0/+3
2007-03-10firewire: fw-sbp2: set command set related device flagsStefan Richter1-0/+17
2007-03-10firewire: consistent usage of node_idStefan Richter1-4/+4
2007-03-10firewire: fw-sbp2: remove unused macroStefan Richter1-3/+2
2007-03-10firewire: fw-sbp2: remove bogus "emulated" host flagStefan Richter1-1/+0
2007-03-10firewire: comma after last enum item or initializerStefan Richter1-1/+1
2007-03-10firewire: mark some structs constStefan Richter1-1/+1
2007-03-10firewire: build fix 3Stefan Richter1-0/+1
2007-03-10firewire: build fix 2Andrew Morton1-0/+1
2007-03-10firewire: Add SBP-2 protocol driver for storage devices.Kristian Høgsberg1-0/+1073