From: "José Miguel Gonçalves" <jose.goncalves@inov.pt>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot,v5,09/11] S3C24XX: Add NAND Flash driver
Date: Thu, 14 Nov 2013 08:31:36 +0000 [thread overview]
Message-ID: <52848A68.9030909@inov.pt> (raw)
In-Reply-To: <20131114015652.GA12530@home.buserror.net>
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 <jose.goncalves@inov.pt>
>>
>> ---
>> 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
>
>
next prev parent reply other threads:[~2013-11-14 8:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 18:47 [U-Boot] [PATCH v5 00/11] S3C24XX: Add support to MINI2416 board José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 01/11] Add configuration option to select printf() inclusion on SPL José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 02/11] S3C24XX: Add core support for Samsung's S3C24XX SoCs José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 03/11] serial: Add support to 4 ports in serial_s3c24x0 José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 04/11] serial: Use a more precise baud rate generation for serial_s3c24x0 José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 05/11] serial: Remove unnecessary delay in serial_s3c24x0 José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 06/11] rtc: Improve rtc_get() on s3c24x0_rtc José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 07/11] rtc: Fix rtc_reset() " José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 08/11] rtc: Don't allow setting unsuported years " José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 09/11] S3C24XX: Add NAND Flash driver José Miguel Gonçalves
2013-11-14 1:56 ` [U-Boot] [U-Boot,v5,09/11] " Scott Wood
2013-11-14 8:31 ` José Miguel Gonçalves [this message]
2012-09-21 18:47 ` [U-Boot] [PATCH v5 10/11] Add u-boot-with-spl.bin target to the Makefile José Miguel Gonçalves
2012-09-21 18:47 ` [U-Boot] [PATCH v5 11/11] S3C24XX: Add support to MINI2416 board José Miguel Gonçalves
2012-11-27 14:56 ` [U-Boot] [PATCH v5 00/11] " José Miguel Gonçalves
2012-11-27 19:05 ` Scott Wood
2012-11-27 22:58 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52848A68.9030909@inov.pt \
--to=jose.goncalves@inov.pt \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.