]> 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)
commit5af5e01d1371f9227c10e221d7eb329e90f756bc
tree61508b83eabb956e6ab1255110689485151872b3
parent0815bbb5015fe38e0c8aae066e0adb9c823a3c08
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]