summaryrefslogtreecommitdiff
path: root/drivers/core/util.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-28/+0
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass1-0/+20
2019-09-02dm: core: Decouple DM from DTMarek Vasut1-0/+2
2019-07-11fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay1-0/+2
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