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 <cyril@ti.com> Signed-off-by:
Kevin Hilman <khilman@deeprootsystems.com>
Showing
- arch/arm/mach-davinci/da830.c 3 additions, 4 deletionsarch/arm/mach-davinci/da830.c
- arch/arm/mach-davinci/da850.c 2 additions, 2 deletionsarch/arm/mach-davinci/da850.c
- arch/arm/mach-davinci/include/mach/common.h 7 additions, 1 deletionarch/arm/mach-davinci/include/mach/common.h
- arch/arm/mach-davinci/io.c 15 additions, 5 deletionsarch/arm/mach-davinci/io.c
Loading
Please register or sign in to comment