aboutsummaryrefslogtreecommitdiff
path: root/cmd/dm.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-5/+2
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro1-10/+38
2023-02-10Correct SPL uses of SYS_LONGHELPSimon Glass1-1/+1
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass1-3/+7
2022-08-26dm: 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-06cmd: 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-18command: 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-05cmd: 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