summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire: fw-sbp2: fix refcountingStefan Richter2007-11-071-4/+7
* firewire: Fix pci resume to not pass in a __be32 config rom.Kristian Høgsberg2007-10-311-12/+25
* firewire: fw-ohci: shut up a superfluous compiler warningStefan Richter2007-10-221-1/+1
* firewire: fw-ohci: log a note about unsupported featuresStefan Richter2007-10-221-3/+8
* fix typo "insted" -> "instead"Uwe Kleine-König2007-10-201-1/+1
* firewire: fw-cdev: reorder wakeup vs. spinlockJay Fenlason2007-10-171-3/+2
* firewire: in-code doc updates.Yann Dirson2007-10-171-1/+5
* firewire: a header cleanupStefan Richter2007-10-172-6/+4
* firewire: adopt read cycle timer ABI from raw1394Stefan Richter2007-10-171-0/+26
* firewire: fw-ohci: check for misconfigured bus (phyID == 63)Stefan Richter2007-10-172-2/+9
* firewire: fw-ohci: missing dma_unmap_singleStefan Richter2007-10-171-0/+3
* firewire: fw-ohci: log posted write errorsStefan Richter2007-10-171-2/+6
* firewire: fw-ohci: reorder includesStefan Richter2007-10-171-6/+6
* firewire: fw-ohci: fix includesStefan Richter2007-10-171-3/+3
* firewire: fw-ohci: enforce read order for selfID generationStefan Richter2007-10-171-0/+3
* firewire: fw-sbp2: use an own workqueue (fix system responsiveness)Stefan Richter2007-10-171-4/+13
* firewire: fw-sbp2: expose module parameter for workaroundsStefan Richter2007-10-171-12/+54
* firewire: fw-sbp2: add support for multiple logical units per targetStefan Richter2007-10-172-256/+324
* firewire: fw-sbp2: always enable IRQs before calling command ORB callbackStefan Richter2007-10-171-2/+3
* firewire: fw-core: local variable shadows a global oneStefan Richter2007-10-171-11/+10
* firewire: optimize fw_core_add_address_handlerStefan Richter2007-10-171-3/+9
* fw-cdev __user annotationsAl Viro2007-10-141-2/+3
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-9/+2
* firewire: point to migration documentStefan Richter2007-10-071-1/+2
* firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress...Stefan Richter2007-09-071-4/+2
* firewire: Add ref-counting for sbp2 orbs (fix command abortion)Kristian Høgsberg2007-08-251-9/+40
* firewire: fix unloading of fw-ohci while devices are attachedStefan Richter2007-08-251-2/+4
* firewire: fw-core: make two variables staticStefan Richter2007-08-021-2/+2
* firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter2007-08-021-7/+13
* firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter2007-08-022-2/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-221-1/+1
|\
| * [SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg2007-07-191-1/+1
* | firewire: fw-sbp2: convert to new SCSI data buffer accessorsStefan Richter2007-07-181-9/+7
* | firewire: fix memory leak of fw_request instancesStefan Richter2007-07-182-1/+7
* | firewire: remove bogus check in fw_core_handle_requestStefan Richter2007-07-181-5/+0
* | firewire: fw-ohci: fix "scheduling while atomic"Stefan Richter2007-07-181-1/+1
* | firewire: fw-ohci: flush MMIO write before msleepStefan Richter2007-07-181-0/+1
|/
* firewire: fw-sbp2: fix DMA mapping of management ORBsStefan Richter2007-07-101-12/+9
* firewire: fw-sbp2: fix DMA mapping of command ORBsStefan Richter2007-07-101-9/+6
* firewire: fw-sbp2: fix DMA mapping of S/G tablesStefan Richter2007-07-101-11/+8
* firewire: fw-sbp2: add a boundary checkStefan Richter2007-07-101-0/+5
* firewire: fw-sbp2: correctly align page tablesStefan Richter2007-07-101-1/+1
* firewire: fw-sbp2: memset wants string.hStefan Richter2007-07-101-0/+1
* firewire: fw-sbp2: use correct speed in sbp2_agent_resetStefan Richter2007-07-101-1/+1
* firewire: fw-sbp2: correctly dereference by container_ofJay Fenlason2007-07-101-2/+3
* firewire: fw-sbp2: implement nonexclusive loginStefan Richter2007-07-101-7/+15
* firewire: fw-sbp2: let SCSI shutdown commands through before logoutStefan Richter2007-07-101-4/+2
* firewire: fw-sbp2: implement max sectors limit for some old bridgesStefan Richter2007-07-101-1/+3
* firewire: simplify a struct typeStefan Richter2007-07-102-30/+24
* firewire: support S100B...S400B and link slower than PHYStefan Richter2007-07-105-16/+45