aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24firewire: implement asynchronous stream transmissionJay Fenlason4-2/+81
2009-03-24firewire: core: normalize a function argument nameStefan Richter2-5/+5
2009-03-24firewire: normalize a variable nameStefan Richter4-12/+16
2009-03-24firewire: core: remove condition which is always falseStefan Richter1-1/+1
2009-03-24firewire: core: move some functionsStefan Richter1-46/+44
2009-03-24firewire: core: clean up includesStefan Richter2-11/+22
2009-03-24firewire: cdev: simplify a schedule_delayed_work wrapperStefan Richter1-12/+6
2009-03-24firewire: cdev: add ioctls for iso resource management, amendmentStefan Richter2-17/+23
2009-03-24firewire: cdev: shut down iso context before freeing the bufferStefan Richter1-3/+3
2009-03-24firewire: cdev: replace some spin_lock_irqsave by spin_lock_irqStefan Richter1-12/+8
2009-03-24firewire: cdev: extend transaction payload size checkStefan Richter1-3/+2
2009-03-24firewire: cdev: restrict broadcast write requests to Units SpaceStefan Richter1-0/+4
2009-03-24firewire: cdev: add ioctl for broadcast write requestsJay Fenlason, Stefan Richter1-27/+47
2009-03-24firewire: cdev: add ioctl to query maximum transmission speedStefan Richter1-0/+10
2009-03-24firewire: cdev: add ioctls for manual iso resource managementStefan Richter1-13/+54
2009-03-24firewire: cdev: add ioctls for isochronous resource managementJay Fenlason, Stefan Richter3-7/+388
2009-03-24firewire: core: topology header fixStefan Richter1-0/+6
2009-03-24firewire: cdev: sort includesStefan Richter1-13/+15
2009-03-24firewire: cdev: unify names of struct types and of their instancesStefan Richter1-168/+169
2009-03-24firewire: cdev: reference-count client instancesStefan Richter1-9/+46
2009-03-24firewire: prevent creation of multiple IR DMA contexts for the same channelStefan Richter3-5/+14
2009-03-24firewire: cdev: use list_first_entryStefan Richter1-1/+1
2009-03-24firewire: core: remove unused definitionsStefan Richter1-12/+0
2009-03-24firewire: remove line breaks before function namesStefan Richter11-377/+249
2009-03-24firewire: standardize a variable nameStefan Richter4-58/+57
2009-03-24firewire: core: remove obsolete assertionsStefan Richter1-13/+4
2009-03-24firewire: core: remove outdated commentStefan Richter1-6/+1
2009-03-24firewire: cdev: address handler input validationStefan Richter2-11/+21
2009-03-24firewire: cdev: use an idr rather than a linked list for resourcesJay Fenlason1-51/+114
2009-03-24firewire: cdev: fix race of fw_device_op_release with bus resetStefan Richter1-4/+4
2009-03-24firewire: cdev: tcodes input validationStefan Richter1-2/+25
2009-03-24firewire: convert client_list_lock to mutexStefan Richter3-16/+14
2009-03-24firewire: add a client_list_lockJay Fenlason3-15/+18
2009-03-24firewire: Include iso timestamp in headers when header_size > 4David Moore1-38/+35
2009-02-01firewire: core: Remove card from list of cards when enable failsPetr Vandrovec1-1/+8
2009-01-29firewire: sbp2: add workarounds for 2nd and 3rd generation iPodsStefan Richter1-7/+9
2009-01-28firewire: sbp2: fix DMA mapping leak on the failure pathStefan Richter1-10/+17
2009-01-28firewire: sbp2: define some magic numbers as macrosStefan Richter1-11/+12
2009-01-28firewire: sbp2: fix payload limit at S1600 and S3200Stefan Richter1-11/+12
2009-01-24firewire: core: optimize card shutdownStefan Richter2-3/+5
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
2009-01-20firewire: keep highlevel drivers attached during brief connection lossStefan Richter2-22/+100
2009-01-20firewire: unnecessary BM delay after generation rolloverStefan Richter3-2/+11
2009-01-20firewire: insist on successive self ID complete eventsStefan Richter1-0/+12
2009-01-09firewire: core: fix sleep in atomic context due to driver core changeStefan Richter2-16/+20
2009-01-04firewire: reorder struct fw_card for better cache efficiencyStefan Richter1-7/+3
2009-01-04firewire: fix resetting of bus manager retry counterStefan Richter2-9/+6
2009-01-04firewire: improve refcounting of fw_cardJay Fenlason4-7/+21
2009-01-04firewire: typo in commentJay Fenlason1-1/+1