aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-3/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds6-507/+447
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-24firewire: ohci: extend initialization log messageStefan Richter1-7/+10
2010-02-24firewire: ohci: fix IR/IT context mask mixupStefan Richter1-7/+7
2010-02-24firewire: ohci: add module parameter to activate quirk fixesStefan Richter1-0/+11
2010-02-24firewire: ohci: use an ID table for quirks detectionStefan Richter1-18/+28
2010-02-24firewire: ohci: reorder struct fw_ohci for better cache efficiencyStefan Richter1-11/+12
2010-02-24firewire: ohci: remove unused dualbuffer IR codeStefan Richter1-183/+1
2010-02-24firewire: core: combine a bit of repeated codeStefan Richter1-12/+5
2010-02-24firewire: core: change type of a data bufferStefan Richter1-173/+152
2010-02-24firewire: cdev: add more flexible cycle timer ioctlStefan Richter1-6/+32
2010-02-24firewire: core: rename an internal functionStefan Richter1-14/+14
2010-02-24firewire: core: fix an information leakStefan Richter1-0/+1
2010-02-24firewire: core: increase stack size of config ROM readerStefan Richter1-4/+2
2010-02-24firewire: core: don't fail device creation in case of too large config ROM blocksStefan Richter1-7/+11
2010-02-24firewire: core: fix "giving up on config rom" with Panasonic AG-DV2500Stefan Richter1-10/+22
2010-02-24Merge tag 'v2.6.33' for its firewire changes since last branch pointStefan Richter4-47/+114
2010-02-20firewire: remove incomplete Bus_Time CSR supportStefan Richter4-31/+15
2010-02-20firewire: get_cycle_timer optimization and cleanupStefan Richter2-37/+36
2010-02-19firewire: ohci: enable cycle timer fix on ALi and NEC controllersStefan Richter1-5/+8
2010-02-19firewire: ohci: work around cycle timer bugs on VIA controllersClemens Ladisch1-3/+49
2010-02-14firewire: ohci: retransmit isochronous transmit packets on cycle lossClemens Ladisch1-5/+8
2010-02-01firewire: net: fix panic in fwnet_write_completeStefan Richter1-14/+39
2010-01-27firewire: ohci: fix crashes with TSB43AB23 on 64bit systemsStefan Richter1-1/+3
2010-01-26firewire: core: fix use-after-free regression in FCP handlerStefan Richter1-14/+36
2010-01-26firewire: core: add_descriptor size checkStefan Richter1-13/+28
2010-01-10firewire: make PCI device id constantNémeth Márton1-1/+1
2009-12-29firewire: qualify config ROM cache pointers as const pointersStefan Richter2-12/+14
2009-12-29firewire, ieee1394: update Kconfig helpStefan Richter1-31/+13
2009-12-29firewire: core: fw_csr_string addendumStefan Richter1-10/+16
2009-12-29firewire: add fw_csr_string() helper functionClemens Ladisch1-33/+77
2009-12-29firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter1-1/+3
2009-12-29firewire: cdev: fix another memory leak in an error pathStefan Richter1-0/+1
2009-12-29firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch2-32/+112
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-2/+10
2009-12-11firewire: ohci: handle receive packets with a data length of zeroJay Fenlason1-2/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds7-126/+155
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-6/+35
2009-11-21firewire: ohci: pass correct iso xmit timestamps to coreJay Fenlason1-5/+20
2009-11-18firewire: ohci: Make cycleMatch ISO transmission workJay Fenlason1-1/+15
2009-10-31firewire: cdev: reduce stack usage by ioctl_dispatchStefan Richter1-1/+17
2009-10-31firewire: ohci: 0 may be a valid DMA addressStefan Richter2-6/+7
2009-10-31firewire: core: WARN on wrong usage of core transaction functionsStefan Richter1-2/+4
2009-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-20/+19
2009-10-14firewire: core: optimize Topology Map creationStefan Richter4-30/+15
2009-10-14firewire: core: clarify generate_config_rom usageStefan Richter1-11/+8