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:
6c7dd64
)
misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for io
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Fri, 24 May 2013 23:21:50 +0000
(16:21 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:54:01 +0000
(21:54 +0900)
The mmio_base is an ioremap'ed memory resource. The normal memory
io functions should be used not the __raw_* versions.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Ryan Mallon <rmallon@gmail.com>
Cc: Matthieu Crapet <mcrapet@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found