aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-ohci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10firewire: missing newline in printkStefan Richter1-3/+3
2007-06-29firewire: fix async reception on big endian machinesStefan Richter1-3/+3
2007-06-16firewire: fix hang after card ejectionStefan Richter1-1/+1
2007-05-31firewire: Implement suspend/resume PCI driver hooks.Kristian Høgsberg1-64/+123
2007-05-27firewire: Add missing byteswapping for receive DMA programs.Kristian Høgsberg1-2/+3
2007-05-15missing mm.h in fw-ohciAl Viro1-0/+1
2007-05-10firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg1-44/+42
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg1-14/+14
2007-05-10firewire: Provide module aliase for backwards compatibility.Olaf Hering1-0/+5
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg1-74/+74
2007-05-10firewire: Clean up comment style.Kristian Høgsberg1-50/+94
2007-04-12firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.Kristian Høgsberg1-1/+1
2007-04-12firewire: Byteswap iso header so all headers are presented as be32.Kristian Høgsberg1-1/+7
2007-03-28firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.Kristian Høgsberg1-9/+13
2007-03-28firewire: Remember to set the driver_data pointer when queueing a packet.Kristian Høgsberg1-0/+1
2007-03-15firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg1-5/+4
2007-03-15firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.Kristian Høgsberg1-114/+46
2007-03-09firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg1-2/+24
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg1-2/+9
2007-03-09firewire: Move async transmit to use the general context code.Kristian Høgsberg1-212/+148
2007-03-09firewire: Clear all interrupt bits before shutting down.Kristian Høgsberg1-1/+2
2007-03-09firewire: Scheduled removal of SA_xxx interrupt flags fixups 3Thomas Gleixner1-1/+1
2007-03-09firewire: adjust whitespaceStefan Richter1-24/+22
2007-03-09firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg1-2/+30
2007-03-09firewire: Configure channel and speed at context creation time.Kristian Høgsberg1-2/+2
2007-03-09firewire: Store OHCI version and make sure we have at least 1.1 before doing dualbuffer.Kristian Høgsberg1-4/+15
2007-03-09firewire: Don't touch DMA descriptors after appending.Kristian Høgsberg1-6/+6
2007-03-09firewire: Use a buffer fill descriptor for receive when header size is 0.Kristian Høgsberg1-15/+92
2007-03-09firewire: Set correct buffer lengths for dualbuffer DMA descriptor.Kristian Høgsberg1-4/+3
2007-03-09firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg1-15/+34
2007-03-09firewire: Log OHCI chipset version in PCI probe.Kristian Høgsberg1-2/+4
2007-03-09firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg1-11/+33
2007-03-09firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg1-2/+2
2007-03-09firewire: Implement basic isochronous receive functionality.Kristian Høgsberg1-19/+149
2007-03-09firewire: Generalize the iso transmit descriptor buffer logic.Kristian Høgsberg1-142/+218
2007-03-09firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg1-4/+8
2007-03-09firewire: Read the *Clear versions of the iso interrupt register.Kristian Høgsberg1-2/+2
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