Re: [PATCH v1 0/3] Fix dpm_list ordering issue due to fw_devlink optimization

2020-07-08 Thread Saravana Kannan
On Wed, Jul 8, 2020 at 1:16 AM Geert Uytterhoeven wrote: > > Hi Rafael, > > On Tue, Jul 7, 2020 at 5:56 PM Rafael J. Wysocki wrote: > > On Wed, Jul 1, 2020 at 9:43 PM Saravana Kannan wrote: > > > When commit 93d2e4322aa7 ("of: platform: Batch fwnode parsing when > > > adding all top level device

Re: [PATCH v1 0/3] Fix dpm_list ordering issue due to fw_devlink optimization

2020-07-08 Thread Geert Uytterhoeven
Hi Rafael, On Tue, Jul 7, 2020 at 5:56 PM Rafael J. Wysocki wrote: > On Wed, Jul 1, 2020 at 9:43 PM Saravana Kannan wrote: > > When commit 93d2e4322aa7 ("of: platform: Batch fwnode parsing when > > adding all top level devices") enabled batch processing of fw_devlink to > > optimize the parsing

Re: [PATCH v1 0/3] Fix dpm_list ordering issue due to fw_devlink optimization

2020-07-07 Thread Rafael J. Wysocki
On Wed, Jul 1, 2020 at 9:43 PM Saravana Kannan wrote: > > When commit 93d2e4322aa7 ("of: platform: Batch fwnode parsing when > adding all top level devices") enabled batch processing of fw_devlink to > optimize the parsing time, it caused a suspend/resume regression due to > the use of deferred pr

[PATCH v1 0/3] Fix dpm_list ordering issue due to fw_devlink optimization

2020-07-01 Thread Saravana Kannan
When commit 93d2e4322aa7 ("of: platform: Batch fwnode parsing when adding all top level devices") enabled batch processing of fw_devlink to optimize the parsing time, it caused a suspend/resume regression due to the use of deferred probing early on at boot. This series fixes the regression by avoi