summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
AgeCommit message (Expand)AuthorLines
2007-08-02firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter-7/+13
2007-08-02firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter-2/+5
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-1/+1
2007-07-19[SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg-1/+1
2007-07-18firewire: fw-sbp2: convert to new SCSI data buffer accessorsStefan Richter-9/+7
2007-07-18firewire: fix memory leak of fw_request instancesStefan Richter-1/+7
2007-07-18firewire: remove bogus check in fw_core_handle_requestStefan Richter-5/+0
2007-07-18firewire: fw-ohci: fix "scheduling while atomic"Stefan Richter-1/+1
2007-07-18firewire: fw-ohci: flush MMIO write before msleepStefan Richter-0/+1
2007-07-10firewire: fw-sbp2: fix DMA mapping of management ORBsStefan Richter-12/+9
2007-07-10firewire: fw-sbp2: fix DMA mapping of command ORBsStefan Richter-9/+6
2007-07-10firewire: fw-sbp2: fix DMA mapping of S/G tablesStefan Richter-11/+8
2007-07-10firewire: fw-sbp2: add a boundary checkStefan Richter-0/+5
2007-07-10firewire: fw-sbp2: correctly align page tablesStefan Richter-1/+1
2007-07-10firewire: fw-sbp2: memset wants string.hStefan Richter-0/+1
2007-07-10firewire: fw-sbp2: use correct speed in sbp2_agent_resetStefan Richter-1/+1
2007-07-10firewire: fw-sbp2: correctly dereference by container_ofJay Fenlason-2/+3
2007-07-10firewire: fw-sbp2: implement nonexclusive loginStefan Richter-7/+15
2007-07-10firewire: fw-sbp2: let SCSI shutdown commands through before logoutStefan Richter-4/+2
2007-07-10firewire: fw-sbp2: implement max sectors limit for some old bridgesStefan Richter-1/+3
2007-07-10firewire: simplify a struct typeStefan Richter-30/+24
2007-07-10firewire: support S100B...S400B and link slower than PHYStefan Richter-16/+45
2007-07-10firewire: optimize gap count with 1394b leaf nodesStefan Richter-17/+14
2007-07-10firewire: remove unused macroStefan Richter-1/+0
2007-07-10firewire: missing newline in printkStefan Richter-5/+5
2007-07-10firewire: fw-sbp2: remove unused struct memberStefan Richter-6/+0
2007-06-29firewire: add Kconfig help on building both stacksStefan Richter-22/+43
2007-06-29firewire: fix async reception on big endian machinesStefan Richter-3/+3
2007-06-21firewire: Only set client->iso_context if allocation was successful.Kristian Høgsberg-8/+11
2007-06-16firewire: fix hang after card ejectionStefan Richter-1/+1
2007-05-31firewire: Change struct fw_cdev_iso_packet to not use bitfields.Kristian Høgsberg-1/+16
2007-05-31firewire: Implement suspend/resume PCI driver hooks.Kristian Høgsberg-69/+123
2007-05-31firewire: fw-sbp2: implement sysfs ieee1394_idStefan Richter-0/+54
2007-05-27firewire: fix return codeJeff Garzik-1/+1
2007-05-27firewire: prefix modules with firewire- instead of fw-Stefan Richter-12/+14
2007-05-27firewire: Add missing byteswapping for receive DMA programs.Kristian Høgsberg-2/+3
2007-05-15missing mm.h in fw-ohciAl Viro-0/+1
2007-05-10firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg-44/+42
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg-65/+65
2007-05-10firewire: Drop single buffer request support.Kristian Høgsberg-42/+1
2007-05-10firewire: Add a comment to describe why we split the sg list.Kristian Høgsberg, Stefan Richter-1/+4
2007-05-10firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.Kristian Høgsberg-4/+4
2007-05-10firewire: Handle the last few DMA mapping error cases.Kristian Høgsberg-7/+26
2007-05-10firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.Kristian Høgsberg-84/+50
2007-05-10firewire: Provide module aliase for backwards compatibility.Olaf Hering-0/+10
2007-05-10firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.Kristian Høgsberg-1/+1
2007-05-10firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg-60/+1
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg-232/+231
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg-33/+33
2007-05-10firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg-10/+10