aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14firewire: clean up fw_card reference countingStefan Richter1-2/+18
2008-07-14firewire: clean up some includesStefan Richter1-4/+4
2008-07-14firewire: remove unused struct membersStefan Richter1-2/+0
2008-07-14firewire: implement broadcast_channel CSR for 1394a complianceStefan Richter1-0/+4
2008-04-18firewire: cleanupsAdrian Bunk1-4/+0
2008-04-18firewire: remove unused struct memberStefan Richter1-2/+0
2008-04-18firewire: remove superfluous reference countingStefan Richter1-4/+0
2008-03-14firewire: endianess annotationsStefan Richter1-3/+3
2008-03-02firewire: fix crash in automatic module unloadingStefan Richter1-0/+2
2007-08-02firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter1-1/+1
2007-07-18firewire: fix memory leak of fw_request instancesStefan Richter1-0/+4
2007-07-10firewire: optimize gap count with 1394b leaf nodesStefan Richter1-1/+1
2007-07-10firewire: remove unused macroStefan Richter1-1/+0
2007-05-10firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg1-60/+1
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg1-21/+21
2007-05-10firewire: Clean up comment style.Kristian Høgsberg1-23/+35
2007-03-24firewire: Add phy register defines.Marc Butler1-0/+6
2007-03-15firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg1-7/+6
2007-03-09firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg1-0/+2
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg1-2/+3
2007-03-09firewire: Move async transmit to use the general context code.Kristian Høgsberg1-2/+1
2007-03-09firewire: Drop the unused fw_card device.Kristian Høgsberg1-2/+1
2007-03-09firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg1-0/+1
2007-03-09firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg1-2/+11
2007-03-09firewire: Configure channel and speed at context creation time.Kristian Høgsberg1-3/+3
2007-03-09firewire: Use a buffer fill descriptor for receive when header size is 0.Kristian Høgsberg1-1/+2
2007-03-09firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg1-1/+4
2007-03-09firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg1-0/+5
2007-03-09firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg1-6/+2
2007-03-09firewire: Implement basic isochronous receive functionality.Kristian Høgsberg1-4/+3
2007-03-09firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg1-8/+30
2007-03-09firewire: Implement proper transaction cancelation.Kristian Høgsberg1-0/+5
2007-03-09firewire: Implement compliant bus management.Kristian Høgsberg1-2/+4
2007-03-09firewire: Sanitize send error codes.Kristian Høgsberg1-0/+2
2007-03-09firewire: Handle access to CSR resources on local node.Kristian Høgsberg1-0/+31
2007-03-09firewire: Use struct fw_packet for incoming packets too in controller interface.Kristian Høgsberg1-9/+4
2007-03-09firewire: Implement gap count optimization.Kristian Høgsberg1-2/+4
2007-03-09firewire: whitespace adjustmentsStefan Richter1-87/+87
2007-03-09firewire: cleanupsAdrian Bunk1-1/+1
2007-03-09firewire: mark some structs constStefan Richter1-9/+9
2007-03-09firewire: consistent ifndef blocks in header filesStefan Richter1-3/+3
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg1-0/+4
2007-03-09firewire: Add core firewire stack.Kristian Høgsberg1-0/+422