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:
319e2e3
)
gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*
author
Lad, Prabhakar
<prabhakar.csengg@gmail.com>
Wed, 11 Dec 2013 17:52:07 +0000
(23:22 +0530)
committer
Sekhar Nori
<nsekhar@ti.com>
Wed, 25 Dec 2013 18:32:10 +0000
(
00:02
+0530)
This patch replaces the __raw_readl/writel with
{readl|writel}_relaxed(), Altough the code runs on ARMv5
based SOCs, changing this will help using code for other
use cases (like with big-endian machines).
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
No differences found