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

2018-08-02 Thread Jose Landeros
___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2018-08-01 Thread Miquel Raynal
Hi Jagan, Jagan Teki wrote on Wed, 1 Aug 2018 11:55:19 +0530: > On Wed, Aug 1, 2018 at 12:55 AM, Boris Brezillon > wrote: > > Hi Jagan, > > > > On Tue, 31 Jul 2018 20:03:47 +0530 > > Jagan Teki wrote: > > > >> > Applied to u-boot-spi/master > >> > >> Look like we have some build issues [1]

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

2018-07-31 Thread Jagan Teki
On Wed, Aug 1, 2018 at 12:55 AM, Boris Brezillon wrote: > Hi Jagan, > > On Tue, 31 Jul 2018 20:03:47 +0530 > Jagan Teki wrote: > >> > Applied to u-boot-spi/master >> >> Look like we have some build issues [1]? > > Yep, I reproduced the issue. Looks like u-boot Makefile hierarchy is a > bit differ

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

2018-07-31 Thread Boris Brezillon
On Tue, 31 Jul 2018 21:25:53 +0200 Boris Brezillon wrote: > Hi Jagan, > > On Tue, 31 Jul 2018 20:03:47 +0530 > Jagan Teki wrote: > > > > Applied to u-boot-spi/master > > > > Look like we have some build issues [1]? > > Yep, I reproduced the issue. Looks like u-boot Makefile hierarchy i

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

2018-07-31 Thread Boris Brezillon
Hi Jagan, On Tue, 31 Jul 2018 20:03:47 +0530 Jagan Teki wrote: > > Applied to u-boot-spi/master > > Look like we have some build issues [1]? Yep, I reproduced the issue. Looks like u-boot Makefile hierarchy is a bit different from Linux one, and patch is breaking raw/parallel NAND build. I f

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

2018-07-31 Thread Jagan Teki
On Tue, Jul 31, 2018 at 12:59 PM, Jagan Teki wrote: > On Mon, Jul 30, 2018 at 9:16 PM, Miquel Raynal > wrote: >> 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

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

2018-07-31 Thread Jagan Teki
On Mon, Jul 30, 2018 at 9:16 PM, Miquel Raynal wrote: > 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 'raw' NAND related cod

[U-Boot] [PATCH v5 00/27] SPI-NAND support

2018-07-30 Thread Miquel Raynal
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 'raw' NAND related code to a raw/ subdirectory, adding at the same time a NAND core t