aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds2-13/+24
2010-04-19firewire: ohci: wait for local CSR lock access to finishClemens Ladisch1-7/+13
2010-04-19firewire: ohci: prevent aliasing of locally handled register addressesClemens Ladisch1-2/+1
2010-04-19firewire: core: fw_iso_resource_manage: return -EBUSY when out of resourcesClemens Ladisch1-3/+7
2010-04-19firewire: core: fix retries calculation in iso manage_channel()Clemens Ladisch1-1/+3
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-10/+13
2010-04-10firewire: cdev: fix information leakStefan Richter1-9/+9
2010-04-10firewire: cdev: require quadlet-aligned headers for transmit packetsClemens Ladisch1-0/+2
2010-04-10firewire: cdev: disallow receive packets without headerClemens Ladisch1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-1/+5
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-65/+47
2010-03-24firewire: core: align driver match with modaliasStefan Richter1-49/+38
2010-03-24firewire: core: fix Model_ID in modaliasStefan Richter1-26/+14
2010-03-17firewire: ohci: add cycle timer quirk for the TI TSB12LV22Clemens Ladisch1-0/+4
2010-03-15firewire: core: fw_iso_resource_manage: fix error handlingClemens Ladisch1-2/+3
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