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