Re: [PATCH v3] cmd: Add command to dump drivers and compatible strings

2020-02-19 Thread Simon Glass
Hi Bin, On Wed, 19 Feb 2020 at 08:45, Bin Meng wrote: > > Hi Simon, > > On Fri, Feb 7, 2020 at 1:46 AM Simon Glass wrote: > > > > On Thu, 6 Feb 2020 at 10:03, Sean Anderson wrote: > > > > > > This adds a subcommand to dm to dump out what drivers are installed, and > > > their > > > compatible

Re: [PATCH v3] cmd: Add command to dump drivers and compatible strings

2020-02-19 Thread Sean Anderson
On 2/19/20 10:45 AM, Bin Meng wrote: > Hi Simon, > > On Fri, Feb 7, 2020 at 1:46 AM Simon Glass wrote: >> >> On Thu, 6 Feb 2020 at 10:03, Sean Anderson wrote: >>> >>> This adds a subcommand to dm to dump out what drivers are installed, and >>> their >>> compatible strings. I have found this

Re: [PATCH v3] cmd: Add command to dump drivers and compatible strings

2020-02-19 Thread Bin Meng
Hi Simon, On Fri, Feb 7, 2020 at 1:46 AM Simon Glass wrote: > > On Thu, 6 Feb 2020 at 10:03, Sean Anderson wrote: > > > > This adds a subcommand to dm to dump out what drivers are installed, and > > their > > compatible strings. I have found this useful in ensuring that I have the > > correct

Re: [PATCH v3] cmd: Add command to dump drivers and compatible strings

2020-02-06 Thread Simon Glass
On Thu, 6 Feb 2020 at 10:03, Sean Anderson wrote: > > This adds a subcommand to dm to dump out what drivers are installed, and their > compatible strings. I have found this useful in ensuring that I have the > correct > drivers compiled, and that I have put in the correct compatible strings. > >

[PATCH v3] cmd: Add command to dump drivers and compatible strings

2020-02-06 Thread Sean Anderson
This adds a subcommand to dm to dump out what drivers are installed, and their compatible strings. I have found this useful in ensuring that I have the correct drivers compiled, and that I have put in the correct compatible strings. Signed-off-by: Sean Anderson Reviewed-by: Bin Meng Tested-by: