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:
09eeffb
)
usb: Missing dma_mask in ehci-vt8500.c when probed from device-tree
author
Tony Prisk
<linux@prisktech.co.nz>
Sun, 14 Oct 2012 03:22:35 +0000
(16:22 +1300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 17 Oct 2012 20:42:29 +0000
(13:42 -0700)
Device-tree probed devices don't get a dev.dma_mask set. This patch
sets a default 32bit mask on arch-vt8500 when using devicetree.
Without this patch, arch-vt8500 cannot detect ehci attached devices.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found