summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-ohci.c
AgeCommit message (Expand)Author
2008-04-18firewire: remove unused struct memberStefan Richter
2008-04-18firewire: fw-ohci: work around generation bug in TI controllers (fix AV/C and...Stefan Richter
2008-04-18firewire: fw-ohci: extend logging of bus generations and node IDStefan Richter
2008-04-18firewire: fw-ohci: conditionally log busReset interruptsStefan Richter
2008-04-18firewire: fw-ohci: don't append to AT context when it's not activeJarod Wilson
2008-04-18firewire: fw-ohci: log regAccessFail eventsJarod Wilson
2008-04-18firewire: fw-ohci: make sure HCControl register LPS bit is setJarod Wilson
2008-04-18firewire: fw-ohci: missing PPC PMac feature calls in failure pathStefan Richter
2008-04-18firewire: fw-ohci: untangle a mixed unsigned/signed expressionStefan Richter
2008-04-18firewire: debug interrupt eventsStefan Richter
2008-04-18firewire: fw-ohci: catch self_id_count == 0Stefan Richter
2008-04-18firewire: fw-ohci: add self ID error checkStefan Richter
2008-04-18firewire: fw-ohci: refactor probe, remove, suspend, resumeStefan Richter
2008-04-18firewire: fw-ohci: switch on bus power after resume on PPC PMacStefan Richter
2008-04-18firewire: fw-ohci: add option for remote debuggingStefan Richter
2008-04-18firewire: remove superfluous reference countingStefan Richter
2008-03-27firewire: fw-ohci: plug dma memory leak in AR handlerJarod Wilson
2008-03-14firewire: fw-ohci: shut up false compiler warning on PPC32Stefan Richter
2008-03-14firewire: fw-ohci: use dma_alloc_coherent for ar_bufferJarod Wilson
2008-03-14firewire: fw-ohci: Apple UniNorth 1st generation supportStefan Richter
2008-03-14firewire: fw-ohci: PPC PMac platform codeStefan Richter
2008-03-14firewire: endianess annotationsStefan Richter
2008-03-14firewire: endianess fixStefan Richter
2008-01-30firewire: fw-ohci: Dynamically allocate buffers for DMA descriptorsDavid Moore
2008-01-30firewire: fw-ohci: CycleTooLong interrupt managementStefan Richter
2008-01-30firewire: fw-ohci: Bug fixes for packet-per-buffer supportDavid Moore
2008-01-30firewire: fw-ohci: Fix for dualbuffer three-or-more buffersDavid Moore
2007-12-10firewire: OHCI 1.0 Isochronous Receive supportJarod Wilson
2007-10-31firewire: Fix pci resume to not pass in a __be32 config rom.Kristian Høgsberg
2007-10-22firewire: fw-ohci: shut up a superfluous compiler warningStefan Richter
2007-10-22firewire: fw-ohci: log a note about unsupported featuresStefan Richter
2007-10-17firewire: fw-ohci: check for misconfigured bus (phyID == 63)Stefan Richter
2007-10-17firewire: fw-ohci: missing dma_unmap_singleStefan Richter
2007-10-17firewire: fw-ohci: log posted write errorsStefan Richter
2007-10-17firewire: fw-ohci: reorder includesStefan Richter
2007-10-17firewire: fw-ohci: fix includesStefan Richter
2007-10-17firewire: fw-ohci: enforce read order for selfID generationStefan Richter
2007-09-07firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress...Stefan Richter
2007-08-02firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter
2007-07-18firewire: fw-ohci: fix "scheduling while atomic"Stefan Richter
2007-07-18firewire: fw-ohci: flush MMIO write before msleepStefan Richter
2007-07-10firewire: missing newline in printkStefan Richter
2007-06-29firewire: fix async reception on big endian machinesStefan Richter
2007-06-16firewire: fix hang after card ejectionStefan Richter
2007-05-31firewire: Implement suspend/resume PCI driver hooks.Kristian Høgsberg
2007-05-27firewire: Add missing byteswapping for receive DMA programs.Kristian Høgsberg
2007-05-15missing mm.h in fw-ohciAl Viro
2007-05-10firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg
2007-05-10firewire: Provide module aliase for backwards compatibility.Olaf Hering