+6
−0
+1
−0
+11
−2
drivers/of/of_reserved_mem.c
0 → 100644
+188
−0
include/linux/of_reserved_mem.h
0 → 100644
+21
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch adds support for dynamically allocated reserved memory regions declared in device tree. Such regions are defined by 'size', 'alignment' and 'alloc-ranges' properties. Based on previous code provided by Josh Cartwright <joshc@codeaurora.org> Signed-off-by:Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Grant Likely <grant.likely@linaro.org>