[U-Boot] [PATCH 0/3] arm: at91/spl: make matrix and saic redirect sharing with others

Wenyou Yang wenyou.yang at atmel.com
Wed Nov 4 07:28:03 CET 2015


This patches is to make matix initialization and saic redirect
code sharing with other SoCs, move them to seperate files from
SAMA5D4 particular file.


Wenyou Yang (3):
  arm: at91/spl: matrix: move matrix init to separate file
  arm: at91/spl: matrix: improve implementation of matrix
  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

-- 
1.7.9.5



More information about the U-Boot mailing list