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