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

2023-08-08 Thread Herve Codina
On Tue, 8 Aug 2023 08:13:27 + Christophe Leroy wrote: > Le 26/07/2023 à 17:02, Herve Codina a écrit : > > The loop searching for a matching device based on its compatible > > string is aborted when a matching disabled device is found. > > This abort avoid to add devices as soon as one

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

2023-08-08 Thread Christophe Leroy
Le 26/07/2023 à 17:02, Herve Codina a écrit : > The loop searching for a matching device based on its compatible > string is aborted when a matching disabled device is found. > This abort avoid to add devices as soon as one disabled device > is found. s/avoid/prevents/ > > Continue searching

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

2023-07-27 Thread Herve Codina
Hi Lee, On Thu, 27 Jul 2023 10:22:09 +0100 Lee Jones wrote: > On Wed, 26 Jul 2023, Herve Codina wrote: > > > The loop searching for a matching device based on its compatible > > string is aborted when a matching disabled device is found. > > This abort avoid to add devices as soon as one

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

2023-07-27 Thread Lee Jones
On Wed, 26 Jul 2023, Herve Codina wrote: > The loop searching for a matching device based on its compatible > string is aborted when a matching disabled device is found. > This abort avoid to add devices as soon as one disabled device > is found. > > Continue searching for an other device