aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/util.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07core: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-1/+1
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay1-11/+0
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass1-1/+1
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-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay1-0/+2
2019-04-11dm: remove unused function dm_fdt_pre_relocPatrick Delaunay1-23/+0
2019-04-11dm: 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-16dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-6/+6
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+25
2014-03-04dm: Add base driver model supportSimon Glass1-0/+37