aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2012-02-22firewire: net: use dev_printk APIStefan Richter
2012-02-22firewire: net: identify to driver core as "firewire_net", not "net"Stefan Richter
2012-02-22firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"Stefan Richter
2012-01-30firewire: ohci: disable MSI on Ricoh controllersStefan Richter
2012-01-26firewire: ohci: add reset packet quirk for SB AudigyClemens Ladisch
2012-01-15firewire: sbp2: use dev_printk APIStefan Richter
2012-01-15firewire: ohci: use dev_printk APIStefan Richter
2012-01-15firewire: move fw_device reference counting from drivers to coreStefan Richter
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.cPaul Gortmaker
2011-10-18firewire: ohci: fix isochronous DMA synchronizationClemens Ladisch
2011-10-18firewire: ohci: work around selfID junk due to wrong gap countClemens Ladisch
2011-10-09firewire: net: Use posted writesStephan Gatzka
2011-10-09firewire: use clamp and min3 macrosStefan Richter
2011-10-09firewire: ohci: optimize TSB41BA3D detectionStefan Richter
2011-10-09firewire: ohci: TSB41BA3D support tweaksStefan Richter
2011-09-16firewire: ohci: Add support for TSB41BA3D phyStephan Gatzka
2011-09-16firewire: ohci: Move code from the bus reset tasklet into a workqueueStephan Gatzka
2011-09-16firewire: sbp2: fold two functions into oneStefan Richter
2011-09-16firewire: sbp2: move some code to more sensible placesStefan Richter
2011-09-16firewire: sbp2: remove obsolete reference countingStefan Richter
2011-09-16firewire: ohci: add no MSI quirk for O2Micro controllerMing Lei
2011-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds
2011-08-23firewire: sbp2: fix panic after rmmod with slow targetsChris Boot
2011-08-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds
2011-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds
2011-08-13firewire: core: handle ack_busy when fetching the Config ROMStefan Richter
2011-08-12firewire: ohci: fix DMA unmapping in an error pathStefan Richter
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesStefan Richter
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event...Stefan Richter
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller
2011-07-10firewire: ohci: do not bind to Pinnacle cards, avert panicStefan Richter
2011-07-09firewire: ohci: skip soft reset retries after card ejectionStefan Richter
2011-07-09firewire: ohci: fix PHY reg access after card ejectionStefan Richter
2011-07-09firewire: ohci: add a comment on PHY reg access serializationStefan Richter
2011-07-09firewire: ohci: reduce potential context_stop latencyStefan Richter
2011-06-02firewire: ohci: remove superfluous posted write flushesClemens Ladisch
2011-06-02firewire: net: replacing deprecated __attribute__((packed)) with __packedAugust Lilleaas
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter
2011-05-10firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter
2011-05-10firewire: sbp2: omit Scsi_Host lock from queuecommandStefan Richter
2011-05-10firewire: core: use non-reentrant workqueue with rescuerStefan Richter
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch
2011-05-10firewire: octlet AT payloads can be stack-allocatedStefan Richter
2011-05-10Merge tag 'v2.6.39-rc7'Stefan Richter