All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Sheng Yong <shengyong1@huawei.com>
Cc: dwmw2@infradead.org, richard@nod.at,
	linux-mtd@lists.infradead.org,
	Boris Brezillon <boris.brezillon@free-electrons.com>
Subject: Re: [RFC PATCH 0/5] MTD: nandsim: simulate multiple chips
Date: Fri, 20 Nov 2015 11:06:30 -0800	[thread overview]
Message-ID: <20151120190630.GV64635@google.com> (raw)
In-Reply-To: <1438764954-36976-1-git-send-email-shengyong1@huawei.com>

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
> 

  parent reply	other threads:[~2015-11-20 19:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Brian Norris [this message]
2015-11-23  1:53   ` [RFC PATCH 0/5] MTD: nandsim: simulate multiple chips Sheng Yong

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=20151120190630.GV64635@google.com \
    --to=computersforpeace@gmail.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=shengyong1@huawei.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.