summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-14firewire: fw-ohci: shut up false compiler warning on PPC32Stefan Richter1-3/+3
2008-03-14firewire: fw-ohci: use dma_alloc_coherent for ar_bufferJarod Wilson1-13/+5
2008-03-14firewire: fw-ohci: Apple UniNorth 1st generation supportStefan Richter1-8/+21
2008-03-14firewire: fw-ohci: PPC PMac platform codeStefan Richter1-0/+49
2008-03-14firewire: endianess annotationsStefan Richter1-2/+2
2008-03-14firewire: endianess fixStefan Richter1-1/+1
2008-01-30firewire: fw-ohci: Dynamically allocate buffers for DMA descriptorsDavid Moore1-80/+156
2008-01-30firewire: fw-ohci: CycleTooLong interrupt managementStefan Richter1-2/+9
2008-01-30firewire: fw-ohci: Bug fixes for packet-per-buffer supportDavid Moore1-50/+49
2008-01-30firewire: fw-ohci: Fix for dualbuffer three-or-more buffersDavid Moore1-20/+24
2007-12-10firewire: OHCI 1.0 Isochronous Receive supportJarod Wilson1-20/+155
2007-10-31firewire: Fix pci resume to not pass in a __be32 config rom.Kristian Høgsberg1-12/+25
2007-10-22firewire: fw-ohci: shut up a superfluous compiler warningStefan Richter1-1/+1
2007-10-22firewire: fw-ohci: log a note about unsupported featuresStefan Richter1-3/+8
2007-10-17firewire: fw-ohci: check for misconfigured bus (phyID == 63)Stefan Richter1-2/+7
2007-10-17firewire: fw-ohci: missing dma_unmap_singleStefan Richter1-0/+3
2007-10-17firewire: fw-ohci: log posted write errorsStefan Richter1-2/+6
2007-10-17firewire: fw-ohci: reorder includesStefan Richter1-6/+6
2007-10-17firewire: fw-ohci: fix includesStefan Richter1-3/+3
2007-10-17firewire: fw-ohci: enforce read order for selfID generationStefan Richter1-0/+3
2007-09-07firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress...Stefan Richter1-4/+2
2007-08-02firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter1-7/+13
2007-07-18firewire: fw-ohci: fix "scheduling while atomic"Stefan Richter1-1/+1
2007-07-18firewire: fw-ohci: flush MMIO write before msleepStefan Richter1-0/+1
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 ...Kristian Høgsberg1-4/+15