From: David Woodhouse <dwmw2@infradead.org>
To: "Arnold Christensen" <AKC@pel.dk>
Cc: mtd@infradead.org
Subject: Re: FOUND IT + how to fix, Was: Using MTD + cfi_probe with RPXLite ?
Date: Tue, 04 Jul 2000 10:04:26 +0100 [thread overview]
Message-ID: <8930.962701466@cygnus.co.uk> (raw)
In-Reply-To: <s961b546.043@mail.pel.dk>
AKC@pel.dk said:
> cfi_probe couldn't detect the flash on the RPXLite because it only has
> x32 access, which means A30,A31 isn't connected to the flash. So to
> detect the flash and get information from it all address' needs *4,
> eg. 0xAA becomes 0x2a8.
> After the flash is detected in cfi_probe_new_chip, all the address'
> needs *2
> There must be a better way than touching up the code by hand ;-)
Try the rpxlite map driver which I've added to the CVS tree. If it doesn't
work, let me have a patch for it.
There's also a 'physmap' driver for normal physical mappings of flash
chips, which require ioremap() to get a virtual mapping - unlike nora.c
which has a virtual mapping set up for it by the kernel's VM init code.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
parent reply other threads:[~2000-07-04 9:00 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <s961b546.043@mail.pel.dk>]
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=8930.962701466@cygnus.co.uk \
--to=dwmw2@infradead.org \
--cc=AKC@pel.dk \
--cc=mtd@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