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:
ddacff1
)
[MTD] [NAND] Fix endianess bug in ndfc.c
author
Stefan Roese
<ml@stefan-roese.de>
Fri, 10 Nov 2006 11:19:32 +0000
(12:19 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 28 Nov 2006 22:22:55 +0000
(22:22 +0000)
The writel() call accidentally clears all bits in the NDFC_CCR
register (endianess problem). Now __raw_writel() is used instead.
Tested on Bamboo with NAND on chip select 0 and chip select 1.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
No differences found