summaryrefslogtreecommitdiffstats
path: root/drivers/core/dump.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Access device flags through functionsSimon Glass2021-01-051-2/+2
* dm: core: Rename sqq to seq_Simon Glass2021-01-051-1/+1
* dm: core: Support dm_dump_all() in SPLSimon Glass2021-01-051-2/+4
* cmd: Drop use of old sequence numbers in commandsSimon Glass2020-12-181-2/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-1/+54
* dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait2020-04-091-7/+11
* dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait2020-04-091-1/+2
* cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+19
* dm: Tidy up dump output when there are many devicesPatrick Delaunay2019-10-151-2/+2
* dm: Tidy up 'dm tree' output when there are many devicesSimon Glass2019-01-141-2/+2
* dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau2018-11-201-4/+4
* uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2018-11-141-1/+1
* dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot2018-08-211-6/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Show driver name with 'dm tree'Simon Glass2017-09-111-3/+3
* dm: core: Drop use of strlcpy()Simon Glass2017-09-111-4/+2
* dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada2017-07-111-0/+1
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-211-0/+96