Re: [U-Boot] [RFC 07/11] mtd/nand Add Sunxi NAND driver

2015-06-14 Thread Boris Brezillon
On Fri, 5 Jun 2015 13:52:40 +0200 Roy Spliet r.spl...@ultimaker.com wrote: Heavily based on BBrezillon's (downstream) driver. Most noticable differences - No per-partition ECC settings. Partitions in U-boot are quite different from Linux - U-boot register definitions, shared with

Re: [U-Boot] [RFC 07/11] mtd/nand Add Sunxi NAND driver

2015-06-14 Thread Boris Brezillon
On Sun, 14 Jun 2015 13:42:12 +0200 Boris Brezillon boris.brezil...@free-electrons.com wrote: On Fri, 5 Jun 2015 13:52:40 +0200 Roy Spliet r.spl...@ultimaker.com wrote: Heavily based on BBrezillon's (downstream) driver. Most noticable differences - No per-partition ECC settings.

[U-Boot] [RFC 07/11] mtd/nand Add Sunxi NAND driver

2015-06-05 Thread Roy Spliet
Heavily based on BBrezillon's (downstream) driver. Most noticable differences - No per-partition ECC settings. Partitions in U-boot are quite different from Linux - U-boot register definitions, shared with sunxi_nand_spl - FDT parsing in-line, there's no framework method yet Signed-off-by: Roy