public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Ken MacLeod <ken@bitsko.slc.ut.us>
To: w.sang.at.pengutronix.de@localhost.localdomain (Wolfram Sang),
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH V2 2/2] mtd/maps/mtd-ram: add an of-platform driver
Date: Wed, 01 Jul 2009 13:22:19 -0500	[thread overview]
Message-ID: <m3iqicnu04.fsf@bitsko.slc.ut.us> (raw)
In-Reply-To: <20090606111926.GA3279@pengutronix.de> (Wolfram Sang's message of "Sat\, 6 Jun 2009 13\:19\:26 +0200")

w.sang at pengutronix.de (Wolfram Sang) writes:

> On Sat, Jun 06, 2009 at 09:14:08AM +0100, David Woodhouse wrote:
>
>> It _would_ be possible to hook up RAM through the existing of_physmap
>> driver, I think -- although it would be slightly less efficient that
>> way.
>> 
>> Maybe cleaner from the device-tree POV though. And if we want to put a
>> special case in the _code_ to make it more efficient, we can do that.
>
> During development, I also checked physmap_of.c and found this binding:
>
>         {
>                 .type           = "rom",
>                 .compatible     = "direct-mapped"
>         },
>
> which made some sense to me and I thought about .type = "ram". However, I then
> found this in the code:
>
> /* Helper function to handle probing of the obsolete "direct-mapped"
>  * compatible binding, which has an extra "probe-type" property
>  * describing the type of flash probe necessary. */
> static struct mtd_info * __devinit obsolete_probe(struct of_device *dev,

I was just looking into the same thing but I used:

	{
		.compatible	= "mtd-ram",
		.data		= (void *)"map_ram",
	},

This causes of_flash_probe to set up the map and then call
do_map_probe("map_ram", ...), instead of calling the "obsolete" code
path.

This seems to be working for me.  It looks like partition support
would be included too but I haven't tried that.

  -- Ken

  reply	other threads:[~2009-07-01 18:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-05 12:05 [PATCH V2 0/2] mtd/maps/mtd-ram: Make driver usable for the device tree Wolfram Sang
2009-06-05 12:05 ` [PATCH V2 1/2] mtd/maps/mtd-ram: refactor probe and remove Wolfram Sang
2009-06-05 12:05 ` [PATCH V2 2/2] mtd/maps/mtd-ram: add an of-platform driver Wolfram Sang
2009-06-05 15:53   ` Grant Likely
2009-06-05 16:22   ` Albrecht Dreß
2009-06-06  8:14   ` David Woodhouse
2009-06-06 11:19     ` Wolfram Sang
2009-07-01 18:22       ` Ken MacLeod [this message]
2009-07-17 11:41         ` Wolfram Sang
2009-06-16  9:09     ` Wolfram Sang
2009-06-06 16:05   ` Grant Likely
2009-06-06 16:16     ` Albrecht Dreß
2009-06-08 16:35     ` Wolfram Sang
2009-06-08 17:30       ` Albrecht Dreß
2009-06-15 17:43   ` Albrecht Dreß
2009-06-16  9:18     ` Wolfram Sang
2009-06-16 12:53       ` Grant Likely
2009-06-16 13:20         ` Wolfram Sang
     [not found]           ` <fa686aa40906160833g1d77466ekf8b8d4350ab32a24@mail.gmail.com>
2009-06-16 15:34             ` Grant Likely
2009-06-16 17:19         ` Albrecht Dreß

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=m3iqicnu04.fsf@bitsko.slc.ut.us \
    --to=ken@bitsko.slc.ut.us \
    --cc=linux-mtd@lists.infradead.org \
    --cc=w.sang.at.pengutronix.de@localhost.localdomain \
    /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