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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
firewire: broadcast channel support
Jay Fenlason
2009-03-24
3
-6
/
+177
*
firewire: implement asynchronous stream transmission
Jay Fenlason
2009-03-24
4
-2
/
+81
*
firewire: core: normalize a function argument name
Stefan Richter
2009-03-24
2
-5
/
+5
*
firewire: normalize a variable name
Stefan Richter
2009-03-24
4
-12
/
+16
*
firewire: core: remove condition which is always false
Stefan Richter
2009-03-24
1
-1
/
+1
*
firewire: core: move some functions
Stefan Richter
2009-03-24
1
-46
/
+44
*
firewire: core: clean up includes
Stefan Richter
2009-03-24
2
-11
/
+22
*
firewire: cdev: simplify a schedule_delayed_work wrapper
Stefan Richter
2009-03-24
1
-12
/
+6
*
firewire: cdev: add ioctls for iso resource management, amendment
Stefan Richter
2009-03-24
2
-17
/
+23
*
firewire: cdev: shut down iso context before freeing the buffer
Stefan Richter
2009-03-24
1
-3
/
+3
*
firewire: cdev: replace some spin_lock_irqsave by spin_lock_irq
Stefan Richter
2009-03-24
1
-12
/
+8
*
firewire: cdev: extend transaction payload size check
Stefan Richter
2009-03-24
1
-3
/
+2
*
firewire: cdev: restrict broadcast write requests to Units Space
Stefan Richter
2009-03-24
1
-0
/
+4
*
firewire: cdev: add ioctl for broadcast write requests
Jay Fenlason, Stefan Richter
2009-03-24
1
-27
/
+47
*
firewire: cdev: add ioctl to query maximum transmission speed
Stefan Richter
2009-03-24
1
-0
/
+10
*
firewire: cdev: add ioctls for manual iso resource management
Stefan Richter
2009-03-24
1
-13
/
+54
*
firewire: cdev: add ioctls for isochronous resource management
Jay Fenlason, Stefan Richter
2009-03-24
3
-7
/
+388
*
firewire: core: topology header fix
Stefan Richter
2009-03-24
1
-0
/
+6
*
firewire: cdev: sort includes
Stefan Richter
2009-03-24
1
-13
/
+15
*
firewire: cdev: unify names of struct types and of their instances
Stefan Richter
2009-03-24
1
-168
/
+169
*
firewire: cdev: reference-count client instances
Stefan Richter
2009-03-24
1
-9
/
+46
*
firewire: prevent creation of multiple IR DMA contexts for the same channel
Stefan Richter
2009-03-24
3
-5
/
+14
*
firewire: cdev: use list_first_entry
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
11
-377
/
+249
*
firewire: standardize a variable name
Stefan Richter
2009-03-24
4
-58
/
+57
*
firewire: core: remove obsolete assertions
Stefan Richter
2009-03-24
1
-13
/
+4
*
firewire: core: remove outdated comment
Stefan Richter
2009-03-24
1
-6
/
+1
*
firewire: cdev: address handler input validation
Stefan Richter
2009-03-24
2
-11
/
+21
*
firewire: cdev: use an idr rather than a linked list for resources
Jay Fenlason
2009-03-24
1
-51
/
+114
*
firewire: cdev: fix race of fw_device_op_release with bus reset
Stefan Richter
2009-03-24
1
-4
/
+4
*
firewire: cdev: tcodes input validation
Stefan Richter
2009-03-24
1
-2
/
+25
*
firewire: convert client_list_lock to mutex
Stefan Richter
2009-03-24
3
-16
/
+14
*
firewire: add a client_list_lock
Jay Fenlason
2009-03-24
3
-15
/
+18
*
firewire: Include iso timestamp in headers when header_size > 4
David Moore
2009-03-24
1
-38
/
+35
*
firewire: core: Remove card from list of cards when enable fails
Petr Vandrovec
2009-02-01
1
-1
/
+8
*
firewire: sbp2: add workarounds for 2nd and 3rd generation iPods
Stefan Richter
2009-01-29
1
-7
/
+9
*
firewire: sbp2: fix DMA mapping leak on the failure path
Stefan Richter
2009-01-28
1
-10
/
+17
*
firewire: sbp2: define some magic numbers as macros
Stefan Richter
2009-01-28
1
-11
/
+12
*
firewire: sbp2: fix payload limit at S1600 and S3200
Stefan Richter
2009-01-28
1
-11
/
+12
*
firewire: core: optimize card shutdown
Stefan Richter
2009-01-24
2
-3
/
+5
*
firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic camco...
Stefan Richter
2009-01-24
1
-1
/
+1
*
firewire: ohci: change "context_stop: still active" log message
Stefan Richter
2009-01-24
1
-2
/
+2
*
firewire: keep highlevel drivers attached during brief connection loss
Stefan Richter
2009-01-20
2
-22
/
+100
*
firewire: unnecessary BM delay after generation rollover
Stefan Richter
2009-01-20
3
-2
/
+11
*
firewire: insist on successive self ID complete events
Stefan Richter
2009-01-20
1
-0
/
+12
*
firewire: core: fix sleep in atomic context due to driver core change
Stefan Richter
2009-01-09
2
-16
/
+20
*
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
2
-9
/
+6
*
firewire: improve refcounting of fw_card
Jay Fenlason
2009-01-04
4
-7
/
+21
[prev]
[next]