Hello, This patch series adds support for exporting limited set of libfdt symbols from Linux kernel. It enables drivers and other kernel modules to use libfdt for working with device trees. This may be used by platform vendors to describe HW features inside a PCIe device to its driver in a data driven manner. "Xilinx Alveo" PCIe accelerator card driver patch series which follows this patch makes use of device tree to advertise HW subsystems sitting behind PCIe BARs. The use of device trees makes the driver data driven and overall solution more scalable. Thanks, -Sonal Sonal Santan (1): Export subset of libfdt symbols for use by other drivers. lib/fdt.c | 6 ++++++ lib/fdt_empty_tree.c | 3 +++ lib/fdt_ro.c | 11 +++++++++++ lib/fdt_rw.c | 6 ++++++ 4 files changed, 26 insertions(+) -- 2.17.1