ARM: OMAP2: Dynamic allocator for GPMC memory space
authorImre Deak <imre.deak@solidboot.com>
Wed, 19 Jul 2006 12:29:39 +0000 (15:29 +0300)
committerJuha Yrjola <juha.yrjola@solidboot.com>
Mon, 24 Jul 2006 13:56:53 +0000 (16:56 +0300)
Add support for assigning memory regions dynamically to peripherals
attached to GPMC interface. Platform specific code should now call
gpmc_cs_request to get a free GPMC memory region instead of using
a fixed address.

Make the H4 and Apollon platform initialization use the new API.

Signed-off-by: Imre Deak <imre.deak@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>

No differences found