diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/common/icst.c | 2 | ||||
-rw-r--r-- | arch/arm/common/scoop.c | 12 | ||||
-rw-r--r-- | arch/arm/common/uengine.c | 18 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/icst.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/hsmmc.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2440/mach-at2440evb.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/Kconfig | 6 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/cpu-sa1100.c | 2 | ||||
-rw-r--r-- | arch/arm/nwfpe/milieu.h | 4 | ||||
-rw-r--r-- | arch/arm/nwfpe/softfloat-macros | 4 | ||||
-rw-r--r-- | arch/arm/nwfpe/softfloat-specialize | 4 | ||||
-rw-r--r-- | arch/arm/nwfpe/softfloat.c | 4 | ||||
-rw-r--r-- | arch/arm/nwfpe/softfloat.h | 4 | ||||
-rw-r--r-- | arch/arm/plat-samsung/include/plat/adc.h | 2 |
17 files changed, 39 insertions, 39 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3849887157e7..b64e465ac49c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1222,7 +1222,7 @@ config SMP | |||
1222 | 1222 | ||
1223 | See also <file:Documentation/i386/IO-APIC.txt>, | 1223 | See also <file:Documentation/i386/IO-APIC.txt>, |
1224 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 1224 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
1225 | <http://www.linuxdoc.org/docs.html#howto>. | 1225 | <http://tldp.org/HOWTO/SMP-HOWTO.html>. |
1226 | 1226 | ||
1227 | If you don't know what to do here, say N. | 1227 | If you don't know what to do here, say N. |
1228 | 1228 | ||
diff --git a/arch/arm/common/icst.c b/arch/arm/common/icst.c index 9a7f09cff300..2dc6da70ae59 100644 --- a/arch/arm/common/icst.c +++ b/arch/arm/common/icst.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | * | 9 | * |
10 | * Support functions for calculating clocks/divisors for the ICST307 | 10 | * Support functions for calculating clocks/divisors for the ICST307 |
11 | * clock generators. See http://www.icst.com/ for more information | 11 | * clock generators. See http://www.idt.com/ for more information |
12 | * on these devices. | 12 | * on these devices. |
13 | * | 13 | * |
14 | * This is an almost identical implementation to the ICST525 clock generator. | 14 | * This is an almost identical implementation to the ICST525 clock generator. |
diff --git a/arch/arm/common/scoop.c b/arch/arm/common/scoop.c index 9012004321dd..c11af1e4bad3 100644 --- a/arch/arm/common/scoop.c +++ b/arch/arm/common/scoop.c | |||
@@ -44,12 +44,12 @@ void reset_scoop(struct device *dev) | |||
44 | { | 44 | { |
45 | struct scoop_dev *sdev = dev_get_drvdata(dev); | 45 | struct scoop_dev *sdev = dev_get_drvdata(dev); |
46 | 46 | ||
47 | iowrite16(0x0100, sdev->base + SCOOP_MCR); // 00 | 47 | iowrite16(0x0100, sdev->base + SCOOP_MCR); /* 00 */ |
48 | iowrite16(0x0000, sdev->base + SCOOP_CDR); // 04 | 48 | iowrite16(0x0000, sdev->base + SCOOP_CDR); /* 04 */ |
49 | iowrite16(0x0000, sdev->base + SCOOP_CCR); // 10 | 49 | iowrite16(0x0000, sdev->base + SCOOP_CCR); /* 10 */ |
50 | iowrite16(0x0000, sdev->base + SCOOP_IMR); // 18 | 50 | iowrite16(0x0000, sdev->base + SCOOP_IMR); /* 18 */ |
51 | iowrite16(0x00FF, sdev->base + SCOOP_IRM); // 14 | 51 | iowrite16(0x00FF, sdev->base + SCOOP_IRM); /* 14 */ |
52 | iowrite16(0x0000, sdev->base + SCOOP_ISR); // 1C | 52 | iowrite16(0x0000, sdev->base + SCOOP_ISR); /* 1C */ |
53 | iowrite16(0x0000, sdev->base + SCOOP_IRM); | 53 | iowrite16(0x0000, sdev->base + SCOOP_IRM); |
54 | } | 54 | } |
55 | 55 | ||
diff --git a/arch/arm/common/uengine.c b/arch/arm/common/uengine.c index b520e56216a9..bef408f3d76c 100644 --- a/arch/arm/common/uengine.c +++ b/arch/arm/common/uengine.c | |||
@@ -312,16 +312,16 @@ static void generate_ucode(u8 *ucode, u32 *gpr_a, u32 *gpr_b) | |||
312 | b1 = (gpr_a[i] >> 8) & 0xff; | 312 | b1 = (gpr_a[i] >> 8) & 0xff; |
313 | b0 = gpr_a[i] & 0xff; | 313 | b0 = gpr_a[i] & 0xff; |
314 | 314 | ||
315 | // immed[@ai, (b1 << 8) | b0] | 315 | /* immed[@ai, (b1 << 8) | b0] */ |
316 | // 11110000 0000VVVV VVVV11VV VVVVVV00 1IIIIIII | 316 | /* 11110000 0000VVVV VVVV11VV VVVVVV00 1IIIIIII */ |
317 | ucode[offset++] = 0xf0; | 317 | ucode[offset++] = 0xf0; |
318 | ucode[offset++] = (b1 >> 4); | 318 | ucode[offset++] = (b1 >> 4); |
319 | ucode[offset++] = (b1 << 4) | 0x0c | (b0 >> 6); | 319 | ucode[offset++] = (b1 << 4) | 0x0c | (b0 >> 6); |
320 | ucode[offset++] = (b0 << 2); | 320 | ucode[offset++] = (b0 << 2); |
321 | ucode[offset++] = 0x80 | i; | 321 | ucode[offset++] = 0x80 | i; |
322 | 322 | ||
323 | // immed_w1[@ai, (b3 << 8) | b2] | 323 | /* immed_w1[@ai, (b3 << 8) | b2] */ |
324 | // 11110100 0100VVVV VVVV11VV VVVVVV00 1IIIIIII | 324 | /* 11110100 0100VVVV VVVV11VV VVVVVV00 1IIIIIII */ |
325 | ucode[offset++] = 0xf4; | 325 | ucode[offset++] = 0xf4; |
326 | ucode[offset++] = 0x40 | (b3 >> 4); | 326 | ucode[offset++] = 0x40 | (b3 >> 4); |
327 | ucode[offset++] = (b3 << 4) | 0x0c | (b2 >> 6); | 327 | ucode[offset++] = (b3 << 4) | 0x0c | (b2 >> 6); |
@@ -340,16 +340,16 @@ static void generate_ucode(u8 *ucode, u32 *gpr_a, u32 *gpr_b) | |||
340 | b1 = (gpr_b[i] >> 8) & 0xff; | 340 | b1 = (gpr_b[i] >> 8) & 0xff; |
341 | b0 = gpr_b[i] & 0xff; | 341 | b0 = gpr_b[i] & 0xff; |
342 | 342 | ||
343 | // immed[@bi, (b1 << 8) | b0] | 343 | /* immed[@bi, (b1 << 8) | b0] */ |
344 | // 11110000 0000VVVV VVVV001I IIIIII11 VVVVVVVV | 344 | /* 11110000 0000VVVV VVVV001I IIIIII11 VVVVVVVV */ |
345 | ucode[offset++] = 0xf0; | 345 | ucode[offset++] = 0xf0; |
346 | ucode[offset++] = (b1 >> 4); | 346 | ucode[offset++] = (b1 >> 4); |
347 | ucode[offset++] = (b1 << 4) | 0x02 | (i >> 6); | 347 | ucode[offset++] = (b1 << 4) | 0x02 | (i >> 6); |
348 | ucode[offset++] = (i << 2) | 0x03; | 348 | ucode[offset++] = (i << 2) | 0x03; |
349 | ucode[offset++] = b0; | 349 | ucode[offset++] = b0; |
350 | 350 | ||
351 | // immed_w1[@bi, (b3 << 8) | b2] | 351 | /* immed_w1[@bi, (b3 << 8) | b2] */ |
352 | // 11110100 0100VVVV VVVV001I IIIIII11 VVVVVVVV | 352 | /* 11110100 0100VVVV VVVV001I IIIIII11 VVVVVVVV */ |
353 | ucode[offset++] = 0xf4; | 353 | ucode[offset++] = 0xf4; |
354 | ucode[offset++] = 0x40 | (b3 >> 4); | 354 | ucode[offset++] = 0x40 | (b3 >> 4); |
355 | ucode[offset++] = (b3 << 4) | 0x02 | (i >> 6); | 355 | ucode[offset++] = (b3 << 4) | 0x02 | (i >> 6); |
@@ -357,7 +357,7 @@ static void generate_ucode(u8 *ucode, u32 *gpr_a, u32 *gpr_b) | |||
357 | ucode[offset++] = b2; | 357 | ucode[offset++] = b2; |
358 | } | 358 | } |
359 | 359 | ||
360 | // ctx_arb[kill] | 360 | /* ctx_arb[kill] */ |
361 | ucode[offset++] = 0xe0; | 361 | ucode[offset++] = 0xe0; |
362 | ucode[offset++] = 0x00; | 362 | ucode[offset++] = 0x00; |
363 | ucode[offset++] = 0x01; | 363 | ucode[offset++] = 0x01; |
diff --git a/arch/arm/include/asm/hardware/icst.h b/arch/arm/include/asm/hardware/icst.h index 10382a3dcec9..794220b087d2 100644 --- a/arch/arm/include/asm/hardware/icst.h +++ b/arch/arm/include/asm/hardware/icst.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | * | 9 | * |
10 | * Support functions for calculating clocks/divisors for the ICST | 10 | * Support functions for calculating clocks/divisors for the ICST |
11 | * clock generators. See http://www.icst.com/ for more information | 11 | * clock generators. See http://www.idt.com/ for more information |
12 | * on these devices. | 12 | * on these devices. |
13 | */ | 13 | */ |
14 | #ifndef ASMARM_HARDWARE_ICST_H | 14 | #ifndef ASMARM_HARDWARE_ICST_H |
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 851e8139ef9d..abed4d15a7fd 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -109,7 +109,7 @@ config MACH_ONEARM | |||
109 | bool "Ajeco 1ARM Single Board Computer" | 109 | bool "Ajeco 1ARM Single Board Computer" |
110 | help | 110 | help |
111 | Select this if you are using Ajeco's 1ARM Single Board Computer. | 111 | Select this if you are using Ajeco's 1ARM Single Board Computer. |
112 | <http://www.ajeco.fi/products.htm> | 112 | <http://www.ajeco.fi/> |
113 | 113 | ||
114 | config ARCH_AT91RM9200DK | 114 | config ARCH_AT91RM9200DK |
115 | bool "Atmel AT91RM9200-DK Development board" | 115 | bool "Atmel AT91RM9200-DK Development board" |
@@ -141,7 +141,7 @@ config MACH_CARMEVA | |||
141 | bool "Conitec ARM&EVA" | 141 | bool "Conitec ARM&EVA" |
142 | help | 142 | help |
143 | Select this if you are using Conitec's AT91RM9200-MCU-Module. | 143 | Select this if you are using Conitec's AT91RM9200-MCU-Module. |
144 | <http://www.conitec.net/english/linuxboard.htm> | 144 | <http://www.conitec.net/english/linuxboard.php> |
145 | 145 | ||
146 | config MACH_ATEB9200 | 146 | config MACH_ATEB9200 |
147 | bool "Embest ATEB9200" | 147 | bool "Embest ATEB9200" |
@@ -153,7 +153,7 @@ config MACH_KB9200 | |||
153 | bool "KwikByte KB920x" | 153 | bool "KwikByte KB920x" |
154 | help | 154 | help |
155 | Select this if you are using KwikByte's KB920x board. | 155 | Select this if you are using KwikByte's KB920x board. |
156 | <http://kwikbyte.com/KB9202_description_new.htm> | 156 | <http://www.kwikbyte.com/KB9202.html> |
157 | 157 | ||
158 | config MACH_PICOTUX2XX | 158 | config MACH_PICOTUX2XX |
159 | bool "picotux 200" | 159 | bool "picotux 200" |
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index 3b02d3b944af..5f6496375404 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig | |||
@@ -128,7 +128,7 @@ config MACH_OMAP_PALMTT | |||
128 | help | 128 | help |
129 | Support for the Palm Tungsten|T PDA. To boot the kernel, you'll | 129 | Support for the Palm Tungsten|T PDA. To boot the kernel, you'll |
130 | need a PalmOS compatible bootloader (Garux); check out | 130 | need a PalmOS compatible bootloader (Garux); check out |
131 | http://www.hackndev.com/palm/tt/ for more information. | 131 | http://garux.sourceforge.net/ for more information. |
132 | Say Y here if you have this PDA model, say N otherwise. | 132 | Say Y here if you have this PDA model, say N otherwise. |
133 | 133 | ||
134 | config MACH_SX1 | 134 | config MACH_SX1 |
diff --git a/arch/arm/mach-omap2/hsmmc.h b/arch/arm/mach-omap2/hsmmc.h index 1fe6f0187177..0f8a2e6ee284 100644 --- a/arch/arm/mach-omap2/hsmmc.h +++ b/arch/arm/mach-omap2/hsmmc.h | |||
@@ -23,7 +23,7 @@ struct omap2_hsmmc_info { | |||
23 | char *name; /* or NULL for default */ | 23 | char *name; /* or NULL for default */ |
24 | struct device *dev; /* returned: pointer to mmc adapter */ | 24 | struct device *dev; /* returned: pointer to mmc adapter */ |
25 | int ocr_mask; /* temporary HACK */ | 25 | int ocr_mask; /* temporary HACK */ |
26 | /* Remux (pad configuation) when powering on/off */ | 26 | /* Remux (pad configuration) when powering on/off */ |
27 | void (*remux)(struct device *dev, int slot, int power_on); | 27 | void (*remux)(struct device *dev, int slot, int power_on); |
28 | /* init some special card */ | 28 | /* init some special card */ |
29 | void (*init_card)(struct mmc_card *card); | 29 | void (*init_card)(struct mmc_card *card); |
diff --git a/arch/arm/mach-s3c2440/mach-at2440evb.c b/arch/arm/mach-s3c2440/mach-at2440evb.c index e3810c86a5e6..6c98b789b8c6 100644 --- a/arch/arm/mach-s3c2440/mach-at2440evb.c +++ b/arch/arm/mach-s3c2440/mach-at2440evb.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * and modifications by SBZ <sbz@spgui.org> and | 5 | * and modifications by SBZ <sbz@spgui.org> and |
6 | * Weibing <http://weibing.blogbus.com> | 6 | * Weibing <http://weibing.blogbus.com> |
7 | * | 7 | * |
8 | * For product information, visit http://www.arm9e.com/ | 8 | * For product information, visit http://www.arm.com/ |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index fd4c52b7ccb6..5da8c35aa0de 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig | |||
@@ -90,8 +90,8 @@ config SA1100_JORNADA720 | |||
90 | # FIXME: select CPU_FREQ_SA11x0 | 90 | # FIXME: select CPU_FREQ_SA11x0 |
91 | help | 91 | help |
92 | Say Y here if you want to build a kernel for the HP Jornada 720 | 92 | Say Y here if you want to build a kernel for the HP Jornada 720 |
93 | handheld computer. See <http://www.hp.com/jornada/products/720> | 93 | handheld computer. See |
94 | for details. | 94 | <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#> |
95 | 95 | ||
96 | config SA1100_JORNADA720_SSP | 96 | config SA1100_JORNADA720_SSP |
97 | bool "HP Jornada 720 Extended SSP driver" | 97 | bool "HP Jornada 720 Extended SSP driver" |
@@ -145,7 +145,7 @@ config SA1100_SIMPAD | |||
145 | FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a | 145 | FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a |
146 | PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same | 146 | PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same |
147 | like CL4 in additional it has a PCMCIA-Slot. For more information | 147 | like CL4 in additional it has a PCMCIA-Slot. For more information |
148 | visit <http://www.my-siemens.com/> or <http://www.siemens.ch/>. | 148 | visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>. |
149 | 149 | ||
150 | config SA1100_SSP | 150 | config SA1100_SSP |
151 | tristate "Generic PIO SSP" | 151 | tristate "Generic PIO SSP" |
diff --git a/arch/arm/mach-sa1100/cpu-sa1100.c b/arch/arm/mach-sa1100/cpu-sa1100.c index ef817876a5d6..c0a13ef5436f 100644 --- a/arch/arm/mach-sa1100/cpu-sa1100.c +++ b/arch/arm/mach-sa1100/cpu-sa1100.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * This software has been developed while working on the LART | 13 | * This software has been developed while working on the LART |
14 | * computing board (http://www.lartmaker.nl/), which is | 14 | * computing board (http://www.lartmaker.nl/), which is |
15 | * sponsored by the Mobile Multi-media Communications | 15 | * sponsored by the Mobile Multi-media Communications |
16 | * (http://www.mmc.tudelft.nl/) and Ubiquitous Communications | 16 | * (http://www.mobimedia.org/) and Ubiquitous Communications |
17 | * (http://www.ubicom.tudelft.nl/) projects. | 17 | * (http://www.ubicom.tudelft.nl/) projects. |
18 | * | 18 | * |
19 | * The authors can be reached at: | 19 | * The authors can be reached at: |
diff --git a/arch/arm/nwfpe/milieu.h b/arch/arm/nwfpe/milieu.h index a3892ab2dca4..09a4f2ddeb77 100644 --- a/arch/arm/nwfpe/milieu.h +++ b/arch/arm/nwfpe/milieu.h | |||
@@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version | |||
12 | of this code was written as part of a project to build a fixed-point vector | 12 | of this code was written as part of a project to build a fixed-point vector |
13 | processor in collaboration with the University of California at Berkeley, | 13 | processor in collaboration with the University of California at Berkeley, |
14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information | 14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information |
15 | is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/ | 15 | is available through the Web page |
16 | arithmetic/softfloat.html'. | 16 | http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt |
17 | 17 | ||
18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort | 18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort |
19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT | 19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT |
diff --git a/arch/arm/nwfpe/softfloat-macros b/arch/arm/nwfpe/softfloat-macros index 5a060f95a58f..cf2a6173149e 100644 --- a/arch/arm/nwfpe/softfloat-macros +++ b/arch/arm/nwfpe/softfloat-macros | |||
@@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version | |||
12 | of this code was written as part of a project to build a fixed-point vector | 12 | of this code was written as part of a project to build a fixed-point vector |
13 | processor in collaboration with the University of California at Berkeley, | 13 | processor in collaboration with the University of California at Berkeley, |
14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information | 14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information |
15 | is available through the web page `http://HTTP.CS.Berkeley.EDU/~jhauser/ | 15 | is available through the web page |
16 | arithmetic/softfloat.html'. | 16 | http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt |
17 | 17 | ||
18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort | 18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort |
19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT | 19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT |
diff --git a/arch/arm/nwfpe/softfloat-specialize b/arch/arm/nwfpe/softfloat-specialize index d4a4c8e06635..679a0269dd25 100644 --- a/arch/arm/nwfpe/softfloat-specialize +++ b/arch/arm/nwfpe/softfloat-specialize | |||
@@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version | |||
12 | of this code was written as part of a project to build a fixed-point vector | 12 | of this code was written as part of a project to build a fixed-point vector |
13 | processor in collaboration with the University of California at Berkeley, | 13 | processor in collaboration with the University of California at Berkeley, |
14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information | 14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information |
15 | is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/ | 15 | is available through the Web page |
16 | arithmetic/softfloat.html'. | 16 | http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt |
17 | 17 | ||
18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort | 18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort |
19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT | 19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT |
diff --git a/arch/arm/nwfpe/softfloat.c b/arch/arm/nwfpe/softfloat.c index 0f9656e482ba..ffa6b438786b 100644 --- a/arch/arm/nwfpe/softfloat.c +++ b/arch/arm/nwfpe/softfloat.c | |||
@@ -11,8 +11,8 @@ National Science Foundation under grant MIP-9311980. The original version | |||
11 | of this code was written as part of a project to build a fixed-point vector | 11 | of this code was written as part of a project to build a fixed-point vector |
12 | processor in collaboration with the University of California at Berkeley, | 12 | processor in collaboration with the University of California at Berkeley, |
13 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information | 13 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information |
14 | is available through the web page `http://HTTP.CS.Berkeley.EDU/~jhauser/ | 14 | is available through the web page |
15 | arithmetic/softfloat.html'. | 15 | http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt |
16 | 16 | ||
17 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort | 17 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort |
18 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT | 18 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT |
diff --git a/arch/arm/nwfpe/softfloat.h b/arch/arm/nwfpe/softfloat.h index 13e479c5da57..df4d243a2b7c 100644 --- a/arch/arm/nwfpe/softfloat.h +++ b/arch/arm/nwfpe/softfloat.h | |||
@@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version | |||
12 | of this code was written as part of a project to build a fixed-point vector | 12 | of this code was written as part of a project to build a fixed-point vector |
13 | processor in collaboration with the University of California at Berkeley, | 13 | processor in collaboration with the University of California at Berkeley, |
14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information | 14 | overseen by Profs. Nelson Morgan and John Wawrzynek. More information |
15 | is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/ | 15 | is available through the Web page |
16 | arithmetic/softfloat.html'. | 16 | http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt |
17 | 17 | ||
18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort | 18 | THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort |
19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT | 19 | has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT |
diff --git a/arch/arm/plat-samsung/include/plat/adc.h b/arch/arm/plat-samsung/include/plat/adc.h index e8382c7be10b..b258a08de591 100644 --- a/arch/arm/plat-samsung/include/plat/adc.h +++ b/arch/arm/plat-samsung/include/plat/adc.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* arch/arm/plat-samsung/include/plat/adc.h | 1 | /* arch/arm/plat-samsung/include/plat/adc.h |
2 | * | 2 | * |
3 | * Copyright (c) 2008 Simtec Electronics | 3 | * Copyright (c) 2008 Simtec Electronics |
4 | * http://armlinux.simnte.co.uk/ | 4 | * http://armlinux.simtec.co.uk/ |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
6 | * | 6 | * |
7 | * S3C ADC driver information | 7 | * S3C ADC driver information |