]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: Add common mbus functions to use on Marvell SoCs
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:09 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:20 +0000 (09:59 -0400)
commit24c04977faf5a74bc859dc1ee698d30a64b462fc
tree1aa6dd00f266b36c806f56db07733a04e7349303
parent22700dc6fb7df443deb8d2a1bd5ab3aaecb63910
arm: mvebu: Add common mbus functions to use on Marvell SoCs

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>
arch/arm/mvebu-common/Makefile
arch/arm/mvebu-common/mbus.c [new file with mode: 0644]
include/linux/mbus.h [new file with mode: 0644]