diff options
Diffstat (limited to 'arch/mips/pnx833x/common')
| -rw-r--r-- | arch/mips/pnx833x/common/Makefile | 1 | ||||
| -rw-r--r-- | arch/mips/pnx833x/common/interrupts.c | 15 | ||||
| -rw-r--r-- | arch/mips/pnx833x/common/platform.c | 15 | ||||
| -rw-r--r-- | arch/mips/pnx833x/common/prom.c | 15 | ||||
| -rw-r--r-- | arch/mips/pnx833x/common/reset.c | 15 | ||||
| -rw-r--r-- | arch/mips/pnx833x/common/setup.c | 15 |
6 files changed, 6 insertions, 70 deletions
diff --git a/arch/mips/pnx833x/common/Makefile b/arch/mips/pnx833x/common/Makefile index 1a46dd291b16..9b4d394112b0 100644 --- a/arch/mips/pnx833x/common/Makefile +++ b/arch/mips/pnx833x/common/Makefile | |||
| @@ -1 +1,2 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | obj-y := interrupts.o platform.o prom.o setup.o reset.o | 2 | obj-y := interrupts.o platform.o prom.o setup.o reset.o |
diff --git a/arch/mips/pnx833x/common/interrupts.c b/arch/mips/pnx833x/common/interrupts.c index e460865873c1..2fbbabcac386 100644 --- a/arch/mips/pnx833x/common/interrupts.c +++ b/arch/mips/pnx833x/common/interrupts.c | |||
| @@ -1,23 +1,10 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * interrupts.c: Interrupt mappings for PNX833X. | 3 | * interrupts.c: Interrupt mappings for PNX833X. |
| 3 | * | 4 | * |
| 4 | * Copyright 2008 NXP Semiconductors | 5 | * Copyright 2008 NXP Semiconductors |
| 5 | * Chris Steel <chris.steel@nxp.com> | 6 | * Chris Steel <chris.steel@nxp.com> |
| 6 | * Daniel Laird <daniel.j.laird@nxp.com> | 7 | * Daniel Laird <daniel.j.laird@nxp.com> |
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify | ||
| 9 | * it under the terms of the GNU General Public License as published by | ||
| 10 | * the Free Software Foundation; either version 2 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | * This program is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | * GNU General Public License for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License | ||
| 19 | * along with this program; if not, write to the Free Software | ||
| 20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 21 | */ | 8 | */ |
| 22 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
| 23 | #include <linux/irq.h> | 10 | #include <linux/irq.h> |
diff --git a/arch/mips/pnx833x/common/platform.c b/arch/mips/pnx833x/common/platform.c index dafbf027fad0..5fa0373f1c9e 100644 --- a/arch/mips/pnx833x/common/platform.c +++ b/arch/mips/pnx833x/common/platform.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * platform.c: platform support for PNX833X. | 3 | * platform.c: platform support for PNX833X. |
| 3 | * | 4 | * |
| @@ -7,20 +8,6 @@ | |||
| 7 | * | 8 | * |
| 8 | * Based on software written by: | 9 | * Based on software written by: |
| 9 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. | 10 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. |
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2 of the License, or | ||
| 14 | * (at your option) any later version. | ||
| 15 | * | ||
| 16 | * This program is distributed in the hope that it will be useful, | ||
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 19 | * GNU General Public License for more details. | ||
| 20 | * | ||
| 21 | * You should have received a copy of the GNU General Public License | ||
| 22 | * along with this program; if not, write to the Free Software | ||
| 23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 24 | */ | 11 | */ |
| 25 | #include <linux/device.h> | 12 | #include <linux/device.h> |
| 26 | #include <linux/dma-mapping.h> | 13 | #include <linux/dma-mapping.h> |
diff --git a/arch/mips/pnx833x/common/prom.c b/arch/mips/pnx833x/common/prom.c index dfafdd732ca1..12733ef25782 100644 --- a/arch/mips/pnx833x/common/prom.c +++ b/arch/mips/pnx833x/common/prom.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * prom.c: | 3 | * prom.c: |
| 3 | * | 4 | * |
| @@ -7,20 +8,6 @@ | |||
| 7 | * | 8 | * |
| 8 | * Based on software written by: | 9 | * Based on software written by: |
| 9 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. | 10 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. |
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2 of the License, or | ||
| 14 | * (at your option) any later version. | ||
| 15 | * | ||
| 16 | * This program is distributed in the hope that it will be useful, | ||
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 19 | * GNU General Public License for more details. | ||
| 20 | * | ||
| 21 | * You should have received a copy of the GNU General Public License | ||
| 22 | * along with this program; if not, write to the Free Software | ||
| 23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 24 | */ | 11 | */ |
| 25 | #include <linux/init.h> | 12 | #include <linux/init.h> |
| 26 | #include <asm/bootinfo.h> | 13 | #include <asm/bootinfo.h> |
diff --git a/arch/mips/pnx833x/common/reset.c b/arch/mips/pnx833x/common/reset.c index 5cc9a9b3601c..b48e83bf912b 100644 --- a/arch/mips/pnx833x/common/reset.c +++ b/arch/mips/pnx833x/common/reset.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * reset.c: reset support for PNX833X. | 3 | * reset.c: reset support for PNX833X. |
| 3 | * | 4 | * |
| @@ -7,20 +8,6 @@ | |||
| 7 | * | 8 | * |
| 8 | * Based on software written by: | 9 | * Based on software written by: |
| 9 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. | 10 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. |
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2 of the License, or | ||
| 14 | * (at your option) any later version. | ||
| 15 | * | ||
| 16 | * This program is distributed in the hope that it will be useful, | ||
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 19 | * GNU General Public License for more details. | ||
| 20 | * | ||
| 21 | * You should have received a copy of the GNU General Public License | ||
| 22 | * along with this program; if not, write to the Free Software | ||
| 23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 24 | */ | 11 | */ |
| 25 | #include <linux/reboot.h> | 12 | #include <linux/reboot.h> |
| 26 | #include <pnx833x.h> | 13 | #include <pnx833x.h> |
diff --git a/arch/mips/pnx833x/common/setup.c b/arch/mips/pnx833x/common/setup.c index 8a7443b2535e..abf68d92ce4a 100644 --- a/arch/mips/pnx833x/common/setup.c +++ b/arch/mips/pnx833x/common/setup.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * setup.c: Setup PNX833X Soc. | 3 | * setup.c: Setup PNX833X Soc. |
| 3 | * | 4 | * |
| @@ -7,20 +8,6 @@ | |||
| 7 | * | 8 | * |
| 8 | * Based on software written by: | 9 | * Based on software written by: |
| 9 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. | 10 | * Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code. |
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2 of the License, or | ||
| 14 | * (at your option) any later version. | ||
| 15 | * | ||
| 16 | * This program is distributed in the hope that it will be useful, | ||
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 19 | * GNU General Public License for more details. | ||
| 20 | * | ||
| 21 | * You should have received a copy of the GNU General Public License | ||
| 22 | * along with this program; if not, write to the Free Software | ||
| 23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 24 | */ | 11 | */ |
| 25 | #include <linux/init.h> | 12 | #include <linux/init.h> |
| 26 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
