All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angus CLARK <angus.clark@st.com>
To: linux-mtd@lists.infradead.org
Cc: Brian Norris <computersforpeace@gmail.com>
Subject: Re: [PATCH V3 3/6] MTD : add the database for the NANDs
Date: Tue, 06 Dec 2011 12:06:42 +0000	[thread overview]
Message-ID: <4EDE0552.4010501@st.com> (raw)
In-Reply-To: <CAN8TOE_87PvCbSemkM5auioo1z0FDTnmoQ813N9Xj09O36S2rA@mail.gmail.com>

Hi Brian,

On 11/21/2011 10:18 PM, Brian Norris wrote:
> 
>> I have also added a few more devices and columns to the table (#CS,
>> #LUNs, #RBn) which I hope to submit shortly.
> 
> Might be useful. Patch it against the CSV in mtd-www.git
> (nand-data/nanddata.csv) please.
> 

Just about send the patches to the list...

>> the table!) would be a good start?
> 
> Perhaps. If you have an easily testable framework for validating
> against the CSV table from mtd-www.git, then it could be useful.

I will update the test framework to work with the CSV table and post the result
here... probably not until next week now...

Cheers,

Angus

  reply	other threads:[~2011-12-06 12:06 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-30  8:40 [PATCH V3 0/6] add the GPMI controller driver for IMX23/IMX28 Huang Shijie
2011-03-30  8:40 ` Huang Shijie
2011-03-30  8:40 ` [PATCH V3 1/6] ARM: add GPMI support for imx23/imx28 Huang Shijie
2011-03-30  8:40   ` Huang Shijie
2011-03-30  8:40 ` [PATCH V3 2/6] dmaengine: change the flags of request_irq() Huang Shijie
2011-03-30  8:40   ` Huang Shijie
2011-03-30  9:03   ` Lothar Waßmann
2011-03-30  9:03     ` Lothar Waßmann
2011-03-30  9:13     ` Shawn Guo
2011-03-30  9:13       ` Shawn Guo
2011-03-30  9:15       ` Lothar Waßmann
2011-03-30  9:15         ` Lothar Waßmann
2011-03-30  9:44         ` Huang Shijie
2011-03-30  9:44           ` Huang Shijie
2011-03-31  7:02         ` [PATCH V3 2/6] dmaengine: add interrupt check for GPMI controller Huang Shijie
2011-03-31  7:02           ` Huang Shijie
2011-03-31  8:02           ` Lothar Waßmann
2011-03-31  8:02             ` Lothar Waßmann
2011-03-31  8:50             ` Huang Shijie
2011-03-31  8:50               ` Huang Shijie
2011-03-31  8:50               ` Lothar Waßmann
2011-03-31  8:50                 ` Lothar Waßmann
2011-03-31  9:08                 ` Huang Shijie
2011-03-31  9:08                   ` Huang Shijie
2011-03-31  9:34                   ` Lothar Waßmann
2011-03-31  9:34                     ` Lothar Waßmann
2011-04-01  3:47                   ` Shawn Guo
2011-04-01  3:47                     ` Shawn Guo
2011-04-01  4:36                     ` Huang Shijie
2011-04-01  4:36                       ` Huang Shijie
2011-03-30  8:40 ` [PATCH V3 3/6] MTD : add the database for the NANDs Huang Shijie
2011-03-30  8:40   ` Huang Shijie
2011-03-30  8:46   ` Florian Fainelli
2011-03-30  8:46     ` Florian Fainelli
2011-03-30  9:05     ` Huang Shijie
2011-03-30  9:05       ` Huang Shijie
2011-03-30  9:23       ` Florian Fainelli
2011-03-30  9:23         ` Florian Fainelli
2011-03-30  9:54         ` Huang Shijie
2011-03-30  9:54           ` Huang Shijie
2011-03-31 10:10       ` Artem Bityutskiy
2011-03-31 10:10         ` Artem Bityutskiy
2011-03-31 14:17         ` Huang Shijie
2011-03-31 14:17           ` Huang Shijie
2011-09-14 15:44           ` Brian Norris
2011-09-14 15:44             ` Brian Norris
2011-09-15  2:21             ` Huang Shijie
2011-09-15  2:21               ` Huang Shijie
2011-09-16  8:11             ` Angus CLARK
2011-11-21 22:18               ` Brian Norris
2011-12-06 12:06                 ` Angus CLARK [this message]
2011-11-24  3:11             ` Huang Shijie
2011-11-24  3:11               ` Huang Shijie
2011-03-30  8:40 ` [PATCH V3 4/6] MTD : add the common code for GPMI controller driver Huang Shijie
2011-07-08 16:46   ` Huang Shijie
2011-03-30  8:40 ` [PATCH V3 5/6] MTD: add support for imx23 and imx28 Huang Shijie
2011-03-30  8:40   ` Huang Shijie
2011-03-30  8:40 ` [PATCH V3 6/6] MTD : add GPMI driver in the config and Makefile Huang Shijie
2011-03-30  8:40   ` Huang Shijie

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=4EDE0552.4010501@st.com \
    --to=angus.clark@st.com \
    --cc=computersforpeace@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    /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.