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:
f1d407e
)
powerpc: Add missing reference to coherent_dma_mask
author
Vitaly Bordug
<vitb@kernel.crashing.org>
Wed, 9 Jul 2008 03:13:38 +0000
(13:13 +1000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 9 Jul 2008 04:06:35 +0000
(21:06 -0700)
There is dma_mask in of_device upon of_platform_device_create()
but we don't actually set coherent_dma_mask. This may cause weird
behavior of USB subsystem using of_device USB host drivers.
Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found