diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-08-19 13:04:58 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-10-20 20:17:29 -0400 |
commit | 03cbc3852710d30aa8548387ed1b1d87214f8ddb (patch) | |
tree | 3b8c50c0247bb5923d6c00ef2ce0ad4681779bdc /arch/m68knommu | |
parent | c8a2786b107873e34d540b8e3e54bd3cef03bc56 (diff) |
m68knommu: Document supported chips in intc-2.c and intc-simr.c.
The chips lists were in commit logs, but should also be in source files.
This way it is easier to choose the right source file for a not yet
supported Coldfire.
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/coldfire/intc-2.c | 6 | ||||
-rw-r--r-- | arch/m68knommu/platform/coldfire/intc-simr.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/coldfire/intc-2.c b/arch/m68knommu/platform/coldfire/intc-2.c index 5598c8b8661f..a0c72ec8e6b5 100644 --- a/arch/m68knommu/platform/coldfire/intc-2.c +++ b/arch/m68knommu/platform/coldfire/intc-2.c | |||
@@ -1,5 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * intc-1.c | 2 | * intc-2.c |
3 | * | ||
4 | * General interrupt controller code for the many ColdFire version 2 cores | ||
5 | * that use the two region INTC interrupt controller. This includes the | ||
6 | * 523x family, 5270, 5271, 5274, 5275, and the 528x families. | ||
3 | * | 7 | * |
4 | * (C) Copyright 2009, Greg Ungerer <gerg@snapgear.com> | 8 | * (C) Copyright 2009, Greg Ungerer <gerg@snapgear.com> |
5 | * | 9 | * |
diff --git a/arch/m68knommu/platform/coldfire/intc-simr.c b/arch/m68knommu/platform/coldfire/intc-simr.c index 1b01e79c2f63..8435ced33ac4 100644 --- a/arch/m68knommu/platform/coldfire/intc-simr.c +++ b/arch/m68knommu/platform/coldfire/intc-simr.c | |||
@@ -1,6 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * intc-simr.c | 2 | * intc-simr.c |
3 | * | 3 | * |
4 | * Interrupt controller code for the ColdFire 5208, 5207 & 532x parts. | ||
5 | * | ||
4 | * (C) Copyright 2009, Greg Ungerer <gerg@snapgear.com> | 6 | * (C) Copyright 2009, Greg Ungerer <gerg@snapgear.com> |
5 | * | 7 | * |
6 | * This file is subject to the terms and conditions of the GNU General Public | 8 | * This file is subject to the terms and conditions of the GNU General Public |