From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 30 Jul 2012 11:34:26 -0600 Subject: [U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support In-Reply-To: <1343631210-22278-1-git-send-email-sjg@chromium.org> References: <1343631210-22278-1-git-send-email-sjg@chromium.org> Message-ID: <5016C5A2.8060406@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/30/2012 12:53 AM, Simon Glass wrote: > This series adds NAND flash support to Tegra and enables it on Seaboard. > > Included here is a proposed device tree binding with most of the properties > private to "nvidia,". The binding includes information about the NAND > controller as well as the connected NAND device. The Seaboard has a > Hynix HY27UF4G2B. > > The driver supports ECC-based access and uses DMA and NAND acceleration > features of the Tegra SOC to provide access at reasonable speed. Along with a couple of patches that I'll post momentarily, this works for me on Harmony, so: Tested-by: Stephen Warren