From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 2 Aug 2015 14:56:38 +0200 Subject: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL In-Reply-To: <1438456935.2097.21.camel@freescale.com> References: <1437654784-19942-1-git-send-email-pzierhoffer@antmicro.com> <55BCB879.7040103@redhat.com> <20150801143027.663f8105@bbrezillon> <1438456935.2097.21.camel@freescale.com> Message-ID: <55BE1386.4030806@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 01-08-15 21:22, Scott Wood wrote: > On Sat, 2015-08-01 at 14:30 +0200, Boris Brezillon wrote: >> Hi Hans, >> >> On Sat, 1 Aug 2015 14:15:53 +0200 >> Hans de Goede wrote: >> >>> Hi, >>> >>> On 23-07-15 14:33, Piotr Zierhoffer wrote: >>>> This is a basic driver for the sunxi NAND controller for Allwinner A20. >>>> It supports only SPL. >>>> >>>> The driver uses DMA for data transfers. It does not support writing. >>> >>> Thanks for your work on this. >>> >>> I've merged patches 1 - 3 in my sunxi-wip branch, >>> and I'll include them in the next u-boot-sunxi pull-req. >> >> Shouldn't we at least wait for Scoot's approval? > > Or Scott's. :-) > > ACK Thanks. > though I'd encourage quickly implementing multiple spl payload locations > to work around the breakage of the bad block marker mechanism, as was > discussed. I agree 100%, I've added note to my sunxi todo list for this. Note I only have this on my todo list as a reminder, since a few other people are actively working on sunxi nand support I hope that someone else will tackle this. Regards, Hans