From: Artem Bityutskiy <dedekind1@gmail.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: kyungmin.park@samsung.com, linux-mtd@lists.infradead.org,
ben-linux@fluff.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] Add support for Samsung SoC OneNAND controllers
Date: Tue, 04 May 2010 16:21:41 +0300 [thread overview]
Message-ID: <1272979301.3702.8.camel@localhost> (raw)
In-Reply-To: <1272469609-21876-1-git-send-email-m.szyprowski@samsung.com>
On Wed, 2010-04-28 at 17:46 +0200, Marek Szyprowski wrote:
> This patch series add support for Samsung SoC OneNAND controllers found
> on S3C64xx, S5PC100 and S5PC110 chips. A few extensions to OneNAND core
> were required to make the driver working properly on all supported SoCs.
>
> The required platform setup code has been posted to relevant mailing
> list (ARM Kernel: "[PATCH] ARM: Samsung: Add platform support code for
> OneNAND controller" thread).
>
> Changes since v1:
> * addressed all coding style issues reported by Ben Dooks
> * moved all resource definitions to platform device resources
> * moved all resource definitions for different SoCs from regs-onenand.h to
> arch/arm/mach-{s3c64xx,s5pc100,s5pv210}/include/mach/map.h
> * moved all #ifdef conditional code to separate functions
>
> This patch series includes:
>
> [PATCH 1/5] drivers: mtd: onenand: add support for chips with 4KB page size
> [PATCH 2/5] drivers: mtd: onenand: allocate verify buffer in the core
> [PATCH 3/5] drivers: mtd: onenand: add new callback for bufferram read
> [PATCH 4/5] drivers: mtd: onenand: add workaround for SYNC_WRITE mode
> [PATCH 5/5] drivers: mtd: add Samsung SoC OneNAND driver
Pushed this series to my l2-mtd-2.6.git / dunno
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
WARNING: multiple messages have this Message-ID (diff)
From: dedekind1@gmail.com (Artem Bityutskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] Add support for Samsung SoC OneNAND controllers
Date: Tue, 04 May 2010 16:21:41 +0300 [thread overview]
Message-ID: <1272979301.3702.8.camel@localhost> (raw)
In-Reply-To: <1272469609-21876-1-git-send-email-m.szyprowski@samsung.com>
On Wed, 2010-04-28 at 17:46 +0200, Marek Szyprowski wrote:
> This patch series add support for Samsung SoC OneNAND controllers found
> on S3C64xx, S5PC100 and S5PC110 chips. A few extensions to OneNAND core
> were required to make the driver working properly on all supported SoCs.
>
> The required platform setup code has been posted to relevant mailing
> list (ARM Kernel: "[PATCH] ARM: Samsung: Add platform support code for
> OneNAND controller" thread).
>
> Changes since v1:
> * addressed all coding style issues reported by Ben Dooks
> * moved all resource definitions to platform device resources
> * moved all resource definitions for different SoCs from regs-onenand.h to
> arch/arm/mach-{s3c64xx,s5pc100,s5pv210}/include/mach/map.h
> * moved all #ifdef conditional code to separate functions
>
> This patch series includes:
>
> [PATCH 1/5] drivers: mtd: onenand: add support for chips with 4KB page size
> [PATCH 2/5] drivers: mtd: onenand: allocate verify buffer in the core
> [PATCH 3/5] drivers: mtd: onenand: add new callback for bufferram read
> [PATCH 4/5] drivers: mtd: onenand: add workaround for SYNC_WRITE mode
> [PATCH 5/5] drivers: mtd: add Samsung SoC OneNAND driver
Pushed this series to my l2-mtd-2.6.git / dunno
--
Best Regards,
Artem Bityutskiy (????? ????????)
next prev parent reply other threads:[~2010-05-04 13:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-28 15:46 [PATCH v2] Add support for Samsung SoC OneNAND controllers Marek Szyprowski
2010-04-28 15:46 ` Marek Szyprowski
2010-04-28 15:46 ` [PATCH 1/5] drivers: mtd: onenand: add support for chips with 4KB page size Marek Szyprowski
2010-04-28 15:46 ` Marek Szyprowski
2010-04-28 15:46 ` [PATCH 2/5] drivers: mtd: onenand: allocate verify buffer in the core Marek Szyprowski
2010-04-28 15:46 ` Marek Szyprowski
2010-04-28 15:46 ` [PATCH 3/5] drivers: mtd: onenand: add new callback for bufferram read Marek Szyprowski
2010-04-28 15:46 ` Marek Szyprowski
2010-04-28 15:46 ` [PATCH 4/5] drivers: mtd: onenand: add workaround for SYNC_WRITE mode Marek Szyprowski
2010-04-28 15:46 ` Marek Szyprowski
2010-04-28 15:46 ` [PATCH 5/5] drivers: mtd: add Samsung SoC OneNAND driver Marek Szyprowski
2010-04-28 15:46 ` Marek Szyprowski
2010-05-04 13:21 ` Artem Bityutskiy [this message]
2010-05-04 13:21 ` [PATCH v2] Add support for Samsung SoC OneNAND controllers Artem Bityutskiy
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=1272979301.3702.8.camel@localhost \
--to=dedekind1@gmail.com \
--cc=ben-linux@fluff.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=m.szyprowski@samsung.com \
/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.