public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] arm: at91/spl: make matrix and saic redirect sharing with others
@ 2015-11-05  8:37 Wenyou Yang
  2015-11-05  8:37 ` [U-Boot] [PATCH v2 1/5] arm: at91/spl: matrix: move matrix init to separate file Wenyou Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Wenyou Yang @ 2015-11-05  8:37 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.

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

-- 
1.7.9.5

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

end of thread, other threads:[~2015-12-01  1:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05  8:37 [U-Boot] [PATCH v2 0/5] arm: at91/spl: make matrix and saic redirect sharing with others Wenyou Yang
2015-11-05  8:37 ` [U-Boot] [PATCH v2 1/5] arm: at91/spl: matrix: move matrix init to separate file Wenyou Yang
2015-11-23 16:43   ` Andreas Bießmann
2015-11-30 21:28   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2015-12-01  1:41     ` Yang, Wenyou
2015-11-05  8:37 ` [U-Boot] [PATCH v2 2/5] arm: at91/spl: matrix: remove matrix write protection code Wenyou Yang
2015-11-23 16:48   ` Andreas Bießmann
2015-11-30 21:28   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2015-11-05  8:37 ` [U-Boot] [PATCH v2 3/5] arm: at91/spl: matrix: remove security peripheral select code Wenyou Yang
2015-11-23 16:49   ` Andreas Bießmann
2015-11-30 21:29   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2015-11-05  8:37 ` [U-Boot] [PATCH v2 4/5] arm: at91/spl: matrix: use matrix slave id macros Wenyou Yang
2015-11-23 16:53   ` Andreas Bießmann
2015-11-30 21:29   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2015-11-05  8:37 ` [U-Boot] [PATCH v2 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file Wenyou Yang
2015-11-27 21:06   ` Andreas Bießmann
2015-11-30 21:29   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann

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