aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-22firewire: fw-ohci: shut up a superfluous compiler warningStefan Richter1-1/+1
2007-10-22firewire: fw-ohci: log a note about unsupported featuresStefan Richter1-3/+8
2007-10-20fix typo "insted" -> "instead"Uwe Kleine-König1-1/+1
2007-10-17firewire: fw-cdev: reorder wakeup vs. spinlockJay Fenlason1-3/+2
2007-10-17firewire: in-code doc updates.Yann Dirson1-1/+5
2007-10-17firewire: a header cleanupStefan Richter2-6/+4
2007-10-17firewire: adopt read cycle timer ABI from raw1394Stefan Richter1-0/+26
2007-10-17firewire: fw-ohci: check for misconfigured bus (phyID == 63)Stefan Richter2-2/+9
2007-10-17firewire: fw-ohci: missing dma_unmap_singleStefan Richter1-0/+3
2007-10-17firewire: fw-ohci: log posted write errorsStefan Richter1-2/+6
2007-10-17firewire: fw-ohci: reorder includesStefan Richter1-6/+6
2007-10-17firewire: fw-ohci: fix includesStefan Richter1-3/+3
2007-10-17firewire: fw-ohci: enforce read order for selfID generationStefan Richter1-0/+3
2007-10-17firewire: fw-sbp2: use an own workqueue (fix system responsiveness)Stefan Richter1-4/+13
2007-10-17firewire: fw-sbp2: expose module parameter for workaroundsStefan Richter1-12/+54
2007-10-17firewire: fw-sbp2: add support for multiple logical units per targetStefan Richter2-256/+324
2007-10-17firewire: fw-sbp2: always enable IRQs before calling command ORB callbackStefan Richter1-2/+3
2007-10-17firewire: fw-core: local variable shadows a global oneStefan Richter1-11/+10
2007-10-17firewire: optimize fw_core_add_address_handlerStefan Richter1-3/+9
2007-10-14fw-cdev __user annotationsAl Viro1-2/+3
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-9/+2
2007-10-07firewire: point to migration documentStefan Richter1-1/+2
2007-09-07firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regression)Stefan Richter1-4/+2
2007-08-25firewire: Add ref-counting for sbp2 orbs (fix command abortion)Kristian Høgsberg1-9/+40
2007-08-25firewire: fix unloading of fw-ohci while devices are attachedStefan Richter1-2/+4
2007-08-02firewire: fw-core: make two variables staticStefan Richter1-2/+2
2007-08-02firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter1-7/+13
2007-08-02firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter2-2/+5
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2007-07-19[SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg1-1/+1
2007-07-18firewire: fw-sbp2: convert to new SCSI data buffer accessorsStefan Richter1-9/+7
2007-07-18firewire: fix memory leak of fw_request instancesStefan Richter2-1/+7
2007-07-18firewire: remove bogus check in fw_core_handle_requestStefan Richter1-5/+0
2007-07-18firewire: fw-ohci: fix "scheduling while atomic"Stefan Richter1-1/+1
2007-07-18firewire: fw-ohci: flush MMIO write before msleepStefan Richter1-0/+1
2007-07-10firewire: fw-sbp2: fix DMA mapping of management ORBsStefan Richter1-12/+9
2007-07-10firewire: fw-sbp2: fix DMA mapping of command ORBsStefan Richter1-9/+6
2007-07-10firewire: fw-sbp2: fix DMA mapping of S/G tablesStefan Richter1-11/+8
2007-07-10firewire: fw-sbp2: add a boundary checkStefan Richter1-0/+5
2007-07-10firewire: fw-sbp2: correctly align page tablesStefan Richter1-1/+1
2007-07-10firewire: fw-sbp2: memset wants string.hStefan Richter1-0/+1
2007-07-10firewire: fw-sbp2: use correct speed in sbp2_agent_resetStefan Richter1-1/+1
2007-07-10firewire: fw-sbp2: correctly dereference by container_ofJay Fenlason1-2/+3
2007-07-10firewire: fw-sbp2: implement nonexclusive loginStefan Richter1-7/+15
2007-07-10firewire: fw-sbp2: let SCSI shutdown commands through before logoutStefan Richter1-4/+2
2007-07-10firewire: fw-sbp2: implement max sectors limit for some old bridgesStefan Richter1-1/+3
2007-07-10firewire: simplify a struct typeStefan Richter2-30/+24
2007-07-10firewire: support S100B...S400B and link slower than PHYStefan Richter5-16/+45
2007-07-10firewire: optimize gap count with 1394b leaf nodesStefan Richter4-17/+14
2007-07-10firewire: remove unused macroStefan Richter1-1/+0