drivers: of: add support for custom reserved memory drivers
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 28 Feb 2014 13:42:49 +0000 (14:42 +0100)
committerGrant Likely <grant.likely@linaro.org>
Tue, 11 Mar 2014 17:27:12 +0000 (17:27 +0000)
Add support for custom reserved memory drivers. Call their init() function
for each reserved region and prepare for using operations provided by them
with by the reserved_mem->ops array.

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/of_reserved_mem.c
include/asm-generic/vmlinux.lds.h
include/linux/of_reserved_mem.h

Simple merge
Simple merge
Simple merge