Re: (subset) [PATCH v4 23/28] mfd: core: Ensure disabled devices are skiped without aborting

2023-09-20 Thread Lee Jones
On Fri, 18 Aug 2023 18:39:17 +0200, Christophe Leroy wrote: > The loop searching for a matching device based on its compatible > string is aborted when a matching disabled device is found. > This abort prevents to add devices as soon as one disabled device > is found. > > Continue searching for

Re: [PATCH v4 23/28] mfd: core: Ensure disabled devices are skiped without aborting

2023-08-21 Thread Lee Jones
On Fri, 18 Aug 2023, Christophe Leroy wrote: > From: Herve Codina > > The loop searching for a matching device based on its compatible > string is aborted when a matching disabled device is found. > This abort prevents to add devices as soon as one disabled device > is found. > > Continue

[PATCH v4 23/28] mfd: core: Ensure disabled devices are skiped without aborting

2023-08-18 Thread Christophe Leroy
From: Herve Codina The loop searching for a matching device based on its compatible string is aborted when a matching disabled device is found. This abort prevents to add devices as soon as one disabled device is found. Continue searching for an other device instead of aborting on the first