aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.cGravatar Paul Gortmaker 1-0/+1
2011-10-18firewire: ohci: fix isochronous DMA synchronizationGravatar Clemens Ladisch 1-0/+73
2011-10-18firewire: ohci: work around selfID junk due to wrong gap countGravatar Clemens Ladisch 1-2/+16
2011-10-09firewire: net: Use posted writesGravatar Stephan Gatzka 2-8/+4
2011-10-09firewire: use clamp and min3 macrosGravatar Stefan Richter 3-9/+5
2011-10-09firewire: ohci: optimize TSB41BA3D detectionGravatar Stefan Richter 1-24/+12
2011-10-09firewire: ohci: TSB41BA3D support tweaksGravatar Stefan Richter 1-51/+23
2011-09-16firewire: ohci: Add support for TSB41BA3D phyGravatar Stephan Gatzka 1-2/+183
2011-09-16firewire: ohci: Move code from the bus reset tasklet into a workqueueGravatar Stephan Gatzka 1-8/+10
2011-09-16firewire: sbp2: fold two functions into oneGravatar Stefan Richter 1-19/+9
2011-09-16firewire: sbp2: move some code to more sensible placesGravatar Stefan Richter 1-106/+107
2011-09-16firewire: sbp2: remove obsolete reference countingGravatar Stefan Richter 1-40/+17
2011-09-16firewire: ohci: add no MSI quirk for O2Micro controllerGravatar Ming Lei 1-0/+3
2011-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-0/+4
2011-08-23firewire: sbp2: fix panic after rmmod with slow targetsGravatar Chris Boot 1-0/+4
2011-08-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-5/+10
2011-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 2-5/+28
2011-08-13firewire: core: handle ack_busy when fetching the Config ROMGravatar Stefan Richter 1-5/+10
2011-08-12firewire: ohci: fix DMA unmapping in an error pathGravatar Stefan Richter 1-2/+7
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesGravatar Stefan Richter 1-3/+21
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 5-5/+5
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 3-26/+41
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event...Gravatar Stefan Richter 1-8/+10
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALGravatar Stefan Richter 1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+6
2011-07-13net: Push protocol type directly down to header_ops->cache()Gravatar David S. Miller 1-3/+3
2011-07-10firewire: ohci: do not bind to Pinnacle cards, avert panicGravatar Stefan Richter 1-0/+6
2011-07-09firewire: ohci: skip soft reset retries after card ejectionGravatar Stefan Richter 1-4/+7
2011-07-09firewire: ohci: fix PHY reg access after card ejectionGravatar Stefan Richter 1-0/+6
2011-07-09firewire: ohci: add a comment on PHY reg access serializationGravatar Stefan Richter 1-0/+6
2011-07-09firewire: ohci: reduce potential context_stop latencyGravatar Stefan Richter 1-2/+3
2011-06-02firewire: ohci: remove superfluous posted write flushesGravatar Clemens Ladisch 1-9/+5
2011-06-02firewire: net: replacing deprecated __attribute__((packed)) with __packedGravatar August Lilleaas 1-2/+3
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutGravatar Stefan Richter 6-21/+13
2011-05-10firewire: sbp2: octlet AT payloads can be stack-allocatedGravatar Stefan Richter 1-4/+4
2011-05-10firewire: sbp2: omit Scsi_Host lock from queuecommandGravatar Stefan Richter 1-14/+6
2011-05-10firewire: core: use non-reentrant workqueue with rescuerGravatar Stefan Richter 5-16/+36
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetGravatar Clemens Ladisch 6-5/+32
2011-05-10firewire: octlet AT payloads can be stack-allocatedGravatar Stefan Richter 4-24/+24
2011-05-10Merge tag 'v2.6.39-rc7'Gravatar Stefan Richter 5-23/+37
2011-05-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-14/+25
2011-05-02firewire: Fix for broken configrom updates in quick successionGravatar B.J. Buchalter 1-14/+25
2011-04-19firewire: ohci: optimize find_branch_descriptor()Gravatar Clemens Ladisch 1-4/+3
2011-04-19firewire: ohci: avoid separate DMA mapping for small AT payloadsGravatar Clemens Ladisch 1-8/+17
2011-04-19firewire: ohci: do not start DMA contexts before link is enabledGravatar Clemens Ladisch 1-6/+7
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 8-81/+139
2011-03-20firewire: core: ignore link-active bit of new nodes, fix device recognitionGravatar Stefan Richter 1-7/+12
2011-03-20firewire: sbp2: revert obsolete 'fix stall with "Unsolicited response"'Gravatar Stefan Richter 1-8/+3