From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 3 Mar 2014 20:17:08 -0600 Subject: [U-Boot] [U-Boot, v8] nand: add Faraday FTNANDC021 NAND controller support In-Reply-To: <1385606931-1900-1-git-send-email-dantesu@gmail.com> References: <1385606931-1900-1-git-send-email-dantesu@gmail.com> Message-ID: <20140304021708.GA28402@home.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Nov 28, 2013 at 10:48:51AM +0800, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > Faraday FTNANDC021 is an integrated NAND flash controller. > It use a build-in command table to abstract the underlying > NAND flash control logic. > > For example: > > Issuing a command 0x10 to FTNANDC021 would result in > a page write + a read status operation. > > Signed-off-by: Kuo-Jung Su > CC: Albert ARIBAUD > CC: Scott Wood > > --- > Changes for v8: > - Add ftnandc021 spl driver > - Drop '#include ' > - Coding style cleanup > - Update NAND flash ecc layout > - Split from Faraday A36x patch series Acked-by: Scott Wood Please unsplit (or just have the custodian that takes the other Faraday patches take this with the ack). My understanding is that U-Boot's dead code rules prevent me from applying this separately from a board that uses it (it also makes it hard for me to verify that it builds). -Scott