drivers: of: add initialization code for dynamic reserved memory
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 28 Feb 2014 13:42:48 +0000 (14:42 +0100)
committerGrant Likely <grant.likely@linaro.org>
Tue, 11 Mar 2014 17:26:58 +0000 (17:26 +0000)
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>
drivers/of/Kconfig
drivers/of/Makefile
drivers/of/fdt.c
drivers/of/of_reserved_mem.c [new file with mode: 0644]
include/linux/of_reserved_mem.h [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge