index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
util.h
Age
Commit message (
Expand
)
Author
2023-09-23
cmd: dm: allow for selecting uclass and device
AKASHI Takahiro
2023-01-23
dm: core: Support sorting devices with dm tree
Simon Glass
2022-06-28
dm: core: Add a command to show driver model statistics
Simon Glass
2022-06-28
dm: core: Rename dm_dump_all()
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-21
dm: Fix util.h's broken include guard
Pierre-Clément Tosi
2021-08-08
dm: migrate the dm_warn to use the log macro
Patrick Delaunay
2021-03-26
dm: core: Use separate priv/plat data region
Simon Glass
2020-10-29
dm: core: Allow dm_warn() to be used in SPL
Simon Glass
2020-07-07
cmd: dm: Fixed/Added DM driver listing subcommands
Niel Fourie
2020-04-16
dm: core: remove the duplicated function dm_ofnode_pre_reloc
Patrick Delaunay
2020-02-05
cmd: Add command to dump drivers and compatible strings
Sean Anderson
2019-07-10
dm: doc: add documentation for pre-reloc properties in SPL and TPL
Patrick Delaunay
2019-04-11
dm: remove unused function dm_fdt_pre_reloc
Patrick Delaunay
2018-11-14
dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-03-16
dm: Return actual bools in dm_fdt_pre_reloc
Heiko Stübner
2017-03-16
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2015-08-06
devres: add debug command to dump device resources
Masahiro Yamada
2015-07-21
dm: Move the tree/uclass dump code into its own file
Simon Glass
2014-11-21
dm: Disable dm_warn() in SPL
Simon Glass
2014-10-22
dm: fix include guard
Masahiro Yamada
2014-03-04
dm: Add base driver model support
Simon Glass