Commit 8a56e1ee9229ef1c5c558b53f696af9152024a15
Committed by
Benjamin Herrenschmidt
1 parent
5e0f9ea784
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
powerpc: Fix typos in Freescale copyright claims
There are many cases that Semiconductor is misspelled. The patch fix these typos. Signed-off-by: Li Yang <leoli@freescale.com> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Showing 24 changed files with 24 additions and 24 deletions Side-by-side Diff
- arch/powerpc/include/asm/dbell.h
- arch/powerpc/include/asm/fsl_gtm.h
- arch/powerpc/include/asm/immap_qe.h
- arch/powerpc/include/asm/ppc-opcode.h
- arch/powerpc/include/asm/qe.h
- arch/powerpc/include/asm/qe_ic.h
- arch/powerpc/include/asm/ucc.h
- arch/powerpc/include/asm/ucc_fast.h
- arch/powerpc/include/asm/ucc_slow.h
- arch/powerpc/platforms/52xx/lite5200.c
- arch/powerpc/platforms/83xx/mpc832x_mds.c
- arch/powerpc/platforms/83xx/mpc836x_mds.c
- arch/powerpc/platforms/83xx/mpc836x_rdk.c
- arch/powerpc/platforms/83xx/mpc837x_rdb.c
- arch/powerpc/platforms/85xx/mpc85xx_mds.c
- arch/powerpc/sysdev/fsl_gtm.c
- arch/powerpc/sysdev/qe_lib/qe.c
- arch/powerpc/sysdev/qe_lib/qe_ic.c
- arch/powerpc/sysdev/qe_lib/qe_ic.h
- arch/powerpc/sysdev/qe_lib/qe_io.c
- arch/powerpc/sysdev/qe_lib/ucc.c
- arch/powerpc/sysdev/qe_lib/ucc_fast.c
- arch/powerpc/sysdev/qe_lib/ucc_slow.c
- arch/powerpc/sysdev/qe_lib/usb.c
arch/powerpc/include/asm/dbell.h
arch/powerpc/include/asm/fsl_gtm.h
1 | 1 | /* |
2 | 2 | * Freescale General-purpose Timers Module |
3 | 3 | * |
4 | - * Copyright (c) Freescale Semicondutor, Inc. 2006. | |
4 | + * Copyright 2006 Freescale Semiconductor, Inc. | |
5 | 5 | * Shlomi Gridish <gridish@freescale.com> |
6 | 6 | * Jerry Huang <Chang-Ming.Huang@freescale.com> |
7 | 7 | * Copyright (c) MontaVista Software, Inc. 2008. |
arch/powerpc/include/asm/immap_qe.h
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * The Internal Memory Map for devices with QE on them. This |
4 | 4 | * is the superset of all QE devices (8360, etc.). |
5 | 5 | |
6 | - * Copyright (C) 2006. Freescale Semicondutor, Inc. All rights reserved. | |
6 | + * Copyright (C) 2006. Freescale Semiconductor, Inc. All rights reserved. | |
7 | 7 | * |
8 | 8 | * Authors: Shlomi Gridish <gridish@freescale.com> |
9 | 9 | * Li Yang <leoli@freescale.com> |
arch/powerpc/include/asm/ppc-opcode.h
arch/powerpc/include/asm/qe.h
arch/powerpc/include/asm/qe_ic.h
arch/powerpc/include/asm/ucc.h
arch/powerpc/include/asm/ucc_fast.h
1 | 1 | /* |
2 | 2 | * Internal header file for UCC FAST unit routines. |
3 | 3 | * |
4 | - * Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved. | |
4 | + * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | |
5 | 5 | * |
6 | 6 | * Authors: Shlomi Gridish <gridish@freescale.com> |
7 | 7 | * Li Yang <leoli@freescale.com> |
arch/powerpc/include/asm/ucc_slow.h
arch/powerpc/platforms/52xx/lite5200.c
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | * Written by: Grant Likely <grant.likely@secretlab.ca> |
5 | 5 | * |
6 | 6 | * Copyright (C) Secret Lab Technologies Ltd. 2006. All rights reserved. |
7 | - * Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved. | |
7 | + * Copyright 2006 Freescale Semiconductor, Inc. All rights reserved. | |
8 | 8 | * |
9 | 9 | * Description: |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc836x_mds.c
arch/powerpc/platforms/83xx/mpc836x_rdk.c
arch/powerpc/platforms/83xx/mpc837x_rdb.c
arch/powerpc/platforms/85xx/mpc85xx_mds.c
arch/powerpc/sysdev/fsl_gtm.c
1 | 1 | /* |
2 | 2 | * Freescale General-purpose Timers Module |
3 | 3 | * |
4 | - * Copyright (c) Freescale Semicondutor, Inc. 2006. | |
4 | + * Copyright (c) Freescale Semiconductor, Inc. 2006. | |
5 | 5 | * Shlomi Gridish <gridish@freescale.com> |
6 | 6 | * Jerry Huang <Chang-Ming.Huang@freescale.com> |
7 | 7 | * Copyright (c) MontaVista Software, Inc. 2008. |
arch/powerpc/sysdev/qe_lib/qe.c
arch/powerpc/sysdev/qe_lib/qe_ic.c
1 | 1 | /* |
2 | 2 | * arch/powerpc/sysdev/qe_lib/qe_ic.c |
3 | 3 | * |
4 | - * Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved. | |
4 | + * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | |
5 | 5 | * |
6 | 6 | * Author: Li Yang <leoli@freescale.com> |
7 | 7 | * Based on code from Shlomi Gridish <gridish@freescale.com> |
arch/powerpc/sysdev/qe_lib/qe_ic.h
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * |
4 | 4 | * QUICC ENGINE Interrupt Controller Header |
5 | 5 | * |
6 | - * Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved. | |
6 | + * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | |
7 | 7 | * |
8 | 8 | * Author: Li Yang <leoli@freescale.com> |
9 | 9 | * Based on code from Shlomi Gridish <gridish@freescale.com> |
arch/powerpc/sysdev/qe_lib/qe_io.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * |
4 | 4 | * QE Parallel I/O ports configuration routines |
5 | 5 | * |
6 | - * Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved. | |
6 | + * Copyright 2006 Freescale Semiconductor, Inc. All rights reserved. | |
7 | 7 | * |
8 | 8 | * Author: Li Yang <LeoLi@freescale.com> |
9 | 9 | * Based on code from Shlomi Gridish <gridish@freescale.com> |
arch/powerpc/sysdev/qe_lib/ucc.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * |
4 | 4 | * QE UCC API Set - UCC specific routines implementations. |
5 | 5 | * |
6 | - * Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved. | |
6 | + * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | |
7 | 7 | * |
8 | 8 | * Authors: Shlomi Gridish <gridish@freescale.com> |
9 | 9 | * Li Yang <leoli@freescale.com> |
arch/powerpc/sysdev/qe_lib/ucc_fast.c
arch/powerpc/sysdev/qe_lib/ucc_slow.c
arch/powerpc/sysdev/qe_lib/usb.c