Re: [PATCH v3 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

2020-07-07 Thread Tom Rini
On Tue, Mar 24, 2020 at 04:17:05PM +0100, Niel Fourie wrote: > Renamed dm "drivers" subcommand to "compat" (as it listed > compatibility strings) and prevent it from segfaulting when > drivers have no of_match populated. > > Added a new "drivers" subcommand to dump a list of all known DM > driver

[PATCH v3 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

2020-03-24 Thread Niel Fourie
Renamed dm "drivers" subcommand to "compat" (as it listed compatibility strings) and prevent it from segfaulting when drivers have no of_match populated. Added a new "drivers" subcommand to dump a list of all known DM drivers and for each, their uclass id, uclass driver and names of attached devic