aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-ohci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-09firewire: Fix another typo from the bitfield conversion.Kristian Høgsberg1-4/+4
2007-03-09firewire: Use dma_mapping_error() for checking for DMA mapping errors.Kristian Høgsberg1-8/+15
2007-03-09firewire: Implement proper transaction cancelation.Kristian Høgsberg1-0/+33
2007-03-09firewire: Reduce some redundant register definitions.Kristian Høgsberg1-28/+22
2007-03-09firewire: Rework async receive DMA.Kristian Høgsberg1-82/+130
2007-03-09firewire: Make sure we wait for DMA to stop before we reprogram it.Kristian Høgsberg1-5/+16
2007-03-09firewire: Sanitize send error codes.Kristian Høgsberg1-10/+10
2007-03-09firewire: Handle access to CSR resources on local node.Kristian Høgsberg1-16/+114
2007-03-09firewire: Loop requests to the host controller back into the stack.Kristian Høgsberg1-8/+25
2007-03-09firewire: Use struct fw_packet for incoming packets too in controller interface.Kristian Høgsberg1-20/+41
2007-03-09firewire: consistent usage of node_idStefan Richter1-9/+12
2007-03-09firewire: fw-ohci: remove unnecessary macroStefan Richter1-3/+0
2007-03-09firewire: fix failure path in ohci_enable_phys_dmaStefan Richter1-3/+1
2007-03-09firewire: comma after last enum item or initializerStefan Richter1-1/+1
2007-03-09firewire: whitespace adjustmentsStefan Richter1-3/+2
2007-03-09firewire: cleanupsAdrian Bunk1-4/+4
2007-03-09firewire: mark some structs constStefan Richter1-1/+1
2007-03-09firewire: build fixAndrew Morton1-0/+2
2007-03-09firewire: printk warning fixAndrew Morton1-2/+2
2007-03-09firewire: Add driver for OHCI firewire host controllers.Kristian Høgsberg1-0/+1394