Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-09-28 Thread Florian Fainelli
On 9/28/2020 7:16 AM, Miquel Raynal wrote: Hello, Guenter Roeck wrote on Mon, 21 Sep 2020 20:26:19 -0700: On 9/21/20 8:18 PM, Naresh Kamboju wrote: On Fri, 14 Aug 2020 at 14:26, Guenter Roeck wrote: On Mon, Jun 15, 2020 at 11:17:40AM +0200, Álvaro Fernández Rojas wrote: Instead of

Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-09-28 Thread Miquel Raynal
Hello, Guenter Roeck wrote on Mon, 21 Sep 2020 20:26:19 -0700: > On 9/21/20 8:18 PM, Naresh Kamboju wrote: > > On Fri, 14 Aug 2020 at 14:26, Guenter Roeck wrote: > >> > >> On Mon, Jun 15, 2020 at 11:17:40AM +0200, Álvaro Fernández Rojas wrote: > >>> Instead of trying to parse CFE version

Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-09-21 Thread Guenter Roeck
On 9/21/20 8:18 PM, Naresh Kamboju wrote: > On Fri, 14 Aug 2020 at 14:26, Guenter Roeck wrote: >> >> On Mon, Jun 15, 2020 at 11:17:40AM +0200, Álvaro Fernández Rojas wrote: >>> Instead of trying to parse CFE version string, which is customized by some >>> vendors, let's just check that "CFE1" was

Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-09-21 Thread Naresh Kamboju
On Fri, 14 Aug 2020 at 14:26, Guenter Roeck wrote: > > On Mon, Jun 15, 2020 at 11:17:40AM +0200, Álvaro Fernández Rojas wrote: > > Instead of trying to parse CFE version string, which is customized by some > > vendors, let's just check that "CFE1" was passed on argument 3. > > > > Signed-off-by:

Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-08-14 Thread Guenter Roeck
On Mon, Jun 15, 2020 at 11:17:40AM +0200, Álvaro Fernández Rojas wrote: > Instead of trying to parse CFE version string, which is customized by some > vendors, let's just check that "CFE1" was passed on argument 3. > > Signed-off-by: Álvaro Fernández Rojas > Signed-off-by: Jonas Gorski >

Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-06-15 Thread Miquel Raynal
On Mon, 2020-06-15 at 09:17:40 UTC, =?utf-8?q?=C3=81lvaro_Fern=C3=A1ndez_Rojas?= wrote: > Instead of trying to parse CFE version string, which is customized by some > vendors, let's just check that "CFE1" was passed on argument 3. > > Signed-off-by: Álvaro Fernández Rojas > Signed-off-by: Jonas

Re: [PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-06-15 Thread Florian Fainelli
On 6/15/2020 2:17 AM, Álvaro Fernández Rojas wrote: > Instead of trying to parse CFE version string, which is customized by some > vendors, let's just check that "CFE1" was passed on argument 3. > > Signed-off-by: Álvaro Fernández Rojas > Signed-off-by: Jonas Gorski Reviewed-by: Florian

[PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection

2020-06-15 Thread Álvaro Fernández Rojas
Instead of trying to parse CFE version string, which is customized by some vendors, let's just check that "CFE1" was passed on argument 3. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski --- v4: shorten conditional compilation part as suggested by Miquèl. v3: keep