]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: orion: Refactor the MPP code common in the orion platform
authorAndrew Lunn <andrew@lunn.ch>
Sun, 15 May 2011 11:32:52 +0000 (13:32 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 16 May 2011 19:25:54 +0000 (15:25 -0400)
commit2d978863cda991ac7d38f4016df221208929bc36
tree61508b83eabb956e6ab1255110689485151872b3
parent0ac891345d1e32ae4f362a780327f89837b875eb
ARM: orion: Refactor the MPP code common in the orion platform

mv78xx0 and kirkwood use identical mpp code.

It should also be possible to rewrite the orion5x mpp to use this
platform code.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
arch/arm/mach-kirkwood/mpp.c
arch/arm/mach-kirkwood/mpp.h
arch/arm/mach-mv78xx0/mpp.c
arch/arm/mach-mv78xx0/mpp.h
arch/arm/plat-orion/Makefile
arch/arm/plat-orion/include/plat/mpp.h [new file with mode: 0644]
arch/arm/plat-orion/mpp.c [new file with mode: 0644]