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:
256aa5f
)
ARM: OMAP4: Reduce the static IO mapping
author
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Mon, 30 Apr 2012 10:17:42 +0000
(15:47 +0530)
committer
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Tue, 8 May 2012 06:24:24 +0000
(11:54 +0530)
EMIF, GMPC and DMM driver can ioremap() the address
space as part of driver intialisation and there is
no need to have static IO mapping for them.
Hence remove the un-used static IP space and let
the respective drivers manage it as part if driver
init.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
No differences found