arm: at91/spl: matrix: move matrix init to separate file
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 5 Nov 2015 08:37:49 +0000 (16:37 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 30 Nov 2015 21:27:53 +0000 (22:27 +0100)
commit5cb9dfa031c01ed747a11b18bdf64ba598a3597f
treebe49ac084e4af2b873f702d95be21f419a78025f
parent75238f236735467d53916aa5bdafbe89ce94f9fb
arm: at91/spl: matrix: move matrix init to separate file

To make the matrix initialization code sharing with other SoCs,
move it from SAMA5D4 particular file,
mach-at91/armv7/sama5d4_devices.c to a separate file,
mach-at91/matrix.c

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/Makefile
arch/arm/mach-at91/armv7/sama5d4_devices.c
arch/arm/mach-at91/matrix.c [new file with mode: 0644]