aboutsummaryrefslogtreecommitdiff
path: root/lib/libfdt/fdt_region.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-1/+1
2018-04-01fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-2/+2
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada1-0/+129
2017-07-10libfdt: Drop -FDT_ERR_TOODEEPSimon Glass1-1/+1
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-5/+35
2016-06-19lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day1-70/+74
2015-11-04fdt: Correct handling of alias regionsSimon Glass1-1/+1
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass1-0/+492