summaryrefslogtreecommitdiff
path: root/cmd/dm.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL uses of SYS_LONGHELPSimon Glass1-1/+1
2023-01-24dm: core: Support sorting devices with dm treeSimon Glass1-3/+7
2022-08-27dm: core: fix a typo in help textSergei Antonov1-1/+1
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass1-0/+24
2022-06-28dm: core: Sort dm subcommandsSimon Glass1-25/+25
2022-06-28dm: core: Rename dm_dump_all()Simon Glass1-4/+4
2022-06-07cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait1-52/+12
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-1/+21
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-11/+11
2020-04-09cmd: Add test and fix bugs for dm driversSean Anderson1-2/+2
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-1/+11
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini1-0/+88