Re: [PATCH] mtd: Fix mtd not registered due to nvmem name collision

2020-05-18 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Miquel Raynal" > An: "Ricardo Ribalda Delgado" > CC: "richard" , "Vignesh Raghavendra" , > "linux-mtd" , > "linux-kernel" , "Boris Brezillon" > , "Alban Bedel&quo

Re: [PATCH] mtd: Fix mtd not registered due to nvmem name collision

2020-05-18 Thread Miquel Raynal
Hi Ricardo, Ricardo Ribalda Delgado wrote on Mon, 18 May 2020 16:01:47 +0200: > Hi > > This is just a friendly ping after two weeks ;) Don't worry, it's in the pipe :) > > On Mon, May 4, 2020 at 10:44 AM Miquel Raynal > wrote: > > > > Hi Richard, > > > > Ricardo Ribalda Delgado wrote on

Re: [PATCH] mtd: Fix mtd not registered due to nvmem name collision

2020-05-18 Thread Ricardo Ribalda Delgado
Hi This is just a friendly ping after two weeks ;) On Mon, May 4, 2020 at 10:44 AM Miquel Raynal wrote: > > Hi Richard, > > Ricardo Ribalda Delgado wrote on Thu, 30 Apr 2020 > 15:17:21 +0200: > > > From: Ricardo Ribalda Delgado > > > > When the nvmem framework is enabled, a nvmem device is

Re: [PATCH] mtd: Fix mtd not registered due to nvmem name collision

2020-05-04 Thread Miquel Raynal
Hi Richard, Ricardo Ribalda Delgado wrote on Thu, 30 Apr 2020 15:17:21 +0200: > From: Ricardo Ribalda Delgado > > When the nvmem framework is enabled, a nvmem device is created per mtd > device/partition. > > It is not uncommon that a device can have multiple mtd devices with > partitions

[PATCH] mtd: Fix mtd not registered due to nvmem name collision

2020-04-30 Thread Ricardo Ribalda Delgado
From: Ricardo Ribalda Delgado When the nvmem framework is enabled, a nvmem device is created per mtd device/partition. It is not uncommon that a device can have multiple mtd devices with partitions that have the same name. Eg, when there DT overlay is allowed and the same device with mtd is