public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "J.D. Bakker" <bakker@thorgal.et.tudelft.nl>
To: David Woodhouse <dwmw2@infradead.org>
Cc: linux-mtd@lists.infradead.org
Cc: "J.D. Bakker" <bakker@thorgal.et.tudelft.nl>
Subject: Re: Handling multiple NAND chips -- take 2
Date: Wed, 25 Feb 2004 20:19:54 +0100	[thread overview]
Message-ID: <a06002002bc62a398281f@[130.161.115.44]> (raw)
In-Reply-To: <1077731948.7826.792.camel@hades.cambridge.redhat.com>

At 5:59 PM +0000 25/2/04, David Woodhouse wrote:
>Join us on IRC and tglx can heckle you too :)

Time to install an IRC client, I suppose.

<snip>

>  > * All detected devices are concatenated and represented as one large
>>  linear array of pages
>
>Look at the DiskOnChip Millennium Plus address-mangling code and
>comments above DoC_GetDataOffset().
>
>If we could support that it would perhaps be useful.

I'll have a look at it, thanks.

>  > * All devices are soldered to a motherboard. We are not interested in
>>  taking devices out of the array.
>
>Not sure. Look at how the new DiskOnChip driver has to screw around
>before the chip probing, so it can pretend this is true. T'would be nice
>to deal with a sparse array, at least.

Maybe. I don't have much of a problem of returning -EIO (or another 
more applicable error code) when higher layers access a non-present 
device. Then again, I don't see a useful response in such a scenario. 
What is a file system to do when part of the underlying (block) 
device is imply Not There ?

I'd very much like to keep this simplification. It makes the code 
much simpler: you can just rely on the fact that the array consists 
of all devices that were found during a probe. No config options 
needed, no 'raid blocks' on the NANDs.

>And if you mean hotplug -- think SmartMedia.

I'd rather not, thanks. Seriously though, I don't see many useful 
applications for a hot-swappable linear array.

Thanks,

JDB.
-- 
It was then I realized how dire my medical situation was.  Here I was,
a network admin, unable to leave, and here was someone with a broken
network.  And they didn't ask me to fix it.  They didn't even try to
casually pry a hint out of me.  -- Ryan Tucker , in the Monastery

  parent reply	other threads:[~2004-02-25 19:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-25 17:44 Handling multiple NAND chips -- take 2 J.D. Bakker
2004-02-25 17:59 ` David Woodhouse
2004-02-25 18:06   ` Derek Jones
2004-02-25 18:29   ` jasmine
2004-02-25 19:35     ` J.D. Bakker
2004-02-25 20:46       ` Thomas Gleixner
2004-02-25 19:19   ` J.D. Bakker [this message]
2004-02-25 20:22 ` Thomas Gleixner
2004-02-26  7:54   ` David Woodhouse

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='a06002002bc62a398281f@[130.161.115.44]' \
    --to=bakker@thorgal.et.tudelft.nl \
    --cc=dwmw2@infradead.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox