arch/arm/plat-mxc/include/mach/iram.h
0 → 100644
+41
−0
arch/arm/plat-mxc/iram_alloc.c
0 → 100644
+73
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Add IRAM(Internal RAM) allocation functions using GENERIC_ALLOCATOR. The allocation size is 4KB multiples to guarantee alignment. The idea for these functions is for i.MX platforms to use them to dynamically allocate IRAM usage. Applies on 2.6.36-rc7 Signed-off-by:Dinh Nguyen <Dinh.Nguyen@freescale.com> Reviewed-by:
Amit Kucheria <amit.kucheria@canonical.com> Acked-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>