public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Dave Dillow <ddillow@idleaire.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: INFTL problems
Date: Wed, 05 Nov 2003 10:27:12 +0000	[thread overview]
Message-ID: <1068028031.6065.18.camel@hades.cambridge.redhat.com> (raw)
In-Reply-To: <1067376879.9396.1.camel@dillow.idleaire.com>

On Tue, 2003-10-28 at 16:34 -0500, Dave Dillow wrote:
> Try this -- it's my current hack to get my 128MB recoginzed. When I get
> time, I plan to work on nand/diskonchip.c, per dwmw2's suggestion.

I'm having a go at merging it -- I should have something for you to test
shortly. I'm hoping to drop the 'DoC_is_2000TSOP()' tests and just treat
it unconditionally as a Millennium. Did you really need these parts...

-       if (DoC_is_2000(doc))
+       if (DoC_is_2000(doc) || DoC_is_2000TSOP(doc))
                xtraflags |= CDSN_CTRL_FLASH_IO;

For the Millennium (and hence I'd have assumed for these 2000 parts too)
we're never supposed to set the CDSN_CTRL_FLASH_IO bit; it's defined as
"always write zero".

Zachi?

-- 
dwmw2

  parent reply	other threads:[~2003-11-05 10:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-28 17:32 INFTL problems Chris Ellec
2003-10-28 21:34 ` Dave Dillow
2003-10-29 11:41   ` David Woodhouse
2003-11-05 10:27   ` David Woodhouse [this message]
2003-11-05 13:28   ` David Woodhouse
2003-11-05 17:23 ` 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=1068028031.6065.18.camel@hades.cambridge.redhat.com \
    --to=dwmw2@infradead.org \
    --cc=ddillow@idleaire.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox