From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v4, 05/20] arm: mvebu: Add common mbus functions to use on Marvell SoCs
Date: Thu, 23 Oct 2014 11:04:48 -0400 [thread overview]
Message-ID: <20141023150448.GS25506@bill-the-cat> (raw)
In-Reply-To: <1413972804-24250-6-git-send-email-sr@denx.de>
On Wed, Oct 22, 2014 at 12:13:09PM +0200, Stefan Roese wrote:
> These mbus functions are ported from Barebox. The Barebox version is
> ported from Linux. These functions will be first used by the upcoming
> Armada XP support. Later other Marvell SoC's will be adopted to use
> these functions as well (Kirkwood, Orion).
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Tested-by: Luka Perkov <luka@openwrt.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141023/d22da52d/attachment.pgp>
next prev parent reply other threads:[~2014-10-23 15:04 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-22 10:13 [U-Boot] [PATCH v4 0/20] Add Marvell Armada XP MV78460 SoC support Stefan Roese
2014-10-22 10:13 ` [U-Boot] [PATCH v4 01/20] arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common Stefan Roese
2014-10-23 15:04 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 02/20] arm: marvell: Move arch/kirkwood.h to arch/soc.h Stefan Roese
2014-10-23 15:04 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 03/20] arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h Stefan Roese
2014-10-23 15:04 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 04/20] arm: marvell: Rework timer.c to make it usable for other MVEBU platforms Stefan Roese
2014-10-23 15:04 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 05/20] arm: mvebu: Add common mbus functions to use on Marvell SoCs Stefan Roese
2014-10-23 15:04 ` Tom Rini [this message]
2014-10-22 10:13 ` [U-Boot] [PATCH v4 06/20] spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's Stefan Roese
2014-10-23 15:04 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 07/20] arm: marvell: Extract kirkwood gpio functions into new common file gpio.c Stefan Roese
2014-10-23 15:04 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 08/20] spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 09/20] arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 10/20] net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 11/20] net: phy.h: Make PHY autonegotiation timeout configurable Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 12/20] i2c: mvtwsi: Add support for Marvell Armada XP Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 13/20] arm: armada-xp: Add basic support for Marvell Armada XP SoC Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 14/20] arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-27 0:01 ` Albert ARIBAUD
2014-10-27 0:37 ` Tom Rini
2014-10-27 6:32 ` Albert ARIBAUD
2014-10-27 7:26 ` Stefan Roese
2014-10-22 10:13 ` [U-Boot] [PATCH v4 15/20] arm: armada-xp: Add basic support for the maxBCM board Stefan Roese
2014-10-23 15:05 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 16/20] arm: kirkwood: Remove some dead code from cpu.c Stefan Roese
2014-10-23 15:06 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 17/20] tools/kwboot: Sync with latest barebox version to support Armada XP Stefan Roese
2014-10-23 15:06 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 18/20] tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported Stefan Roese
2014-10-23 15:06 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 19/20] tools: kwbimage: Add image version 1 support for Armada XP / 370 Stefan Roese
2014-10-23 15:06 ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-27 9:13 ` [U-Boot] [PATCH v4 " Wolfgang Denk
2014-10-22 10:13 ` [U-Boot] [PATCH v4 20/20] Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image Stefan Roese
2014-10-23 15:06 ` [U-Boot] [U-Boot, v4, " Tom Rini
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=20141023150448.GS25506@bill-the-cat \
--to=trini@ti.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox