+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> Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Git-commit: 3f0c8206644836e4f10a6b9fc47cda6a9a372f9b [joonwoop@codeaurora.org: fixed trivial merge conflict.] Signed-off-by:
Joonwoo Park <joonwoop@codeaurora.org>