From: Grant Likely <grant.likely@secretlab.ca>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: devicetree-discuss@lists.ozlabs.org,
linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
Cyril Chemparathy <cyril@ti.com>
Subject: Re: Deprecating reserve-map in favor of properties
Date: Thu, 15 Nov 2012 12:11:55 +0000 [thread overview]
Message-ID: <20121115121155.7B2353E0B12@localhost> (raw)
In-Reply-To: <1351798896.12271.241.camel@pasglop>
On Fri, 02 Nov 2012 06:41:36 +1100, Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
> On Thu, 2012-11-01 at 15:21 +0100, Grant Likely wrote:
>
> > I think this makes sense. Cyril and I are just talking about what he
> > needs. He wants to set aside per-device reserved regions and would
> > like to have the ability to reference a particular reserved region
> > from a device node, probably with a phandle. I like the look of the
> > reserved-{ranges,names} properties in the root, but I see the argument
> > that it isn't very flexible. What about something like this:
> >
> > reserved-memory {
> > reserved@0x10000000 { reg = <0x10000000 0x08000000>; };
> > reserved@0x01000000 { reg = <0x01000000 0x00200000>; };
> > }
> >
> > The node name of the child nodes could be different of course.
>
> I'm not that fan of different nodes, especially nodes with nodes in them
> for that purpose. Seems overkill.
>
> Can't he reference reserved entries as <phandle>,<index> pairs ?
That would work too.
> I still think a single property would do fine. We could mandate those be
> in the respective "memory" nodes but them you have potentially to break
> up reserved regions if you have multiple memory nodes (NUMA) etc...
It makes sense to me for the reserved ranges to be kept with the memory
nodes themselves, even if it does mean that sometimes they need to be
split up for multiple memory nodes.
> > Right, that would work also even though I prefer phandle references in
> > general. Is it conceivable that additional data would want to be
> > attached to a particular reserved region?
>
> phandle references and names aren't exclusive from each other. The name
> remains a useful diagnostic tool.
>
> If you want additional data, make a node somewhere to represent that
> region along with its additional data, that node can have a reference to
> the reserved map entry.
>
> I'd keep the reserve map itself simple. It's a "synthetic property" a
> bit like the memory nodes. IE. The "memory" nodes don't have to
> represent physical memory controllers & DIMMs. They represent the
> overall view of memory by the CPUs. You can represent the MCs and the
> DIMMs elsewhere in the SoC node.
okay.
g.
prev parent reply other threads:[~2012-11-15 12:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-20 22:10 Deprecating reserve-map in favor of properties Benjamin Herrenschmidt
2012-09-21 1:35 ` Kumar Gala
2012-09-21 2:13 ` Benjamin Herrenschmidt
2012-11-01 14:21 ` Grant Likely
2012-11-01 19:41 ` Benjamin Herrenschmidt
2012-11-15 12:11 ` Grant Likely [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=20121115121155.7B2353E0B12@localhost \
--to=grant.likely@secretlab.ca \
--cc=benh@kernel.crashing.org \
--cc=cyril@ti.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linuxppc-dev@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).