Re: [PATCH 1/7] ARM: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY

2011-10-11 Thread Tony Lindgren
* Andres Salomon [111011 14:11]: > On Fri, 07 Oct 2011 12:45:43 -0700 > Tony Lindgren wrote: > > > This allows mapping external memory such as SRAM for use. > > > > This is needed for some small chunks of code, such as reprogramming > > SDRAM memory source clocks that can't be executed in SDRAM

Re: [PATCH 1/7] ARM: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY

2011-10-11 Thread Andres Salomon
On Fri, 07 Oct 2011 12:45:43 -0700 Tony Lindgren wrote: > This allows mapping external memory such as SRAM for use. > > This is needed for some small chunks of code, such as reprogramming > SDRAM memory source clocks that can't be executed in SDRAM. Other > use cases include some PM related code

Re: [PATCH 1/7] ARM: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY

2011-10-07 Thread Tony Lindgren
* Tony Lindgren [111007 12:11]: > This allows mapping external memory such as SRAM for use. > > This is needed for some small chunks of code, such as reprogramming > SDRAM memory source clocks that can't be executed in SDRAM. Other > use cases include some PM related code. > > Acked-by: Nicolas

[PATCH 1/7] ARM: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY

2011-10-07 Thread Tony Lindgren
This allows mapping external memory such as SRAM for use. This is needed for some small chunks of code, such as reprogramming SDRAM memory source clocks that can't be executed in SDRAM. Other use cases include some PM related code. Acked-by: Nicolas Pitre Signed-off-by: Tony Lindgren --- arch/