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:
bd792ae
)
sh: pci: Use I/O accessors consistently in SH7786 PCIe init code.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 20 Sep 2010 08:10:02 +0000
(17:10 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 20 Sep 2010 08:10:02 +0000
(17:10 +0900)
Some of the existing code is flipping between __raw_xxx() and
pci_{read,write}_reg(). As the latter are just wrappers for the former,
flip over to using them consistently.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found