aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.cPaul Gortmaker1-0/+1
2011-10-18firewire: ohci: fix isochronous DMA synchronizationClemens Ladisch1-0/+73
2011-10-18firewire: ohci: work around selfID junk due to wrong gap countClemens Ladisch1-2/+16
2011-10-09firewire: net: Use posted writesStephan Gatzka2-8/+4
2011-10-09firewire: use clamp and min3 macrosStefan Richter3-9/+5
2011-10-09firewire: ohci: optimize TSB41BA3D detectionStefan Richter1-24/+12
2011-10-09firewire: ohci: TSB41BA3D support tweaksStefan Richter1-51/+23
2011-09-16firewire: ohci: Add support for TSB41BA3D phyStephan Gatzka1-2/+183
2011-09-16firewire: ohci: Move code from the bus reset tasklet into a workqueueStephan Gatzka1-8/+10
2011-09-16firewire: sbp2: fold two functions into oneStefan Richter1-19/+9
2011-09-16firewire: sbp2: move some code to more sensible placesStefan Richter1-106/+107
2011-09-16firewire: sbp2: remove obsolete reference countingStefan Richter1-40/+17
2011-09-16firewire: ohci: add no MSI quirk for O2Micro controllerMing Lei1-0/+3
2011-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+4
2011-08-23firewire: sbp2: fix panic after rmmod with slow targetsChris Boot1-0/+4
2011-08-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-5/+10
2011-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds2-5/+28
2011-08-13firewire: core: handle ack_busy when fetching the Config ROMStefan Richter1-5/+10
2011-08-12firewire: ohci: fix DMA unmapping in an error pathStefan Richter1-2/+7
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesStefan Richter1-3/+21
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-26/+41
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event queuingStefan Richter1-8/+10
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-3/+3
2011-07-10firewire: ohci: do not bind to Pinnacle cards, avert panicStefan Richter1-0/+6
2011-07-09firewire: ohci: skip soft reset retries after card ejectionStefan Richter1-4/+7
2011-07-09firewire: ohci: fix PHY reg access after card ejectionStefan Richter1-0/+6
2011-07-09firewire: ohci: add a comment on PHY reg access serializationStefan Richter1-0/+6
2011-07-09firewire: ohci: reduce potential context_stop latencyStefan Richter1-2/+3
2011-06-02firewire: ohci: remove superfluous posted write flushesClemens Ladisch1-9/+5
2011-06-02firewire: net: replacing deprecated __attribute__((packed)) with __packedAugust Lilleaas1-2/+3
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter6-21/+13
2011-05-10firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter1-4/+4
2011-05-10firewire: sbp2: omit Scsi_Host lock from queuecommandStefan Richter1-14/+6
2011-05-10firewire: core: use non-reentrant workqueue with rescuerStefan Richter5-16/+36
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch6-5/+32
2011-05-10firewire: octlet AT payloads can be stack-allocatedStefan Richter4-24/+24
2011-05-10Merge tag 'v2.6.39-rc7'Stefan Richter5-23/+37
2011-05-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-14/+25
2011-05-02firewire: Fix for broken configrom updates in quick successionB.J. Buchalter1-14/+25
2011-04-19firewire: ohci: optimize find_branch_descriptor()Clemens Ladisch1-4/+3
2011-04-19firewire: ohci: avoid separate DMA mapping for small AT payloadsClemens Ladisch1-8/+17
2011-04-19firewire: ohci: do not start DMA contexts before link is enabledClemens Ladisch1-6/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds8-81/+139
2011-03-20firewire: core: ignore link-active bit of new nodes, fix device recognitionStefan Richter1-7/+12