From: Domen Puncer <domen.puncer@telargo.com>
To: Josh Boyer <jwboyer@linux.vnet.ibm.com>, linuxppc-dev@ozlabs.org
Subject: Re: Document and implement an improved flash device binding
Date: Wed, 29 Aug 2007 10:43:41 +0200 [thread overview]
Message-ID: <20070829084341.GS13994@moe.telargo.com> (raw)
In-Reply-To: <20070829061300.GF3206@localhost.localdomain>
On 29/08/07 16:13 +1000, David Gibson wrote:
<snip>
> static int __devinit of_physmap_probe(struct of_device *dev, const struct of_device_id *match)
> {
> struct device_node *dp = dev->node;
> struct resource res;
> struct physmap_flash_info *info;
> - const char **probe_type;
> - const char *of_probe;
> + const char *probe_type = (const char *)match->data;
> const u32 *width;
> int err;
>
> + dev_warn(&dev->dev, "Device tree uses obsolete \"direct-mapped\" "
> + "flash binding\n");
This is printed for new binding too :-)
Other than this, it works fine for me.
Domen
next prev parent reply other threads:[~2007-08-29 8:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-29 6:13 Document and implement an improved flash device binding David Gibson
2007-08-29 8:43 ` Domen Puncer [this message]
2007-08-30 1:18 ` David Gibson
2007-09-03 10:23 ` Segher Boessenkool
2007-09-05 2:59 ` David Gibson
2007-09-06 13:28 ` Segher Boessenkool
2007-09-07 1:04 ` David Gibson
2007-09-07 13:58 ` Segher Boessenkool
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=20070829084341.GS13994@moe.telargo.com \
--to=domen.puncer@telargo.com \
--cc=jwboyer@linux.vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.