From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4 v4] s5pc1xx: support onenand driver
Date: Fri, 09 Oct 2009 12:10:10 +0900 [thread overview]
Message-ID: <4ACEA992.2080903@samsung.com> (raw)
In-Reply-To: <4AC46638.3010203@samsung.com>
Minkyu Kang wrote:
> This patch includes the onenand driver for s5pc100
>
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> Changes since v1:
> - move samsung_onenand.h to include/linux/mtd/
> - make C struct instead of base+offset
> - Remove the "1 &&" in while loop
>
> Changes since v2:
> - drop blank lines
> - adds some comments
> - modify to lower case letter in C struct
>
> Changes since v3:
> - fix the copyright
>
> drivers/mtd/onenand/Makefile | 1 +
> drivers/mtd/onenand/samsung.c | 636 +++++++++++++++++++++++++++++++++++
> include/linux/mtd/onenand.h | 1 +
> include/linux/mtd/onenand_regs.h | 4 +
> include/linux/mtd/samsung_onenand.h | 131 +++++++
> 5 files changed, 773 insertions(+), 0 deletions(-)
> create mode 100644 drivers/mtd/onenand/samsung.c
> create mode 100644 include/linux/mtd/samsung_onenand.h
>
applied to u-boot-samsung
Minkyu Kang
next prev parent reply other threads:[~2009-10-09 3:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-10 7:35 [U-Boot] [PATCH 2/4 v2] s5pc1xx: support onenand driver Minkyu Kang
2009-09-10 11:16 ` Wolfgang Denk
2009-09-15 2:40 ` Minkyu Kang
2009-09-22 12:35 ` [U-Boot] [PATCH 2/4 v3] " Minkyu Kang
2009-09-22 14:48 ` Tom
2009-09-23 10:49 ` Minkyu Kang
2009-09-23 23:46 ` Kyungmin Park
2009-09-24 1:17 ` Tom
2009-09-24 13:27 ` Wolfgang Denk
2009-09-28 17:55 ` Scott Wood
2009-10-01 8:20 ` [U-Boot] [PATCH 2/4 v4] " Minkyu Kang
2009-10-09 3:10 ` Minkyu Kang [this message]
2009-10-03 23:25 ` [U-Boot] [PATCH 2/4 v3] " Wolfgang Denk
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=4ACEA992.2080903@samsung.com \
--to=mk7.kang@samsung.com \
--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.