From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi
Date: Fri, 14 Sep 2012 20:01:33 +0000 [thread overview]
Message-ID: <201209142001.33954.arnd@arndb.de> (raw)
In-Reply-To: <50535283.9040905@wwwdotorg.org>
On Friday 14 September 2012, Stephen Warren wrote:
> I guess I can see the advantage of having the .dts reg values match the
> documentation. I just worry that doing so is more about matching the
> documentation rather than describing the true HW. Still, I suppose with
> the ranges property, it's clear what the true physical addresses are..
> It also introduces a completely fake bus just to perform the address
> re-writing; I wonder if putting the ranges property at the top-level
> node work instead?.
I don't think it easily works with the reg property in the root.
Having a node for the "soc" components isn't all that unusual,
a bunch of other platforms do that.
The advantage is that we have something to conceptually group
all the on-chip components, and it works with the infrastructure
in drivers/base/soc.c.
> So now that almost everything is ack'd, how should this get into the
> tree - will you take (an updated version of) these patches and apply
> them directly to arm-soc, or should I commit them and send a pull
> request? (For the latter, I'd have to look up how to create a new k.org
> git repo).
We can do whatever suits you best. Pull requests are slightly faster
to import. It's also ok if you use the linux-tegra git this time fi that
helps you.
Arnd
prev parent reply other threads:[~2012-09-14 20:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 4:41 [PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi Stephen Warren
2012-09-14 4:41 ` [PATCH V4 2/5] ARM: bcm2835: add interrupt controller driver Stephen Warren
2012-09-14 7:55 ` Arnd Bergmann
2012-09-14 4:41 ` [PATCH V4 3/5] ARM: bcm2835: add system timer Stephen Warren
2012-09-14 4:41 ` [PATCH V4 4/5] ARM: bcm2835: add stub clock driver Stephen Warren
2012-09-14 4:41 ` [PATCH V4 5/5] ARM: bcm2835: instantiate console UART Stephen Warren
2012-09-14 7:56 ` Arnd Bergmann
2012-09-14 7:50 ` [PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi Arnd Bergmann
2012-09-14 15:51 ` Stephen Warren
2012-09-14 20:01 ` Arnd Bergmann [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=201209142001.33954.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@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 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.