summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-ohci.c
AgeCommit message (Expand)Author
2007-03-09firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg
2007-03-09firewire: Implement basic isochronous receive functionality.Kristian Høgsberg
2007-03-09firewire: Generalize the iso transmit descriptor buffer logic.Kristian Høgsberg
2007-03-09firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg
2007-03-09firewire: Read the *Clear versions of the iso interrupt register.Kristian Høgsberg
2007-03-09firewire: Fix another typo from the bitfield conversion.Kristian Høgsberg
2007-03-09firewire: Use dma_mapping_error() for checking for DMA mapping errors.Kristian Høgsberg
2007-03-09firewire: Implement proper transaction cancelation.Kristian Høgsberg
2007-03-09firewire: Reduce some redundant register definitions.Kristian Høgsberg
2007-03-09firewire: Rework async receive DMA.Kristian Høgsberg
2007-03-09firewire: Make sure we wait for DMA to stop before we reprogram it.Kristian Høgsberg
2007-03-09firewire: Sanitize send error codes.Kristian Høgsberg
2007-03-09firewire: Handle access to CSR resources on local node.Kristian Høgsberg
2007-03-09firewire: Loop requests to the host controller back into the stack.Kristian Høgsberg
2007-03-09firewire: Use struct fw_packet for incoming packets too in controller interface.Kristian Høgsberg
2007-03-09firewire: consistent usage of node_idStefan Richter
2007-03-09firewire: fw-ohci: remove unnecessary macroStefan Richter
2007-03-09firewire: fix failure path in ohci_enable_phys_dmaStefan Richter
2007-03-09firewire: comma after last enum item or initializerStefan Richter
2007-03-09firewire: whitespace adjustmentsStefan Richter
2007-03-09firewire: cleanupsAdrian Bunk
2007-03-09firewire: mark some structs constStefan Richter
2007-03-09firewire: build fixAndrew Morton
2007-03-09firewire: printk warning fixAndrew Morton
2007-03-09firewire: Add driver for OHCI firewire host controllers.Kristian Høgsberg