aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Remove all #inclusions of asm/system.hDavid Howells5-5/+0
2012-03-22Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds12-298/+442
2012-03-18firewire: allow explicit flushing of iso packet completionsClemens Ladisch5-8/+96
2012-03-18firewire: prevent dropping of completed iso packet header dataClemens Ladisch2-10/+10
2012-03-18firewire: ohci: factor out iso completion flushing codeClemens Ladisch1-19/+18
2012-03-18firewire: ohci: simplify iso header pointer arithmeticClemens Ladisch1-10/+12
2012-03-18firewire: ohci: optimize control bit checksClemens Ladisch1-3/+3
2012-03-18firewire: ohci: remove unused excess_bytes fieldClemens Ladisch1-1/+0
2012-03-18firewire: ohci: copy_iso_headers(): make comment match the codeClemens Ladisch1-4/+3
2012-03-17firewire: ohci: fix too-early completion of IR multichannel buffersClemens Ladisch1-3/+2
2012-03-10firewire: ohci: move runtime debug facility out of #ifdefStefan Richter2-24/+1
2012-03-10firewire: tone down some diagnostic log messagesStefan Richter2-3/+1
2012-03-10firewire: sbp2: replace a GFP_ATOMIC allocationStefan Richter1-1/+1
2012-02-22firewire: sbp2: Fix SCSI sense data manglingChris Boot1-2/+11
2012-02-22firewire: sbp2: Ignore SBP-2 targets on the local nodeChris Boot1-0/+4
2012-02-22firewire: sbp2: Take into account Unit_Unique_IDChris Boot1-0/+12
2012-02-22firewire: nosy: Use the macro DMA_BIT_MASK().santosh nayak1-2/+2
2012-02-22firewire: core: convert AR-req handler lock from _irqsave to _bhStefan Richter1-13/+8
2012-02-22firewire: core: fix race at address_handler unregistrationStefan Richter1-5/+8
2012-02-22firewire: core: remove obsolete commentStefan Richter1-8/+0
2012-02-22firewire: core: prefix log messages with card nameStefan Richter6-54/+72
2012-02-22firewire: net: use dev_printk APIStefan Richter1-20/+21
2012-02-22firewire: net: identify to driver core as "firewire_net", not "net"Stefan Richter1-1/+1
2012-02-22firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"Stefan Richter1-4/+2
2012-01-30firewire: ohci: disable MSI on Ricoh controllersStefan Richter1-1/+1
2012-01-26firewire: ohci: add reset packet quirk for SB AudigyClemens Ladisch1-0/+4
2012-01-15firewire: sbp2: use dev_printk APIStefan Richter1-42/+51
2012-01-15firewire: ohci: use dev_printk APIStefan Richter1-79/+106
2012-01-15firewire: move fw_device reference counting from drivers to coreStefan Richter2-0/+15
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