From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 12 Jan 2016 15:42:53 +0100 Subject: [U-Boot] [PATCH v3] dm: core: Add option to configure an offset for the address translation In-Reply-To: References: <1450106295-16914-1-git-send-email-sr@denx.de> Message-ID: <569510ED.1000805@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19.12.2015 23:23, Simon Glass wrote: > On 14 December 2015 at 08:18, Stefan Roese 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 >> Acked-by: Simon Glass >> Cc: Simon Glass >> --- >> 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