summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-transaction.h
Commit message (Expand)AuthorAgeFilesLines
* firewire: fix memory leak of fw_request instancesStefan Richter2007-08-091-0/+4
* firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter2007-08-091-1/+1
* firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg2007-05-101-60/+1
* firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg2007-05-101-21/+21
* firewire: Clean up comment style.Kristian Høgsberg2007-05-101-23/+35
* firewire: Add phy register defines.Marc Butler2007-03-241-0/+6
* firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg2007-03-151-7/+6
* firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg2007-03-091-0/+2
* firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg2007-03-091-2/+3
* firewire: Move async transmit to use the general context code.Kristian Høgsberg2007-03-091-2/+1
* firewire: Drop the unused fw_card device.Kristian Høgsberg2007-03-091-2/+1
* firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg2007-03-091-0/+1
* firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg2007-03-091-2/+11
* firewire: Configure channel and speed at context creation time.Kristian Høgsberg2007-03-091-3/+3
* firewire: Use a buffer fill descriptor for receive when header size is 0.Kristian Høgsberg2007-03-091-1/+2
* firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg2007-03-091-1/+4
* firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg2007-03-091-0/+5
* firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg2007-03-091-6/+2
* firewire: Implement basic isochronous receive functionality.Kristian Høgsberg2007-03-091-4/+3
* firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg2007-03-091-8/+30
* firewire: Implement proper transaction cancelation.Kristian Høgsberg2007-03-091-0/+5
* firewire: Implement compliant bus management.Kristian Høgsberg2007-03-091-2/+4
* firewire: Sanitize send error codes.Kristian Høgsberg2007-03-091-0/+2
* firewire: Handle access to CSR resources on local node.Kristian Høgsberg2007-03-091-0/+31
* firewire: Use struct fw_packet for incoming packets too in controller interface.Kristian Høgsberg2007-03-091-9/+4
* firewire: Implement gap count optimization.Kristian Høgsberg2007-03-091-2/+4
* firewire: whitespace adjustmentsStefan Richter2007-03-091-87/+87
* firewire: cleanupsAdrian Bunk2007-03-091-1/+1
* firewire: mark some structs constStefan Richter2007-03-091-9/+9
* firewire: consistent ifndef blocks in header filesStefan Richter2007-03-091-3/+3
* firewire: Add device probing and sysfs integration.Kristian Høgsberg2007-03-091-0/+4
* firewire: Add core firewire stack.Kristian Høgsberg2007-03-091-0/+422