From: Kenneth Johansson <kenneth.johansson@etx.ericsson.se>
To: Simon Evans <spse@secret.org.uk>
Cc: linux-mtd@lists.infradead.org
Subject: Re: [ANN] Driver for PCMCIA Flash memory cards
Date: 02 Jul 2002 20:35:49 +0200 [thread overview]
Message-ID: <1025634949.1046.18.camel@spawn> (raw)
In-Reply-To: <E17PONb-0006pj-00@spoinky.renegade.org.uk>
On Tue, 2002-07-02 at 16:11, Simon Evans wrote:
>
> Hi,
>
> I have written an MTD driver for PCMCIA flash memory cards. These are the
> older type of PCMCIA memory cards (usually 4-16MB in size) NOT Compact Flash
> cards. The driver works by mapping out the cards and providing read/write
> routines then calling the chip probe functions. In this way it just acts
> as a mapping driver and doesnt care about the chips used.
Nice I also did a driver for this but I hardcoded everything so it was
useless for anyone but me(and mostly for me too ).
>
> It is still quite alpha and should be treated with caution,
> but I have successfully tested it on 2.4.19-rc1,2.4.17(i386) and
> 2.4.17-rmk5(ipaq/arm) with a few different memory cards.
> I have been able to setup jffs2 and transfer files between a laptop and
> Ipaq successfully.
Is arm little endian?? one reason I did not find this so useful for me
was that I have a powerpc target and that is big endian and I could not
use it for jff2 work as the data would not work when moved from a pc to
the target.
> Once the code is more stable I may put it into the MTD CVS, however I'm
> still figuring out some things with PCMCIA initialisation code so it
> is still subject to large rewrites ;)
>
> Anyway, if anyone is interested, it is at: http://si.org/pcmciamtd/
>
> bugs & comments welcome ;)
Nice you parse the CIS data I never got around to do that.
Any thought on partitions as I understand it you only get one region.
Perhaps creating a device node and some ioctl could solve that but It's
maybe not that important.
I'm going to test this out but I'm in the middle of some other work so
it has to wait some time.
--
Kenneth Johansson
Ericsson AB Tel: +46 8 404 71 83
Borgafjordsgatan 9 Fax: +46 8 404 72 72
164 80 Stockholm kenneth.johansson@etx.ericsson.se
prev parent reply other threads:[~2002-07-02 18:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-02 14:11 [ANN] Driver for PCMCIA Flash memory cards Simon Evans
2002-07-02 18:35 ` Kenneth Johansson [this message]
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=1025634949.1046.18.camel@spawn \
--to=kenneth.johansson@etx.ericsson.se \
--cc=linux-mtd@lists.infradead.org \
--cc=spse@secret.org.uk \
/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