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:
4eaf16b
)
p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi_write_dma
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 17 May 2009 23:02:31 +0000
(
03:02
+0400)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 20 May 2009 18:46:27 +0000
(14:46 -0400)
Host is not allowed to modify DMA_WRITE_CTRL register
if bit HOST_ALLOWED in it is not set. Wait for HOST_ALLOWED first.
Also get rid of timeout in p54spi_wait_bit as it's been playing
a role of workaround for such an incorrect register access.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found