]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 3950/1: AT91: Split up system header file
authorAndrew Victor <andrew@sanpeople.com>
Thu, 30 Nov 2006 13:34:53 +0000 (14:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 22:51:38 +0000 (22:51 +0000)
commit6171de8f57e80873436345a9c7ba8bae800e577b
tree0f817644248e029fcc8f90d144a9027c37e0fd50
parent62c1660d908c44663c63ad6c679f6afa1d33c5f6
[ARM] 3950/1: AT91: Split up system header file

The AT91RM9200 system header file (at91rm9200_sys.h) has been split into
separate header files for each peripheral.  This was necessary since
some of the system peripherals are also used on AT91SAM9260 and
AT91SAM9261.

The new SAM9-specific register bits have also been defined.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-at91rm9200/at91_aic.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91_dbgu.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91_pdc.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91_pio.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91_pmc.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91_rtc.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91_st.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91rm9200_mc.h [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/at91rm9200_sys.h [deleted file]