Skip to content

Commit

Permalink
[ARM] 5265/3: [AT91] Add copyright info
Browse files Browse the repository at this point in the history
Add copyright information for some of the AT91 header files.

Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Andrew Victor authored and Russell King committed Sep 21, 2008
1 parent eaad2db commit 3d73e89
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91_pit.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91_pit.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Periodic Interval Timer (PIT) - System peripherals regsters.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91_rstc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91_rstc.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Reset Controller (RSTC) - System peripherals regsters.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91_rtt.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91_rtt.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Real-time Timer (RTT) - System peripherals regsters.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91_shdwc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91_shdwc.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Shutdown Controller (SHDWC) - System peripherals regsters.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91_wdt.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91_wdt.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Watchdog Timer (WDT) - System peripherals regsters.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-at91/include/mach/at91cap9_ddrsdr.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* arch/arm/mach-at91/include/mach/at91cap9_ddrsdr.h
*
* (C) 2008 Andrew Victor
*
* DDR/SDR Controller (DDRSDRC) - System peripherals registers.
* Based on AT91CAP9 datasheet revision B.
*
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-at91/include/mach/at91sam9260_matrix.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* arch/arm/mach-at91/include/mach/at91sam9260_matrix.h
*
* Copyright (C) 2007 Atmel Corporation.
*
* Memory Controllers (MATRIX, EBI) - System peripherals registers.
* Based on AT91SAM9260 datasheet revision B.
*
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-at91/include/mach/at91sam9261_matrix.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* arch/arm/mach-at91/include/mach/at91sam9261_matrix.h
*
* Copyright (C) 2007 Atmel Corporation.
*
* Memory Controllers (MATRIX, EBI) - System peripherals registers.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91sam9_sdramc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91sam9_sdramc.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* SDRAM Controllers (SDRAMC) - System peripherals registers.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/include/mach/at91sam9_smc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
* arch/arm/mach-at91/include/mach/at91sam9_smc.h
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Static Memory Controllers (SMC) - System peripherals registers.
* Based on AT91SAM9261 datasheet revision D.
*
Expand Down
3 changes: 3 additions & 0 deletions drivers/mtd/nand/atmel_nand_ecc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Error Corrected Code Controller (ECC) - System peripherals regsters.
* Based on AT91SAM9260 datasheet revision B.
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
Expand Down

0 comments on commit 3d73e89

Please sign in to comment.