Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-08 Thread Miquel Raynal
Hi Jagan, Jagan Teki wrote on Mon, 6 Aug 2018 23:20:19 +0530: > Are you planning to send the next version? I was not as we gave you a branch to pull patches from and test with Travis if the warnings were gone [1]. Of course I can send the patches if you want them here also. If Stefan sends a

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-08 Thread Miquel Raynal
Hi Daniel, Daniel Schwierzeck wrote on Tue, 7 Aug 2018 16:39:34 +0200: > 2018-08-04 9:23 GMT+02:00 Miquel Raynal : > > Hi Jagan, > > > > Jagan Teki wrote on Fri, 3 Aug 2018 > > 17:38:33 +0530: > > > >> On Fri, Aug 3, 2018 at 3:20 PM, Jagan Teki > >> wrote: > >> > On Fri, Aug 3, 2018 at 1:

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-07 Thread Daniel Schwierzeck
2018-08-04 9:23 GMT+02:00 Miquel Raynal : > Hi Jagan, > > Jagan Teki wrote on Fri, 3 Aug 2018 > 17:38:33 +0530: > >> On Fri, Aug 3, 2018 at 3:20 PM, Jagan Teki >> wrote: >> > On Fri, Aug 3, 2018 at 1:57 PM, Miquel Raynal >> > wrote: >> >> Hi Jagan, Tom, >> >> >> >> Miquel Raynal wrote on Wed,

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-06 Thread Stefan Roese
Hi Boris, On 06.08.2018 22:43, Boris Brezillon wrote: On Mon, 6 Aug 2018 19:45:24 +0200 Stefan Roese wrote: Hi Miquel, I just noticed that when using this patchset version, I'm getting oopses / crashes while trying to attach an MTD partition to UBI using "ubi part". This did not happen with

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-06 Thread Boris Brezillon
On Mon, 6 Aug 2018 19:45:24 +0200 Stefan Roese wrote: > Hi Miquel, > > I just noticed that when using this patchset version, I'm > getting oopses / crashes while trying to attach an MTD > partition to UBI using "ubi part". This did not happen > with earlier versions. > > I digged a bit into it

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-06 Thread Jagan Teki
Are you planning to send the next version? On Sat, Aug 4, 2018 at 3:29 PM, Miquel Raynal wrote: > Hi Boris, > > Boris Brezillon wrote on Sat, 4 Aug 2018 > 10:34:55 +0200: > >> On Sat, 4 Aug 2018 09:23:05 +0200 >> Miquel Raynal wrote: >> >> > Hi Jagan, >> > >> > Jagan Teki wrote on Fri, 3 Aug 2

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-06 Thread Stefan Roese
Hi Miquel, I just noticed that when using this patchset version, I'm getting oopses / crashes while trying to attach an MTD partition to UBI using "ubi part". This did not happen with earlier versions. I digged a bit into it and noticed that for example mtd_read() in mtdcore.c has some differenc

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-04 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Sat, 4 Aug 2018 10:34:55 +0200: > On Sat, 4 Aug 2018 09:23:05 +0200 > Miquel Raynal wrote: > > > Hi Jagan, > > > > Jagan Teki wrote on Fri, 3 Aug 2018 > > 17:38:33 +0530: > > > > > On Fri, Aug 3, 2018 at 3:20 PM, Jagan Teki > > > wrote: > > > > On

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-04 Thread Boris Brezillon
On Sat, 4 Aug 2018 09:23:05 +0200 Miquel Raynal wrote: > Hi Jagan, > > Jagan Teki wrote on Fri, 3 Aug 2018 > 17:38:33 +0530: > > > On Fri, Aug 3, 2018 at 3:20 PM, Jagan Teki > > wrote: > > > On Fri, Aug 3, 2018 at 1:57 PM, Miquel Raynal > > > wrote: > > >> Hi Jagan, Tom, > > >> > > >

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-04 Thread Miquel Raynal
Hi Jagan, Jagan Teki wrote on Fri, 3 Aug 2018 17:38:33 +0530: > On Fri, Aug 3, 2018 at 3:20 PM, Jagan Teki wrote: > > On Fri, Aug 3, 2018 at 1:57 PM, Miquel Raynal > > wrote: > >> Hi Jagan, Tom, > >> > >> Miquel Raynal wrote on Wed, 1 Aug 2018 > >> 10:18:21 +0200: > >> > >>> During the

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-03 Thread Jagan Teki
On Fri, Aug 3, 2018 at 3:20 PM, Jagan Teki wrote: > On Fri, Aug 3, 2018 at 1:57 PM, Miquel Raynal > wrote: >> Hi Jagan, Tom, >> >> Miquel Raynal wrote on Wed, 1 Aug 2018 >> 10:18:21 +0200: >> >>> During the last months, Boris Brezillon shared his work to support >>> serial flashes within Linux

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-03 Thread Jagan Teki
On Fri, Aug 3, 2018 at 1:57 PM, Miquel Raynal wrote: > Hi Jagan, Tom, > > Miquel Raynal wrote on Wed, 1 Aug 2018 > 10:18:21 +0200: > >> During the last months, Boris Brezillon shared his work to support >> serial flashes within Linux. First, he delivered (and merged) a new >> layer called spi-me

Re: [U-Boot] [PATCH v6 00/27] SPI-NAND support

2018-08-03 Thread Miquel Raynal
Hi Jagan, Tom, Miquel Raynal wrote on Wed, 1 Aug 2018 10:18:21 +0200: > During the last months, Boris Brezillon shared his work to support > serial flashes within Linux. First, he delivered (and merged) a new > layer called spi-mem. He also initiated in Linux MTD subsystem the move > of all 'ra