aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/core/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* core: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* dm: core: Adjust dump-sorting to get stats only when neededSimon Glass2023-10-041-2/+1
* cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro2023-09-231-28/+88
* dm: core: Use full printf() format when possibleSamuel Holland2023-01-261-1/+1
* dm: core: Support sorting devices with dm treeSimon Glass2023-01-231-6/+59
* dm: core: Add a command to show driver model statisticsSimon Glass2022-06-281-0/+73
* dm: core: Fix addresses in the dm static commandSimon Glass2022-06-281-4/+2
* dm: core: Rename dm_dump_all()Simon Glass2022-06-281-1/+1
* dm: fix formatting of uclass dumpHeinrich Schuchardt2022-06-281-2/+0
* dm: core: Use device_foreach_child where possibleSean Anderson2022-06-281-1/+1
* dm: core: Check uclass_get() return value when dumpingSimon Glass2021-07-151-3/+4
* 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