From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] dm: core: Add option to configure an offset for the address translation
Date: Tue, 12 Jan 2016 15:42:53 +0100 [thread overview]
Message-ID: <569510ED.1000805@denx.de> (raw)
In-Reply-To: <CAPnjgZ0x3wzbWdXYO4JP0hBe_5gXTik4DH7qnarxf7Gk+srHzw@mail.gmail.com>
On 19.12.2015 23:23, Simon Glass wrote:
> On 14 December 2015 at 08:18, Stefan Roese <sr@denx.de> wrote:
>> Some platforms need to ability to configure an offset to the standard
>> addresses extracted from the device-tree. This patch allows this by
>> adding a function to DM to configure this offset (if needed).
>>
>> Signed-off-by: Stefan Roese <sr@denx.de>
>> Acked-by: Simon Glass <sjg@chromium.org>
>> Cc: Simon Glass <sjg@chromium.org>
>> ---
>> v3:
>> - Add comment to variable desclaration
>> - Remove unnecessary checks for "!root"
>>
>> v2:
>> - Change translation_offset type from u32 to fdt_addr_t
>> - Add comments to function declarations
>>
>> drivers/core/device.c | 33 +++++++++++++++++++++------------
>> drivers/core/root.c | 21 +++++++++++++++++++++
>> include/dm/device.h | 21 +++++++++++++++++++++
>> 3 files changed, 63 insertions(+), 12 deletions(-)
>
> Fixed whitespace nit and:
>
> Applied to u-boot-dm/next.
Simon, just a quick question. Do you plan to send a pull request
for this next branch soon after the merge window open? I'm asking,
since I would like to prepare a Marvell / mvebu branch to pull
also quickly after the release. And this depends on this small
DM core patch.
Thanks,
Stefan
next prev parent reply other threads:[~2016-01-12 14:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-14 15:18 [U-Boot] [PATCH v3] dm: core: Add option to configure an offset for the address translation Stefan Roese
2015-12-19 22:23 ` Simon Glass
2016-01-12 14:42 ` Stefan Roese [this message]
2016-01-13 20:10 ` Simon Glass
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=569510ED.1000805@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/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.