[RFC PATCH 0/5] MTD: nandsim: simulate multiple chips

Brian Norris computersforpeace at gmail.com
Fri Nov 20 14:06:30 EST 2015


On Wed, Aug 05, 2015 at 08:55:49AM +0000, Sheng Yong wrote:
> 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.

I'm not quite sure I understand the real purpose of this feature. Seems
like you're just testing different corners of the internals of the NAND
framework, but not actually exposing anything new that an MTD user would
care about. Care to clarify?

Brian

> 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
> 



More information about the linux-mtd mailing list