From: Cyril Chemparathy Date: Fri, 7 May 2010 21:06:39 +0000 (-0400) Subject: Davinci: iotable based ioremap() interception X-Git-Tag: v2.6.35-rc1~499^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd6a1c695c8b404bfde22b276186ac52a20291b;p=pandora-kernel.git Davinci: iotable based ioremap() interception This patch allows for a more flexible ioremap() interception based on iotable contents. With this patch, the ioremap() interception code can properly translate addresses only after davinci_soc_info has been initialized. Consequently, in soc-specific init functions, davinci_common_init() has to happen before any ioremap() attempts. The da8xx init sequence has been suitably modified to meet this restriction. Signed-off-by: Cyril Chemparathy Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed