public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] arm: at91/spl: make matrix and saic redirect sharing with others
@ 2015-11-04  6:28 Wenyou Yang
  2015-11-04  6:28 ` [U-Boot] [PATCH 1/3] arm: at91/spl: matrix: move matrix init to separate file Wenyou Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Wenyou Yang @ 2015-11-04  6:28 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-11-05  7:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04  6:28 [U-Boot] [PATCH 0/3] arm: at91/spl: make matrix and saic redirect sharing with others Wenyou Yang
2015-11-04  6:28 ` [U-Boot] [PATCH 1/3] arm: at91/spl: matrix: move matrix init to separate file Wenyou Yang
2015-11-05  2:52   ` Josh Wu
2015-11-05  7:54     ` Yang, Wenyou
2015-11-04  6:28 ` [U-Boot] [PATCH 2/3] arm: at91/spl: matrix: improve implementation of matrix Wenyou Yang
2015-11-05  2:54   ` Josh Wu
2015-11-05  7:57     ` Yang, Wenyou
2015-11-04  6:28 ` [U-Boot] [PATCH 3/3] arm: at91: spl/atmel_sfr: move saic redirect to separate file Wenyou Yang
2015-11-05  2:58   ` Josh Wu
2015-11-05  7:55     ` Yang, Wenyou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox