linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Add support for Samsung SoC OneNAND controllers
@ 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
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marek Szyprowski @ 2010-04-28 15:46 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-04 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-28 15:46 [PATCH v2] Add support for Samsung SoC OneNAND controllers 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 ` [PATCH 2/5] drivers: mtd: onenand: allocate verify buffer in the core 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 ` [PATCH 4/5] drivers: mtd: onenand: add workaround for SYNC_WRITE mode Marek Szyprowski
2010-04-28 15:46 ` [PATCH 5/5] drivers: mtd: add Samsung SoC OneNAND driver Marek Szyprowski
2010-05-04 13:21 ` [PATCH v2] Add support for Samsung SoC OneNAND controllers Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).