All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mtd: onenand: add cache program feature for 4kb page onenand
@ 2010-11-02 11:25 Roman Tereshonkov
  2010-11-02 11:25 ` [PATCH 1/3] mtd: onenand: add option and variable for cache program feature Roman Tereshonkov
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Roman Tereshonkov @ 2010-11-02 11:25 UTC (permalink / raw)
  To: linux-mtd; +Cc: kyungmin.park, Roman Tereshonkov

Implement cache program feature for 4KB page onenand.
This feature improves the write data performance.
The observed 128KB data program speed change is
from 8827KB/s to 14156 KB/s when the feature is enabled.

Roman Tereshonkov (3):
  mtd: onenand: add option and variable for cache program feature
  mtd: onenand: introduce not "real" commands for cache program
    feature.
  mtd: onenand: implement cache program feature for 4kb page onenand

 drivers/mtd/onenand/omap2.c        |   12 ++++++++--
 drivers/mtd/onenand/onenand_base.c |   39 ++++++++++++++++++++++++++++++++++-
 include/linux/mtd/onenand.h        |   12 +++++++++++
 include/linux/mtd/onenand_regs.h   |    2 +
 4 files changed, 60 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2010-11-03 10:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 11:25 [PATCH 0/3] mtd: onenand: add cache program feature for 4kb page onenand Roman Tereshonkov
2010-11-02 11:25 ` [PATCH 1/3] mtd: onenand: add option and variable for cache program feature Roman Tereshonkov
2010-11-02 11:25 ` [PATCH 2/3] mtd: onenand: introduce not "real" commands " Roman Tereshonkov
2010-11-02 11:25 ` [PATCH 3/3] mtd: onenand: implement cache program feature for 4kb page onenand Roman Tereshonkov
2010-11-02 14:00   ` Kyungmin Park
2010-11-02 14:37     ` Roman Tereshonkov
2010-11-02 14:50       ` Kyungmin Park
2010-11-02 16:53         ` Roman Tereshonkov
2010-11-03  7:34           ` Kyungmin Park
2010-11-03 10:06             ` Kyungmin Park
2010-11-02 14:01 ` [PATCH 0/3] mtd: onenand: add " Kyungmin Park

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.