[ARM] 3948/1: AT91: Initial support for AT91SAM9261 and AT91SAM9260
authorAndrew Victor <andrew@sanpeople.com>
Thu, 30 Nov 2006 11:27:38 +0000 (12:27 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 22:51:38 +0000 (22:51 +0000)
commit62c1660d908c44663c63ad6c679f6afa1d33c5f6
tree29936dcf2048635ef7f0962be42316d94d1e9664
parent79da7a610a1f81b51a1a77e2ac27438d7a5c5124
[ARM] 3948/1: AT91: Initial support for AT91SAM9261 and AT91SAM9260

This patch adds the initial support for the newer Atmel AT91SAM9261 and
AT91SAM9260 processors.  The code is based on, and makes use of, the
existing AT91RM9200 support.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91rm9200/Makefile
arch/arm/mach-at91rm9200/at91sam9260.c [new file with mode: 0644]
arch/arm/mach-at91rm9200/at91sam9261.c [new file with mode: 0644]
arch/arm/mach-at91rm9200/generic.h
include/asm-arm/arch-at91rm9200/at91sam9260.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91sam9261.h [new file with mode: 0644]