All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] MTD: nandsim: simulate multiple chips
@ 2015-08-05  8:55 Sheng Yong
  2015-08-05  8:55 ` [RFC PATCH 1/5] MTD: nandsim: add numchips module parameter Sheng Yong
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Sheng Yong @ 2015-08-05  8:55 UTC (permalink / raw)
  To: computersforpeace; +Cc: dwmw2, richard, linux-mtd

Hi, folks,

These patchset add a new module parameter, numchips, to supports to
simulate NAND flash with multiple chips.

This simulation helps to test and improve generic NAND driver on
multiple chips NAND flash.

MTD test (except for mtd_nandbiterr) are passed. 

Thanks,
Sheng

Sheng Yong (5):
  MTD: nandsim: add numchips module parameter
  MTD: nandsim: fix column address size of large page
  MTD: nandsim: fix page address size
  MTD: nandsim: add ADJUST_ROW() to find the real page number
  MTD: nandsim: extent outprint messages

 drivers/mtd/nand/nandsim.c | 632 +++++++++++++++++++++++++++------------------
 1 file changed, 377 insertions(+), 255 deletions(-)

-- 
1.8.3.4

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

end of thread, other threads:[~2015-11-23  1:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05  8:55 [RFC PATCH 0/5] MTD: nandsim: simulate multiple chips Sheng Yong
2015-08-05  8:55 ` [RFC PATCH 1/5] MTD: nandsim: add numchips module parameter Sheng Yong
2015-08-05  8:55 ` [RFC PATCH 2/5] MTD: nandsim: fix column address size of large page Sheng Yong
2015-08-05  8:55 ` [RFC PATCH 3/5] MTD: nandsim: fix page address size Sheng Yong
2015-08-05  8:55 ` [RFC PATCH 4/5] MTD: nandsim: add ADJUST_ROW() to find the real page number Sheng Yong
2015-08-05  8:55 ` [RFC PATCH 5/5] MTD: nandsim: extent outprint messages Sheng Yong
2015-11-20 19:06 ` [RFC PATCH 0/5] MTD: nandsim: simulate multiple chips Brian Norris
2015-11-23  1:53   ` Sheng Yong

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.