Re: [PATCH v1] scripts/dev-needs: Add script to list device dependencies

2020-10-27 Thread Saravana Kannan
On Tue, Oct 27, 2020 at 11:09 AM Geert Uytterhoeven wrote: > > Hi Saravana, > > On Tue, Oct 27, 2020 at 6:31 PM Saravana Kannan wrote: > > On Tue, Oct 27, 2020 at 3:12 AM Geert Uytterhoeven > > wrote: > > > On Wed, Sep 2, 2020 at 12:51 AM Saravana Kannan > > > wrote: > > > > This script can b

Re: [PATCH v1] scripts/dev-needs: Add script to list device dependencies

2020-10-27 Thread Geert Uytterhoeven
Hi Saravana, On Tue, Oct 27, 2020 at 6:31 PM Saravana Kannan wrote: > On Tue, Oct 27, 2020 at 3:12 AM Geert Uytterhoeven > wrote: > > On Wed, Sep 2, 2020 at 12:51 AM Saravana Kannan > > wrote: > > > This script can be useful for: > > > - Figuring out the list of modules you need to pack in in

Re: [PATCH v1] scripts/dev-needs: Add script to list device dependencies

2020-10-27 Thread Saravana Kannan
On Tue, Oct 27, 2020 at 3:12 AM Geert Uytterhoeven wrote: > > Hi Saravana, > > On Wed, Sep 2, 2020 at 12:51 AM Saravana Kannan wrote: > > This script can be useful for: > > - Figuring out the list of modules you need to pack in initrd > > - Figuring out the list of drivers you need to modularize

Re: [PATCH v1] scripts/dev-needs: Add script to list device dependencies

2020-10-27 Thread Geert Uytterhoeven
Hi Saravana, On Wed, Sep 2, 2020 at 12:51 AM Saravana Kannan wrote: > This script can be useful for: > - Figuring out the list of modules you need to pack in initrd > - Figuring out the list of drivers you need to modularize for a device > to be fully functional without building in any dependen

[PATCH v1] scripts/dev-needs: Add script to list device dependencies

2020-09-01 Thread Saravana Kannan
This script can be useful for: - Figuring out the list of modules you need to pack in initrd - Figuring out the list of drivers you need to modularize for a device to be fully functional without building in any dependencies. - Figuring out which drivers to enable first, when porting drivers bet