public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Ralph Siemsen <ralphs@netwinder.org>
To: James Olin Oden <james.oden@gmail.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: What is the correct way to make an mtdchar device available?
Date: Wed, 8 Aug 2007 15:28:32 -0400	[thread overview]
Message-ID: <20070808192832.GA21249@marvin.netwinder.org> (raw)
In-Reply-To: <ac921f990708081050p3d71ea85kf30418f6aad88ce2@mail.gmail.com>

On Wed, Aug 08, 2007 at 01:50:29PM -0400, James Olin Oden wrote:

> I have a system with the ST Micro M50FW080 firmware hub.  I have
> checked the source code and the jedec_probe module has detection code
> for that driver.  So I've done:

I'm not familiar with this device, but you appear to be missing a
mapping driver (see drivers/mtd/maps, the most common being "physmap").
You'll likely need to know the physical address and size of your flash
device.  Once addresses are known, then the xyz_probe routines will be
called to identify the device supposedly there.

I could be way off base, maybe the "firmware hub" works more magically.
My description is more for flash that is soldered on the board.

-R

  reply	other threads:[~2007-08-08 19:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-08 17:50 What is the correct way to make an mtdchar device available? James Olin Oden
2007-08-08 19:28 ` Ralph Siemsen [this message]
2007-08-08 20:16   ` James Olin Oden
2007-08-09 19:03   ` James Olin Oden
2007-08-10 13:45     ` Ralph Siemsen
2007-08-10 14:20       ` James Olin Oden
2007-08-10 15:53         ` Ralph Siemsen
2007-08-10 17:59           ` James Olin Oden
2007-08-17 22:42             ` Leon Woestenberg

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=20070808192832.GA21249@marvin.netwinder.org \
    --to=ralphs@netwinder.org \
    --cc=james.oden@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox