]> git.baikalelectronics.ru Git - kernel.git/commit
of/fdt: add FDT address translation support
authorRob Herring <robh@kernel.org>
Thu, 27 Mar 2014 12:37:43 +0000 (07:37 -0500)
committerRob Herring <robh@kernel.org>
Tue, 20 May 2014 20:19:25 +0000 (15:19 -0500)
commita6ee60e238a0ecabcdecf13f22643b40b90d4703
treed6ecaef3c196b99f3ca4f4b5fbbe24a3108a1d19
parent38d567124edee01d9ab26dc7a00e8ceb686bc11c
of/fdt: add FDT address translation support

Copy u-boot's FDT address translation code from common/fdt_support. This
code was originally based on the kernel's unflattened DT address parsing
code.

This commit can be reverted once relicensing of this code to GPLv2/BSD
is done and it is added to libfdt.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Grant Likely <grant.likely@linaro.org>
drivers/of/Makefile
drivers/of/fdt_address.c [new file with mode: 0644]
include/linux/of_fdt.h