From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jos=E9_Miguel_Gon=E7alves?= Date: Thu, 14 Nov 2013 08:31:36 +0000 Subject: [U-Boot] [U-Boot,v5,09/11] S3C24XX: Add NAND Flash driver In-Reply-To: <20131114015652.GA12530@home.buserror.net> References: <1348253268-21812-10-git-send-email-jose.goncalves@inov.pt> <20131114015652.GA12530@home.buserror.net> Message-ID: <52848A68.9030909@inov.pt> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Scott, This patch series was missed by Minkyu when I posted it one year ago. I've promised to rebase it on the latest u-boot tree, but still did not have time for doing it; http://lists.denx.de/pipermail/u-boot/2013-September/163467.html Best regards, Jos? Gon?alves On 14-11-2013 01:56, Scott Wood wrote: > On Fri, Sep 21, 2012 at 07:47:46PM +0100, Jos? Miguel Gon?alves wrote: >> NAND Flash driver with HW ECC for the S3C24XX SoCs. >> Currently it only supports SLC NAND chips. >> >> Signed-off-by: Jos? Miguel Gon?alves >> >> --- >> Changes for v2: >> - Coding style cleanup >> - Use of clrsetbits_le32() >> - Use of register bit macros instead of magic numbers >> >> Changes for v3: >> - Removed magic numbers >> - Removed a macro to declare a void printf() >> - Replaced one printf() with a puts() >> >> Changes for v4: >> - Coding style cleanup >> - Use of a struct to store chip private data >> - Replaced u_long by u32 >> - Replaced u_char by uint8_t >> - Added error message in s3c_nand_select_chip() >> - Optimization of s3c_nand_hwcontrol() >> >> Changes for v5: >> - Dropped const attribute in the private struct >> - Added const attribute to 'cs' field in the private struct >> --- >> drivers/mtd/nand/Makefile | 1 + >> drivers/mtd/nand/s3c24xx_nand.c | 255 +++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 256 insertions(+) >> create mode 100644 drivers/mtd/nand/s3c24xx_nand.c > Minkyu, what's the status of this patchset? I don't see any comments in > patchwork. Is this patch still active and needing my ack? > > -Scott > >