
This patches is to make matix initialization and saic redirect code sharing with other SoCs, move them to seperate files from SAMA5D4 particular file.
Changes in v2: 1./ split the version 1 [PATCH 2/3] into three patches for more legible.
Wenyou Yang (5): arm: at91/spl: matrix: move matrix init to separate file arm: at91/spl: matrix: remove matrix write protection code arm: at91/spl: matrix: remove security peripheral select code arm: at91/spl: matrix: use matrix slave id macros arm: at91/spl: atmel_sfr: move saic redirect to separate file
arch/arm/mach-at91/Makefile | 2 +- arch/arm/mach-at91/armv7/sama5d4_devices.c | 55 --------------------------- arch/arm/mach-at91/atmel_sfr.c | 21 ++++++++++ arch/arm/mach-at91/include/mach/sama5_sfr.h | 1 - arch/arm/mach-at91/include/mach/sama5d4.h | 28 ++++++++++++++ arch/arm/mach-at91/matrix.c | 34 +++++++++++++++++ 6 files changed, 84 insertions(+), 57 deletions(-) create mode 100644 arch/arm/mach-at91/atmel_sfr.c create mode 100644 arch/arm/mach-at91/matrix.c