index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-transaction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
firewire: cdev: add ioctls for isochronous resource management
Jay Fenlason, Stefan Richter
2009-03-24
1
-0
/
+4
*
firewire: prevent creation of multiple IR DMA contexts for the same channel
Stefan Richter
2009-03-24
1
-1
/
+1
*
firewire: core: remove unused definitions
Stefan Richter
2009-03-24
1
-12
/
+0
*
firewire: remove line breaks before function names
Stefan Richter
2009-03-24
1
-73
/
+36
*
firewire: unnecessary BM delay after generation rollover
Stefan Richter
2009-01-20
1
-0
/
+9
*
firewire: reorder struct fw_card for better cache efficiency
Stefan Richter
2009-01-04
1
-7
/
+3
*
firewire: fix resetting of bus manager retry counter
Stefan Richter
2009-01-04
1
-1
/
+0
*
firewire: improve refcounting of fw_card
Jay Fenlason
2009-01-04
1
-0
/
+2
*
firewire: fw-ohci: fix IOMMU resource exhaustion
Stefan Richter
2008-12-10
1
-0
/
+2
*
firewire: Survive more than 256 bus resets
Jay Fenlason
2008-10-26
1
-1
/
+1
*
firewire: fw_send_request_sync()
Jay Fenlason
2008-10-15
1
-3
/
+6
*
firewire: clean up fw_card reference counting
Stefan Richter
2008-07-14
1
-2
/
+18
*
firewire: clean up some includes
Stefan Richter
2008-07-14
1
-4
/
+4
*
firewire: remove unused struct members
Stefan Richter
2008-07-14
1
-2
/
+0
*
firewire: implement broadcast_channel CSR for 1394a compliance
Stefan Richter
2008-07-14
1
-0
/
+4
*
firewire: cleanups
Adrian Bunk
2008-04-18
1
-4
/
+0
*
firewire: remove unused struct member
Stefan Richter
2008-04-18
1
-2
/
+0
*
firewire: remove superfluous reference counting
Stefan Richter
2008-04-18
1
-4
/
+0
*
firewire: endianess annotations
Stefan Richter
2008-03-14
1
-3
/
+3
*
firewire: fix crash in automatic module unloading
Stefan Richter
2008-03-02
1
-0
/
+2
*
firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)
Stefan Richter
2007-08-02
1
-1
/
+1
*
firewire: fix memory leak of fw_request instances
Stefan Richter
2007-07-18
1
-0
/
+4
*
firewire: optimize gap count with 1394b leaf nodes
Stefan Richter
2007-07-10
1
-1
/
+1
*
firewire: remove unused macro
Stefan Richter
2007-07-10
1
-1
/
+0
*
firewire: Break out shared IEEE1394 constant to separate header file.
Kristian Høgsberg
2007-05-10
1
-60
/
+1
*
firewire: Coding style cleanup: no spaces after function names.
Kristian Høgsberg
2007-05-10
1
-21
/
+21
*
firewire: Clean up comment style.
Kristian Høgsberg
2007-05-10
1
-23
/
+35
*
firewire: Add phy register defines.
Marc Butler
2007-03-24
1
-0
/
+6
*
firewire: Move sync and tag parameters to start_iso ioctl.
Kristian Høgsberg
2007-03-15
1
-7
/
+6
*
firewire: Implement CSR cycle time and bus time registers.
Kristian Høgsberg
2007-03-09
1
-0
/
+2
*
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
2007-03-09
1
-2
/
+3
*
firewire: Move async transmit to use the general context code.
Kristian Høgsberg
2007-03-09
1
-2
/
+1
*
firewire: Drop the unused fw_card device.
Kristian Høgsberg
2007-03-09
1
-2
/
+1
*
firewire: Let an fw_descriptor specify a leading immediate key/value pair.
Kristian Høgsberg
2007-03-09
1
-0
/
+1
*
firewire: Implement sync and tag matching for isochronous receive.
Kristian Høgsberg
2007-03-09
1
-2
/
+11
*
firewire: Configure channel and speed at context creation time.
Kristian Høgsberg
2007-03-09
1
-3
/
+3
*
firewire: Use a buffer fill descriptor for receive when header size is 0.
Kristian Høgsberg
2007-03-09
1
-1
/
+2
*
firewire: Acummulate received iso headers and send them back to user space.
Kristian Høgsberg
2007-03-09
1
-1
/
+4
*
firewire: Implement functionality to stop isochronous DMA contexts.
Kristian Høgsberg
2007-03-09
1
-0
/
+5
*
firewire: Rename 'send_iso' to 'start_iso'.
Kristian Høgsberg
2007-03-09
1
-6
/
+2
*
firewire: Implement basic isochronous receive functionality.
Kristian Høgsberg
2007-03-09
1
-4
/
+3
*
firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.
Kristian Høgsberg
2007-03-09
1
-8
/
+30
*
firewire: Implement proper transaction cancelation.
Kristian Høgsberg
2007-03-09
1
-0
/
+5
*
firewire: Implement compliant bus management.
Kristian Høgsberg
2007-03-09
1
-2
/
+4
*
firewire: Sanitize send error codes.
Kristian Høgsberg
2007-03-09
1
-0
/
+2
*
firewire: Handle access to CSR resources on local node.
Kristian Høgsberg
2007-03-09
1
-0
/
+31
*
firewire: Use struct fw_packet for incoming packets too in controller interface.
Kristian Høgsberg
2007-03-09
1
-9
/
+4
*
firewire: Implement gap count optimization.
Kristian Høgsberg
2007-03-09
1
-2
/
+4
*
firewire: whitespace adjustments
Stefan Richter
2007-03-09
1
-87
/
+87
*
firewire: cleanups
Adrian Bunk
2007-03-09
1
-1
/
+1
[next]