From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Pringlemeir Date: Thu, 11 Sep 2014 14:57:22 -0400 Subject: [U-Boot] [PATCH v4 1/2] mtd: nand: add Freescale vf610_nfc driver In-Reply-To: <6c4a64f326a7d52f5688a839f9b88d60556a330b.1410440407.git.stefan@agner.ch> (Stefan Agner's message of "Thu, 11 Sep 2014 15:07:08 +0200") References: <6c4a64f326a7d52f5688a839f9b88d60556a330b.1410440407.git.stefan@agner.ch> Message-ID: <87sijyugrx.fsf@nbsps.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11 Sep 2014, stefan at agner.ch wrote: > This adds initial support for Freescale NFC (NAND Flash Controller) > found in ARM Vybrid SoC's, Power Architecture MPC5125 and others. > The driver is called vf610_nfc since this is the first supported > and tested hardware platform supported by the driver. > > Signed-off-by: Stefan Agner Acked-by: Bill Pringlemeir