summaryrefslogtreecommitdiffstats
path: root/drivers/core/util.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-291-1/+1
* dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-161-28/+0
* dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-151-0/+20
* dm: core: Decouple DM from DTMarek Vasut2019-09-021-0/+2
* fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2019-07-101-0/+2
* dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-111-23/+0
* dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2019-04-111-16/+15
* dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng2018-11-141-0/+25
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-11/+0
* dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada2017-07-111-0/+5
* dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner2017-03-161-6/+6
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-0/+25
* dm: Add base driver model supportSimon Glass2014-03-041-0/+37