diff options
author | Sebastien Requiem <sebastien@kolios.dk> | 2010-02-23 14:38:14 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-02-23 16:44:01 -0500 |
commit | ee40ceab234d34abdfeb9922d0f1a18bfa7efdaf (patch) | |
tree | cc84490428a946c0614a91c32ed4d30d0b4e9e61 /arch/arm/mach-mv78xx0/Makefile | |
parent | d5b5746bed1023e4a55f96405422d3e51968fa43 (diff) | |
download | op-kernel-dev-ee40ceab234d34abdfeb9922d0f1a18bfa7efdaf.zip op-kernel-dev-ee40ceab234d34abdfeb9922d0f1a18bfa7efdaf.tar.gz |
[ARM] MV78XX0: MPP routines and definitions
This patch is composed of two new files :
- mpp.c which is mainly inspired by the same file as in mach-kirkwood
- mpp.h that is written from the documentation provided by Marvell
http://www.marvell.com/products/processors/embedded/discovery_innovation/HW_MV78100_OpenSource.pdf
Moreover, due to some implementation problem, I have
defined some MPPX_UNUSED that offer developers the possibility
to SET MPP to some unused value (such as for Buffalo WXL).
Note: This patch doesn't support MV78200 yet (only 78100 MPP lines have
been written)
Signed-off-by: Sebastien Requiem <sebastien@kolios.dk>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-mv78xx0/Makefile')
-rw-r--r-- | arch/arm/mach-mv78xx0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mv78xx0/Makefile b/arch/arm/mach-mv78xx0/Makefile index da628b7..4948eee 100644 --- a/arch/arm/mach-mv78xx0/Makefile +++ b/arch/arm/mach-mv78xx0/Makefile @@ -1,3 +1,3 @@ -obj-y += common.o addr-map.o irq.o pcie.o +obj-y += common.o addr-map.o mpp.o irq.o pcie.o obj-$(CONFIG_MACH_DB78X00_BP) += db78x00-bp-setup.o obj-$(CONFIG_MACH_RD78X00_MASA) += rd78x00-masa-setup.o |