aboutsummaryrefslogtreecommitdiff
path: root/cmd/dm.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-5/+2
* cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro2023-09-231-10/+38
* Correct SPL uses of SYS_LONGHELPSimon Glass2023-02-101-1/+1
* dm: core: Support sorting devices with dm treeSimon Glass2023-01-231-3/+7
* dm: core: fix a typo in help textSergei Antonov2022-08-261-1/+1
* dm: core: Add a command to show driver model statisticsSimon Glass2022-06-281-0/+24
* dm: core: Sort dm subcommandsSimon Glass2022-06-281-25/+25
* dm: core: Rename dm_dump_all()Simon Glass2022-06-281-4/+4
* cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait2022-06-061-52/+12
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-1/+21
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-11/+11
* cmd: Add test and fix bugs for dm driversSean Anderson2020-04-091-2/+2
* cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-1/+11
* cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2018-12-151-0/+88