summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire: core: fix race at address_handler unregistrationStefan Richter2012-02-221-5/+8
* firewire: core: remove obsolete commentStefan Richter2012-02-221-8/+0Star
* firewire: core: prefix log messages with card nameStefan Richter2012-02-226-54/+72
* firewire: net: use dev_printk APIStefan Richter2012-02-221-20/+21
* firewire: net: identify to driver core as "firewire_net", not "net"Stefan Richter2012-02-221-1/+1
* firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"Stefan Richter2012-02-221-4/+2Star
* firewire: sbp2: use dev_printk APIStefan Richter2012-01-151-42/+51
* firewire: ohci: use dev_printk APIStefan Richter2012-01-151-79/+106
* firewire: move fw_device reference counting from drivers to coreStefan Richter2012-01-152-0/+15
* firewire: ohci: fix isochronous DMA synchronizationClemens Ladisch2011-10-181-0/+73
* firewire: ohci: work around selfID junk due to wrong gap countClemens Ladisch2011-10-181-2/+16
* firewire: net: Use posted writesStephan Gatzka2011-10-092-8/+4Star
* firewire: use clamp and min3 macrosStefan Richter2011-10-093-9/+5Star
* firewire: ohci: optimize TSB41BA3D detectionStefan Richter2011-10-091-24/+12Star
* firewire: ohci: TSB41BA3D support tweaksStefan Richter2011-10-091-51/+23Star
* firewire: ohci: Add support for TSB41BA3D phyStephan Gatzka2011-09-161-2/+183
* firewire: ohci: Move code from the bus reset tasklet into a workqueueStephan Gatzka2011-09-161-8/+10
* firewire: sbp2: fold two functions into oneStefan Richter2011-09-161-19/+9Star
* firewire: sbp2: move some code to more sensible placesStefan Richter2011-09-161-106/+107
* firewire: sbp2: remove obsolete reference countingStefan Richter2011-09-161-40/+17Star
* firewire: ohci: add no MSI quirk for O2Micro controllerMing Lei2011-09-161-0/+3
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-08-271-0/+4
|\
| * firewire: sbp2: fix panic after rmmod with slow targetsChris Boot2011-08-231-0/+4
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-08-221-5/+10
|\|
| * firewire: core: handle ack_busy when fetching the Config ROMStefan Richter2011-08-131-5/+10
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-08-152-5/+28
|\|
| * firewire: ohci: fix DMA unmapping in an error pathStefan Richter2011-08-121-2/+7
| * firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesStefan Richter2011-08-121-3/+21
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-275-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-07-223-26/+41
|\|
| * firewire: cdev: prevent race between first get_info ioctl and bus reset event...Stefan Richter2011-07-161-8/+10
| * firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter2011-07-161-1/+1
| * firewire: ohci: skip soft reset retries after card ejectionStefan Richter2011-07-091-4/+7
| * firewire: ohci: fix PHY reg access after card ejectionStefan Richter2011-07-091-0/+6
| * firewire: ohci: add a comment on PHY reg access serializationStefan Richter2011-07-091-0/+6
| * firewire: ohci: reduce potential context_stop latencyStefan Richter2011-07-091-2/+3
| * firewire: ohci: remove superfluous posted write flushesClemens Ladisch2011-06-021-9/+5Star
| * firewire: net: replacing deprecated __attribute__((packed)) with __packedAugust Lilleaas2011-06-021-2/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-0/+6
|\ \
| * | firewire: ohci: do not bind to Pinnacle cards, avert panicStefan Richter2011-07-101-0/+6
| |/
* / net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-131-3/+3
|/
* firewire: sbp2: parallelize login, reconnect, logoutStefan Richter2011-05-106-21/+13Star
* firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter2011-05-101-4/+4
* firewire: sbp2: omit Scsi_Host lock from queuecommandStefan Richter2011-05-101-14/+6Star
* firewire: core: use non-reentrant workqueue with rescuerStefan Richter2011-05-105-16/+36
* firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch2011-05-106-5/+32
* firewire: octlet AT payloads can be stack-allocatedStefan Richter2011-05-104-24/+24
* Merge tag 'v2.6.39-rc7'Stefan Richter2011-05-105-23/+37
|\
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-05-041-14/+25
| |\
| | * firewire: Fix for broken configrom updates in quick successionB.J. Buchalter2011-05-021-14/+25