summaryrefslogtreecommitdiff
path: root/include/dm/util.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-24dm: core: Support sorting devices with dm treeSimon Glass1-2/+6
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass1-0/+9
2022-06-28dm: core: Rename dm_dump_all()Simon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-10-21dm: Fix util.h's broken include guardPierre-Clément Tosi1-2/+2
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay1-1/+1
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass1-0/+9
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass1-1/+1
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-0/+6
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-27/+0
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+3
2019-07-11dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay1-2/+4
2019-04-12dm: remove unused function dm_fdt_pre_relocPatrick Delaunay1-26/+0
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng1-1/+26
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-8/+0
2017-03-17dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-1/+1
2017-03-17dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+26
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada1-0/+9
2015-07-22dm: Move the tree/uclass dump code into its own fileSimon Glass1-0/+6
2014-11-21dm: Disable dm_warn() in SPLSimon Glass1-0/+6
2014-10-22dm: fix include guardMasahiro Yamada1-0/+1
2014-03-04dm: Add base driver model supportSimon Glass1-0/+29