aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-ohci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05firewire: rename source filesStefan Richter1-2636/+0
2009-06-05firewire: reorganize header filesStefan Richter1-2/+3
2009-06-05firewire: clean up includesStefan Richter1-1/+6
2009-06-05firewire: ohci: access bus_seconds atomicallyStefan Richter1-3/+4
2009-03-24firewire: implement asynchronous stream transmissionJay Fenlason1-2/+19
2009-03-24firewire: normalize a variable nameStefan Richter1-1/+2
2009-03-24firewire: prevent creation of multiple IR DMA contexts for the same channelStefan Richter1-3/+11
2009-03-24firewire: remove line breaks before function namesStefan Richter1-56/+44
2009-03-24firewire: standardize a variable nameStefan Richter1-26/+25
2009-03-24firewire: Include iso timestamp in headers when header_size > 4David Moore1-38/+35
2009-01-24firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic camcorders and othersStefan Richter1-1/+1
2009-01-24firewire: ohci: change "context_stop: still active" log messageStefan Richter1-2/+2
2008-12-10firewire: fw-ohci: fix IOMMU resource exhaustionStefan Richter1-4/+7
2008-10-31firewire: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-26firewire: fw-ohci: initialization failure path fixesStefan Richter1-9/+14
2008-10-26firewire: fw-ohci: don't leak dma memory on module removalJay Fenlason1-0/+27
2008-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-13/+24
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-25firewire: fw-ohci: TSB43AB22/A dualbuffer workaroundStefan Richter1-13/+24
2008-07-14firewire: remove unused struct membersStefan Richter1-1/+0
2008-06-19firewire: fw-ohci: unify printk prefixesStefan Richter1-53/+48
2008-06-19firewire: fw-ohci: write selfIDBufferPtr before LinkControl.rcvSelfIDStefan Richter1-1/+1
2008-06-19firewire: fw-ohci: disable PHY packet reception into AR contextStefan Richter1-0/+2
2008-06-19firewire: fw-ohci: use of uninitialized data in AR handlerStefan Richter1-0/+5
2008-04-18firewire: remove unused struct memberStefan Richter1-1/+1
2008-04-18firewire: fw-ohci: work around generation bug in TI controllers (fix AV/C and more)Stefan Richter1-5/+16
2008-04-18firewire: fw-ohci: extend logging of bus generations and node IDStefan Richter1-5/+12
2008-04-18firewire: fw-ohci: conditionally log busReset interruptsStefan Richter1-8/+20
2008-04-18firewire: fw-ohci: don't append to AT context when it's not activeJarod Wilson1-2/+13
2008-04-18firewire: fw-ohci: log regAccessFail eventsJarod Wilson1-3/+10
2008-04-18firewire: fw-ohci: make sure HCControl register LPS bit is setJarod Wilson1-2/+15
2008-04-18firewire: fw-ohci: missing PPC PMac feature calls in failure pathStefan Richter1-2/+3
2008-04-18firewire: fw-ohci: untangle a mixed unsigned/signed expressionStefan Richter1-3/+5
2008-04-18firewire: debug interrupt eventsStefan Richter1-0/+182
2008-04-18firewire: fw-ohci: catch self_id_count == 0Stefan Richter1-0/+4
2008-04-18firewire: fw-ohci: add self ID error checkStefan Richter1-4/+10
2008-04-18firewire: fw-ohci: refactor probe, remove, suspend, resumeStefan Richter1-57/+42
2008-04-18firewire: fw-ohci: switch on bus power after resume on PPC PMacStefan Richter1-2/+6
2008-04-18firewire: fw-ohci: add option for remote debuggingStefan Richter1-0/+9
2008-04-18firewire: remove superfluous reference countingStefan Richter1-4/+4
2008-03-27firewire: fw-ohci: plug dma memory leak in AR handlerJarod Wilson1-4/+5
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