aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/dump.c
AgeCommit message (Expand)Author
2021-07-15dm: core: Check uclass_get() return value when dumpingSimon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie
2020-04-09dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait
2020-04-09dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson
2019-10-15dm: Tidy up dump output when there are many devicesPatrick Delaunay
2019-01-14dm: Tidy up 'dm tree' output when there are many devicesSimon Glass
2018-11-20dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau
2018-08-21dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-11dm: core: Show driver name with 'dm tree'Simon Glass
2017-09-11dm: core: Drop use of strlcpy()Simon Glass
2017-07-11dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass