git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2821276
)
ieee1394: sbp2: optimize DMA direction of command ORBs
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 23 Jul 2006 20:57:00 +0000
(22:57 +0200)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 17 Sep 2006 17:29:11 +0000
(19:29 +0200)
Only the driver writes ORBs, the device just reads them. Therefore
PCI_DMA_BIDIRECTIONAL can be replaced by PCI_DMA_TODEVICE which may be
cheaper on some architectures.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found