summaryrefslogtreecommitdiff
path: root/drivers/core/util.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-12dm: remove unused function dm_fdt_pre_relocPatrick Delaunay1-23/+0
2019-04-12dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay1-16/+15
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng1-0/+25
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-11/+0
2017-07-11dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada1-0/+5
2017-03-17dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-6/+6
2017-03-17dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+25
2014-03-04dm: Add base driver model supportSimon Glass1-0/+37